Uses of Class
org.geotools.api.feature.IllegalAttributeException
-
Packages that use IllegalAttributeException Package Description org.geotools.api.feature Representation a features on a map.org.geotools.data org.geotools.data.collection Implementations of FeatureCollection for different purposes.org.geotools.data.crs org.geotools.data.gen org.geotools.data.memory org.geotools.data.vpf org.geotools.data.vpf.file org.geotools.data.vpf.readers org.geotools.feature org.geotools.feature.type org.geotools.renderer.lite A simple renderer implementation.org.geotools.stac.store -
-
Uses of IllegalAttributeException in org.geotools.api.feature
Methods in org.geotools.api.feature that throw IllegalAttributeException Modifier and Type Method 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. -
Uses of IllegalAttributeException in org.geotools.data
Methods in org.geotools.data that throw IllegalAttributeException Modifier and Type Method Description SimpleFeature
CollectionFeatureReader. next()
SimpleFeature
DefaultFeatureReader. next()
F
DiffFeatureReader. next()
SimpleFeature
FIDFeatureReader. next()
F
FilteringFeatureReader. next()
F
MaxFeatureReader. next()
SimpleFeature
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 Modifier and Type Method Description F
DelegateFeatureReader. next()
-
Uses of IllegalAttributeException in org.geotools.data.crs
Methods in org.geotools.data.crs that throw IllegalAttributeException Modifier and Type Method Description SimpleFeature
ForceCoordinateSystemFeatureReader. next()
SimpleFeature
ReprojectFeatureReader. next()
Implement next. -
Uses of IllegalAttributeException in org.geotools.data.gen
Methods in org.geotools.data.gen that throw IllegalAttributeException Modifier and Type Method Description void
PreGeneralizedSimpleFeature. validate()
-
Uses of IllegalAttributeException in org.geotools.data.memory
Methods in org.geotools.data.memory that throw IllegalAttributeException Modifier and Type Method Description SimpleFeature
MemoryFeatureReader. next()
-
Uses of IllegalAttributeException in org.geotools.data.vpf
Methods in org.geotools.data.vpf that throw IllegalAttributeException Modifier and Type Method Description SimpleFeature
VPFFeatureReader. next()
-
Uses of IllegalAttributeException in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file that throw IllegalAttributeException Modifier and Type Method Description SimpleFeature
VPFFile. readFeature()
Retrieves a feature from the file -
Uses of IllegalAttributeException in org.geotools.data.vpf.readers
Methods in org.geotools.data.vpf.readers that throw IllegalAttributeException Modifier and Type Method Description Geometry
AreaGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
ConnectedNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
EntityNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
LineGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
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 IllegalAttributeException Modifier and Type Method Description void
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 IllegalAttributeException Modifier and Type Method Description static void
Types. validate(Attribute attribute)
Validates attribute.static void
Types. validate(Attribute attribute, Object attributeContent)
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 Constructor Description IndexedFeatureResults(SimpleFeatureCollection results)
-
Uses of IllegalAttributeException in org.geotools.stac.store
Methods in org.geotools.stac.store that throw IllegalAttributeException Modifier and Type Method Description SimpleFeature
AssetsMappingReader. next()
-