Package | Description |
---|---|
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.gen | |
org.geotools.data.memory | |
org.geotools.feature | |
org.opengis.feature |
Representation a features on a map.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleFeature |
ArcSDEFeatureReader.readFeature(AttributeReader atts) |
Modifier and Type | Method and Description |
---|---|
static Object |
DataUtilities.defaultValue(AttributeDescriptor attributeType)
Deprecated.
|
SimpleFeature |
ReTypeFeatureReader.next() |
F |
DiffFeatureReader.next() |
static SimpleFeature |
DataUtilities.parse(SimpleFeatureType type,
String fid,
String[] text)
Uses
Converters to parse the provided text into the correct values to create a
feature. |
static SimpleFeature |
DataUtilities.reType(SimpleFeatureType featureType,
SimpleFeature feature)
Creates duplicate of feature adjusted to the provided featureType.
|
static SimpleFeature |
CachingFeatureSource.reType(SimpleFeatureType featureType,
SimpleFeature feature)
Deprecated.
Same as DataUtilities.reType, but without the cloning that uselessly wastes CPU cycles...
|
static SimpleFeature |
DataUtilities.reType(SimpleFeatureType featureType,
SimpleFeature feature,
boolean duplicate)
Retypes the feature to match the provided featureType.
|
static SimpleFeature |
DataUtilities.template(SimpleFeatureType featureType)
Constructs an empty feature to use as a Template for new content.
|
Modifier and Type | Method and Description |
---|---|
void |
PreGeneralizedSimpleFeature.validate() |
Modifier and Type | Method and Description |
---|---|
SimpleFeature |
MemoryFeatureReader.next() |
Modifier and Type | Class and Description |
---|---|
class |
IllegalAttributeException
Deprecated.
Please use org.opengis.feature.IllegalAttributeException
|
Modifier and Type | Method and Description |
---|---|
void |
Attribute.validate()
Check the attribute value against the constraints provided by the AttributeDescriptor.
|
void |
ComplexAttribute.validate()
Check the properties against the constraints provided by their AttributeDescriptors.
|
Copyright © 1996–2019 Geotools. All rights reserved.