|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalAttributeException | |
---|---|
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.wfs.feature | |
org.geotools.feature | |
org.opengis.feature | Representation a features on a map. |
Uses of IllegalAttributeException in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data that throw IllegalAttributeException | |
---|---|
protected SimpleFeature |
ArcSDEFeatureReader.readFeature(AttributeReader atts)
|
Uses of IllegalAttributeException in org.geotools.data |
---|
Methods in org.geotools.data that throw IllegalAttributeException | |
---|---|
static Object |
DataUtilities.defaultValue(AttributeDescriptor attributeType)
Deprecated. Please AttributeDescriptor.getDefaultValue() |
SimpleFeature |
ReTypeFeatureReader.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 |
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)
Creates duplicate of feature adjusted to the provided featureType. |
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. |
Uses of IllegalAttributeException in org.geotools.data.gen |
---|
Methods in org.geotools.data.gen that throw IllegalAttributeException | |
---|---|
void |
PreGeneralizedSimpleFeature.validate()
|
Uses of IllegalAttributeException in org.geotools.data.wfs.feature |
---|
Methods in org.geotools.data.wfs.feature that throw IllegalAttributeException | |
---|---|
void |
LenientAttribute.validate()
|
Uses of IllegalAttributeException in org.geotools.feature |
---|
Subclasses of IllegalAttributeException in org.geotools.feature | |
---|---|
class |
IllegalAttributeException
Deprecated. Please use org.opengis.feature.IllegalAttributeException |
Uses of IllegalAttributeException in org.opengis.feature |
---|
Methods in org.opengis.feature that throw IllegalAttributeException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |