Uses of Class
org.geotools.feature.simple.SimpleFeatureBuilder
Packages that use SimpleFeatureBuilder
Package
Description
Helper classes for implementing FeatureCollections.
-
Uses of SimpleFeatureBuilder in org.geotools.data.crs
Fields in org.geotools.data.crs declared as SimpleFeatureBuilderModifier and TypeFieldDescriptionprotected SimpleFeatureBuilderForceCoordinateSystemFeatureReader.builderprotected SimpleFeatureBuilderForceCoordinateSystemIterator.builder -
Uses of SimpleFeatureBuilder in org.geotools.data.store
Constructors in org.geotools.data.store with parameters of type SimpleFeatureBuilderModifierConstructorDescriptionDiffContentFeatureWriter(ContentFeatureStore store, Diff diff, FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureBuilder builder) DiffFeatureWriter construction. -
Uses of SimpleFeatureBuilder in org.geotools.feature.collection
Fields in org.geotools.feature.collection declared as SimpleFeatureBuilder -
Uses of SimpleFeatureBuilder in org.geotools.feature.simple
Methods in org.geotools.feature.simple that return SimpleFeatureBuilderModifier and TypeMethodDescriptionSimpleFeatureBuilder.featureUserData(Object key, Object value) Sets a feature wide use data key/value pair.SimpleFeatureBuilder.featureUserData(SimpleFeature source) Sets the feature wide user data copying them from the template feature providedSimpleFeatureBuilder.setUserData(int index, Object key, Object value) Set user data for a specific attribute.Adds some user data to the next attribute added to the feature.Methods in org.geotools.feature.simple with parameters of type SimpleFeatureBuilderModifier and TypeMethodDescriptionstatic SimpleFeatureSimpleFeatureBuilder.retype(SimpleFeature feature, SimpleFeatureBuilder builder) Copies an existing feature, retyping it in the process. -
Uses of SimpleFeatureBuilder in org.geotools.geojson.feature
Constructors in org.geotools.geojson.feature with parameters of type SimpleFeatureBuilder -
Uses of SimpleFeatureBuilder in org.geotools.jdbc
Fields in org.geotools.jdbc declared as SimpleFeatureBuilderModifier and TypeFieldDescriptionprotected SimpleFeatureBuilderJDBCFeatureReader.builderfeature builder