|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleFeatureBuilder | |
---|---|
org.geotools.data.crs | Provides support for the OGC Catalog Specification. |
org.geotools.feature | |
org.geotools.feature.simple |
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 |
---|
Subclasses of SimpleFeatureBuilder in org.geotools.feature | |
---|---|
class |
DefaultFeatureBuilder
|
Uses of SimpleFeatureBuilder in org.geotools.feature.simple |
---|
Methods in org.geotools.feature.simple that return SimpleFeatureBuilder | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |