|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleFeatureBuilder | |
---|---|
org.geotools.data.crs | Provides support for the OGC Catalog Specification. |
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 | |
---|---|
protected SimpleFeatureBuilder |
ForceCoordinateSystemFeatureReader.builder
|
protected SimpleFeatureBuilder |
ForceCoordinateSystemIterator.builder
|
Uses of SimpleFeatureBuilder in org.geotools.feature.simple |
---|
Methods in org.geotools.feature.simple that return SimpleFeatureBuilder | |
---|---|
SimpleFeatureBuilder |
SimpleFeatureBuilder.featureUserData(Object key,
Object value)
Sets a feature wide use data key/value pair. |
SimpleFeatureBuilder |
SimpleFeatureBuilder.setUserData(int index,
Object key,
Object value)
|
SimpleFeatureBuilder |
SimpleFeatureBuilder.userData(Object key,
Object value)
Adds some user data to the next attributed added to the feature. |
Methods in org.geotools.feature.simple with parameters of type SimpleFeatureBuilder | |
---|---|
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 | |
---|---|
FeatureHandler(SimpleFeatureBuilder builder,
AttributeIO attio)
|
Uses of SimpleFeatureBuilder in org.geotools.jdbc |
---|
Fields in org.geotools.jdbc declared as SimpleFeatureBuilder | |
---|---|
protected SimpleFeatureBuilder |
JDBCFeatureReader.builder
feature builder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |