Uses of Class
org.geotools.api.feature.IllegalAttributeException
Packages that use IllegalAttributeException
Package
Description
Representation a features on a map.
Implementations of FeatureCollection for different purposes.
A simple renderer implementation.
-
Uses of IllegalAttributeException in org.geotools.api.feature
Methods in org.geotools.api.feature that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data
Methods in org.geotools.data that throw IllegalAttributeExceptionModifier and TypeMethodDescriptionCollectionFeatureReader.next()
DefaultFeatureReader.next()
DiffFeatureReader.next()
FIDFeatureReader.next()
FilteringFeatureReader.next()
MaxFeatureReader.next()
ReTypeFeatureReader.next()
static SimpleFeature
DataUtilities.parse
(SimpleFeatureType type, String fid, String... text) UsesConverters
to parse the provided text into the correct values to create a feature.protected SimpleFeature
DefaultFeatureReader.readFeature
(AttributeReader atts) protected SimpleFeature
FIDFeatureReader.readFeature
(AttributeReader atts) 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.collection
Methods in org.geotools.data.collection that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data.crs
Methods in org.geotools.data.crs that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data.gen
Methods in org.geotools.data.gen that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data.memory
Methods in org.geotools.data.memory that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data.vpf
Methods in org.geotools.data.vpf that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.data.vpf.readers
Methods in org.geotools.data.vpf.readers that throw IllegalAttributeExceptionModifier and TypeMethodDescriptionAreaGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) ConnectedNodeGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) EntityNodeGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) LineGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) TextGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) abstract Geometry
VPFGeometryFactory.buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) void
AreaGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
ConnectedNodeGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
EntityNodeGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
LineGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) void
TextGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) abstract void
VPFGeometryFactory.createGeometry
(VPFFeatureType featureType, SimpleFeature values) Constructs a geometry for the appropriate feature type based on values currently on the object, retrieving values as needed from the various VPFFile objects -
Uses of IllegalAttributeException in org.geotools.feature
Methods in org.geotools.feature that throw IllegalAttributeExceptionModifier and TypeMethodDescriptionvoid
DecoratingFeature.setDefaultGeometry
(Geometry geometry) static SimpleFeature
FeatureTypes.transform
(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform) Applies transform to all geometry attribute. -
Uses of IllegalAttributeException in org.geotools.feature.type
Methods in org.geotools.feature.type that throw IllegalAttributeExceptionModifier and TypeMethodDescriptionstatic void
Validates attribute.static void
Validates content against an attribute.static void
Types.validate
(AttributeDescriptor descriptor, Object value) Ensure that attributeContent is a good value for descriptor.protected static void
Types.validate
(AttributeType type, Object value, boolean isSuper) static void
Types.validate
(AttributeType type, Attribute attribute, Object attributeContent) Validates content against attribute (using the supplied attribute type).protected static void
Types.validate
(AttributeType type, Attribute attribute, Object attributeContent, boolean isSuper) Validates content against attribute (using the supplied attribute type).protected static void
Types.validate
(ComplexType type, ComplexAttribute attribute, Collection<Attribute> content) Validate content using complex attribute and type restrictions. -
Uses of IllegalAttributeException in org.geotools.renderer.lite
Constructors in org.geotools.renderer.lite that throw IllegalAttributeException -
Uses of IllegalAttributeException in org.geotools.stac.store
Methods in org.geotools.stac.store that throw IllegalAttributeException