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.featureMethods in org.geotools.api.feature that throw IllegalAttributeException Modifier and Type Method Description voidAttribute. validate()Check the attribute value against the constraints provided by the AttributeDescriptor.voidComplexAttribute. validate()Check the properties against the constraints provided by their AttributeDescriptors.
- 
Uses of IllegalAttributeException in org.geotools.dataMethods in org.geotools.data that throw IllegalAttributeException Modifier and Type Method Description SimpleFeatureCollectionFeatureReader. next()SimpleFeatureDefaultFeatureReader. next()FDiffFeatureReader. next()SimpleFeatureFIDFeatureReader. next()FFilteringFeatureReader. next()FMaxFeatureReader. next()SimpleFeatureReTypeFeatureReader. next()static SimpleFeatureDataUtilities. parse(SimpleFeatureType type, String fid, String... text)UsesConvertersto parse the provided text into the correct values to create a feature.protected SimpleFeatureDefaultFeatureReader. readFeature(AttributeReader atts)protected SimpleFeatureFIDFeatureReader. readFeature(AttributeReader atts)static SimpleFeatureDataUtilities. reType(SimpleFeatureType featureType, SimpleFeature feature)Creates duplicate of feature adjusted to the provided featureType.static SimpleFeatureDataUtilities. reType(SimpleFeatureType featureType, SimpleFeature feature, boolean duplicate)Retypes the feature to match the provided featureType.static SimpleFeatureDataUtilities. template(SimpleFeatureType featureType)Constructs an empty feature to use as a Template for new content.
- 
Uses of IllegalAttributeException in org.geotools.data.collectionMethods in org.geotools.data.collection that throw IllegalAttributeException Modifier and Type Method Description FDelegateFeatureReader. next()
- 
Uses of IllegalAttributeException in org.geotools.data.crsMethods in org.geotools.data.crs that throw IllegalAttributeException Modifier and Type Method Description SimpleFeatureForceCoordinateSystemFeatureReader. next()SimpleFeatureReprojectFeatureReader. next()Implement next.
- 
Uses of IllegalAttributeException in org.geotools.data.genMethods in org.geotools.data.gen that throw IllegalAttributeException Modifier and Type Method Description voidPreGeneralizedSimpleFeature. validate()
- 
Uses of IllegalAttributeException in org.geotools.data.memoryMethods in org.geotools.data.memory that throw IllegalAttributeException Modifier and Type Method Description SimpleFeatureMemoryFeatureReader. next()
- 
Uses of IllegalAttributeException in org.geotools.data.vpfMethods in org.geotools.data.vpf that throw IllegalAttributeException Modifier and Type Method Description SimpleFeatureVPFFeatureReader. next()
- 
Uses of IllegalAttributeException in org.geotools.data.vpf.fileMethods in org.geotools.data.vpf.file that throw IllegalAttributeException Modifier and Type Method Description SimpleFeatureVPFFile. readFeature()Retrieves a feature from the file
- 
Uses of IllegalAttributeException in org.geotools.data.vpf.readersMethods in org.geotools.data.vpf.readers that throw IllegalAttributeException Modifier and Type Method Description GeometryAreaGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryConnectedNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryEntityNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryLineGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryTextGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)abstract GeometryVPFGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)voidAreaGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidConnectedNodeGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidEntityNodeGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidLineGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)voidTextGeometryFactory. createGeometry(VPFFeatureType featureType, SimpleFeature values)abstract voidVPFGeometryFactory. 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.featureMethods in org.geotools.feature that throw IllegalAttributeException Modifier and Type Method Description voidDecoratingFeature. setDefaultGeometry(Geometry geometry)static SimpleFeatureFeatureTypes. transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform)Applies transform to all geometry attribute.
- 
Uses of IllegalAttributeException in org.geotools.feature.typeMethods in org.geotools.feature.type that throw IllegalAttributeException Modifier and Type Method Description static voidTypes. validate(Attribute attribute)Validates attribute.static voidTypes. validate(Attribute attribute, Object attributeContent)Validates content against an attribute.static voidTypes. validate(AttributeDescriptor descriptor, Object value)Ensure that attributeContent is a good value for descriptor.protected static voidTypes. validate(AttributeType type, Object value, boolean isSuper)static voidTypes. validate(AttributeType type, Attribute attribute, Object attributeContent)Validates content against attribute (using the supplied attribute type).protected static voidTypes. validate(AttributeType type, Attribute attribute, Object attributeContent, boolean isSuper)Validates content against attribute (using the supplied attribute type).protected static voidTypes. validate(ComplexType type, ComplexAttribute attribute, Collection<Attribute> content)Validate content using complex attribute and type restrictions.
- 
Uses of IllegalAttributeException in org.geotools.renderer.liteConstructors in org.geotools.renderer.lite that throw IllegalAttributeException Constructor Description IndexedFeatureResults(SimpleFeatureCollection results)
- 
Uses of IllegalAttributeException in org.geotools.stac.storeMethods in org.geotools.stac.store that throw IllegalAttributeException Modifier and Type Method Description SimpleFeatureAssetsMappingReader. next()
 
-