Package | Description |
---|---|
org.geotools.data.crs |
Provides support for the OGC Catalog Specification.
|
org.geotools.data.store | |
org.geotools.feature.simple | |
org.geotools.geojson.feature | |
org.geotools.jdbc |
Modifier and Type | Field and Description |
---|---|
protected SimpleFeatureBuilder |
ForceCoordinateSystemFeatureReader.builder |
protected SimpleFeatureBuilder |
ForceCoordinateSystemIterator.builder |
Constructor and Description |
---|
DiffContentFeatureWriter(ContentFeatureStore store,
Diff diff,
FeatureReader<SimpleFeatureType,SimpleFeature> reader,
SimpleFeatureBuilder builder)
DiffFeatureWriter construction.
|
Modifier and Type | Method and 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 provided
|
SimpleFeatureBuilder |
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.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeature |
SimpleFeatureBuilder.retype(SimpleFeature feature,
SimpleFeatureBuilder builder)
Copies an existing feature, retyping it in the process.
|
Constructor and Description |
---|
FeatureHandler(SimpleFeatureBuilder builder,
AttributeIO attio) |
Modifier and Type | Field and Description |
---|---|
protected SimpleFeatureBuilder |
JDBCFeatureReader.builder
feature builder
|
Copyright © 1996–2021 Geotools. All rights reserved.