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 MovingFeatureBuilder
MovingFeatureIterator.builder
Where 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.builders
All 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 AbstractFeature
MovingFeatureIterator.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.