Uses of Class
org.geotools.feature.simple.SimpleFeatureBuilder
-
Packages that use SimpleFeatureBuilder Package Description org.geotools.data.crs org.geotools.data.store org.geotools.feature.collection Helper classes for implementing FeatureCollections.org.geotools.feature.simple org.geotools.geojson.feature org.geotools.jdbc -
-
Uses of SimpleFeatureBuilder in org.geotools.data.crs
Fields in org.geotools.data.crs declared as SimpleFeatureBuilder Modifier and Type Field Description protected SimpleFeatureBuilder
ForceCoordinateSystemFeatureReader. builder
protected SimpleFeatureBuilder
ForceCoordinateSystemIterator. builder
-
Uses of SimpleFeatureBuilder in org.geotools.data.store
Constructors in org.geotools.data.store with parameters of type SimpleFeatureBuilder Constructor Description DiffContentFeatureWriter(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 Modifier and Type Field Description protected SimpleFeatureBuilder
ClippedFeatureIterator. fb
-
Uses of SimpleFeatureBuilder in org.geotools.feature.simple
Methods in org.geotools.feature.simple that return SimpleFeatureBuilder Modifier and Type Method Description SimpleFeatureBuilder
SimpleFeatureBuilder. featureUserData(Object key, Object value)
Sets a feature wide use data key/value pair.SimpleFeatureBuilder
SimpleFeatureBuilder. featureUserData(SimpleFeature source)
Sets the feature wide user data copying them from the template feature providedSimpleFeatureBuilder
SimpleFeatureBuilder. setUserData(int index, Object key, Object value)
Set user data for a specific attribute.SimpleFeatureBuilder
SimpleFeatureBuilder. userData(Object key, Object value)
Adds some user data to the next attribute added to the feature.Methods in org.geotools.feature.simple with parameters of type SimpleFeatureBuilder Modifier and Type Method Description static SimpleFeature
SimpleFeatureBuilder. 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 Constructor Description FeatureHandler(SimpleFeatureBuilder builder, AttributeIO attio)
-
Uses of SimpleFeatureBuilder in org.geotools.jdbc
Fields in org.geotools.jdbc declared as SimpleFeatureBuilder Modifier and Type Field Description protected SimpleFeatureBuilder
JDBCFeatureReader. builder
feature builder
-