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.crsFields in org.geotools.data.crs declared as SimpleFeatureBuilder Modifier and Type Field Description protected SimpleFeatureBuilderForceCoordinateSystemFeatureReader. builderprotected SimpleFeatureBuilderForceCoordinateSystemIterator. builder
- 
Uses of SimpleFeatureBuilder in org.geotools.data.storeConstructors 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.collectionFields in org.geotools.feature.collection declared as SimpleFeatureBuilder Modifier and Type Field Description protected SimpleFeatureBuilderClippedFeatureIterator. fb
- 
Uses of SimpleFeatureBuilder in org.geotools.feature.simpleMethods in org.geotools.feature.simple that return SimpleFeatureBuilder Modifier and Type Method Description SimpleFeatureBuilderSimpleFeatureBuilder. featureUserData(Object key, Object value)Sets a feature wide use data key/value pair.SimpleFeatureBuilderSimpleFeatureBuilder. featureUserData(SimpleFeature source)Sets the feature wide user data copying them from the template feature providedSimpleFeatureBuilderSimpleFeatureBuilder. setUserData(int index, Object key, Object value)Set user data for a specific attribute.SimpleFeatureBuilderSimpleFeatureBuilder. 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 SimpleFeatureSimpleFeatureBuilder. retype(SimpleFeature feature, SimpleFeatureBuilder builder)Copies an existing feature, retyping it in the process.
- 
Uses of SimpleFeatureBuilder in org.geotools.geojson.featureConstructors in org.geotools.geojson.feature with parameters of type SimpleFeatureBuilder Constructor Description FeatureHandler(SimpleFeatureBuilder builder, AttributeIO attio)
- 
Uses of SimpleFeatureBuilder in org.geotools.jdbcFields in org.geotools.jdbc declared as SimpleFeatureBuilder Modifier and Type Field Description protected SimpleFeatureBuilderJDBCFeatureReader. builderfeature builder
 
-