Uses of Class
org.apache.sis.internal.storage.csv.MovingFeatureBuilder
Packages that use MovingFeatureBuilder
-
Uses of MovingFeatureBuilder in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as MovingFeatureBuilderModifier and TypeFieldDescriptionprivate MovingFeatureBuilderMovingFeatureIterator.builderWhere to store the property values and the trajectory of the feature in process of being parsed.Fields in org.apache.sis.internal.storage.csv with type parameters of type MovingFeatureBuilderModifier and TypeFieldDescriptionprivate final Map<String,MovingFeatureBuilder> MovingFeatureIterator.buildersAll builders by feature name (not only the one being parsed).Methods in org.apache.sis.internal.storage.csv with parameters of type MovingFeatureBuilderModifier and TypeMethodDescriptionprivate AbstractFeatureMovingFeatureIterator.createMovingFeature(String featureName, MovingFeatureBuilder mf, int np) Creates the moving feature of the given name.Constructors in org.apache.sis.internal.storage.csv with parameters of type MovingFeatureBuilderModifierConstructorDescriptionMovingFeatureBuilder(MovingFeatureBuilder share, int numProperties) Creates a new moving feature.