Uses of Class
org.geotools.feature.IllegalAttributeException

Packages that use IllegalAttributeException
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection Implementations of FeatureCollection for different purposes. 
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.wfs.feature   
org.geotools.feature   
org.geotools.feature.type   
org.geotools.renderer.lite A simple renderer implementation. 
 

Uses of IllegalAttributeException in org.geotools.data
 

Methods in org.geotools.data that throw IllegalAttributeException
 SimpleFeature DefaultFeatureReader.next()
           
 F MaxFeatureReader.next()
           
 F FilteringFeatureReader.next()
           
 SimpleFeature FIDFeatureReader.next()
           
 SimpleFeature CollectionFeatureReader.next()
           
 F DiffFeatureReader.next()
           
protected  SimpleFeature DefaultFeatureReader.readFeature(AttributeReader atts)
           
protected  SimpleFeature FIDFeatureReader.readFeature(AttributeReader atts)
           
 void AbstractDataStoreTest.testGetFeatureReader()
           
 void AbstractDataStoreTest.testGetFeatureReaderConcurancy()
           
 void AbstractDataStoreTest.testGetFeatureReaderFilterAutoCommit()
           
 void AbstractDataStoreTest.testGetFeatureReaderFilterTransaction()
           
 void AbstractDataStoreTest.testGetFeatureReaderMutability()
           
 void AbstractDataStoreTest.testGetFeatureSourceRiver()
           
 void AbstractDataStoreTest.testGetFeaturesWriterAdd()
           
 void AbstractDataStoreTest.testGetFeaturesWriterModify()
           
 void AbstractDataStoreTest.testGetFeatureWriter()
           
 void AbstractDataStoreTest.testGetFeatureWriterFilter()
           
 void AbstractDataStoreTest.testGetFeatureWriterRemove()
           
 void AbstractDataStoreTest.testGetFeatureWriterTypeNameTransaction()
           
 

Uses of IllegalAttributeException in org.geotools.data.collection
 

Methods in org.geotools.data.collection that throw IllegalAttributeException
 F DelegateFeatureReader.next()
           
 

Uses of IllegalAttributeException in org.geotools.data.crs
 

Methods in org.geotools.data.crs that throw IllegalAttributeException
 SimpleFeature ReprojectFeatureReader.next()
          Implement next.
 SimpleFeature ForceCoordinateSystemFeatureReader.next()
           
 

Uses of IllegalAttributeException in org.geotools.data.wfs.feature
 

Methods in org.geotools.data.wfs.feature that throw IllegalAttributeException
 void LenientFeature.setAttribute(int position, Object val)
          Sets the attribute at position to val.
 

Constructors in org.geotools.data.wfs.feature that throw IllegalAttributeException
LenientFeature(List<Attribute> attributes, SimpleFeatureType schema, String featureID)
          Creates a new instance of flat feature, which must take a flat feature type schema and all attributes as arguments.
 

Uses of IllegalAttributeException in org.geotools.feature
 

Methods in org.geotools.feature that throw IllegalAttributeException
 SimpleFeature FeatureFactory.create(Object[] attributes)
          Deprecated. Schema information is required
 SimpleFeature FeatureFactory.create(Object[] attributes, String featureID)
          Deprecated. Schema information is required
 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
static void Types.validate(Attribute attribute)
          Validates anattribute.
static void Types.validate(AttributeDescriptor descriptor, Object value)
          Ensure that attributeContent is a good value for descriptor.
static void Types.validate(Attribute attribute, Object attributeContent)
          Validates content against an attribute.
static void Types.validate(AttributeType type, Attribute attribute, Object attributeContent)
           
protected static void Types.validate(AttributeType type, Attribute attribute, Object attributeContent, boolean isSuper)
           
protected static void Types.validate(AttributeType type, Object value, boolean isSuper)
           
protected static void Types.validate(ComplexType type, ComplexAttribute attribute, Collection content)
           
 

Uses of IllegalAttributeException in org.geotools.renderer.lite
 

Constructors in org.geotools.renderer.lite that throw IllegalAttributeException
IndexedFeatureResults(SimpleFeatureCollection results)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.