Uses of Class
org.geotools.feature.IllegalAttributeException

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.collection   
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.jdbc   
org.geotools.data.property   
org.geotools.feature   
org.geotools.feature.type   
org.geotools.renderer.lite A simple renderer implementation. 
 

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)
          Provides a defautlValue for attributeType.
static Object[] DataUtilities.defaultValues(SimpleFeatureType featureType)
          DOCUMENT ME!
static Object[] DataUtilities.defaultValues(SimpleFeatureType featureType, Object[] values)
          DOCUMENT ME!
 F MaxFeatureReader.next()
           
 F FilteringFeatureReader.next()
           
 SimpleFeature FIDFeatureReader.next()
           
 F DiffFeatureReader.next()
           
 SimpleFeature DefaultFeatureReader.next()
           
 SimpleFeature CollectionFeatureReader.next()
           
static SimpleFeature DataUtilities.parse(SimpleFeatureType type, String fid, String[] text)
          DOCUMENT ME!
protected  SimpleFeature FIDFeatureReader.readFeature(AttributeReader atts)
           
protected  SimpleFeature DefaultFeatureReader.readFeature(AttributeReader atts)
           
static SimpleFeature DataUtilities.reType(SimpleFeatureType featureType, SimpleFeature feature)
          Creates duplicate of feature adjusted to the provided featureType.
static SimpleFeature DataUtilities.template(SimpleFeatureType featureType)
          Constructs an empty feature to use as a Template for new content.
static SimpleFeature DataUtilities.template(SimpleFeatureType featureType, Object[] atts)
          DOCUMENT ME!
static SimpleFeature DataUtilities.template(SimpleFeatureType featureType, String featureID)
          DOCUMENT ME!
static SimpleFeature DataUtilities.template(SimpleFeatureType featureType, String featureID, Object[] atts)
          DOCUMENT ME!
 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.jdbc
 

Methods in org.geotools.data.jdbc that throw IllegalAttributeException
protected  Set JDBCFeatureStore.fids(Filter filter)
          Deprecated.  
 SimpleFeature JDBCFeatureReader.next()
          Deprecated.  
 

Constructors in org.geotools.data.jdbc that throw IllegalAttributeException
MutableFIDFeature(List<Object> values, SimpleFeatureType ft, String fid)
          Deprecated.  
 

Uses of IllegalAttributeException in org.geotools.data.property
 

Methods in org.geotools.data.property that throw IllegalAttributeException
 SimpleFeature PropertyFeatureReader.next()
          DOCUMENT ME!
 

Uses of IllegalAttributeException in org.geotools.feature
 

Methods in org.geotools.feature that throw IllegalAttributeException
 Feature FeatureType.create(Object[] attributes)
          Deprecated. Creates a new feature, with a generated unique featureID.
 Feature DefaultFeatureType.create(Object[] attributes)
          Creates a new feature, with a generated unique featureID.
 SimpleFeature FeatureFactory.create(Object[] attributes)
          Deprecated. Schema information is required
 Feature FeatureType.create(Object[] attributes, String featureID)
          Deprecated. Scheduled for removal in Geotools 2.2, please use FeatureFactory.
 Feature DefaultFeatureType.create(Object[] attributes, String featureID)
          Creates a new feature, with the proper featureID, using this FeatureType.
 SimpleFeature FeatureFactory.create(Object[] attributes, String featureID)
          Deprecated. Schema information is required
 Feature FeatureType.duplicate(Feature feature)
          Deprecated. Create a duplicate of the provided feature, must delegate to an appropriate FeatureFactory create method.
 Feature DefaultFeatureType.duplicate(Feature original)
           
 Object FeatureAttributeType.duplicate(Object src)
          Method should return getSchema().duplicate( feature ) Exampe implementation: return getSchema().duplicate( (Feature) getValue() ); It is understood that FeatureType.duplicate
 Object DefaultAttributeType.duplicate(Object src)
          Return a safe Object copy.
 Object AttributeType.duplicate(Object src)
          Deprecated. Create a duplicate value of the passed Object.
 void LenientFeature.setAttribute(int position, Object val)
          Sets the attribute at position to val.
 void SimpleFeature.setAttribute(int position, Object val)
          Deprecated. Sets an attribute by the given zero-based index.
 void Feature.setAttribute(String xPath, Object attribute)
          Deprecated. Sets a single attribute for this feature, passed as a complex object.
 void DefaultFeature.setAttribute(String xPath, Object attribute)
          Sets a single attribute for this feature, passed as a complex object.
 void SimpleFeature.setAttributes(Object[] attributes)
          Deprecated. Sets all attributes for this feature, passed as a complex object array.
 void DefaultFeature.setAttributes(Object[] attributes)
          Sets all attributes for this feature, passed as an array.
 void Feature.setDefaultGeometry(Geometry geometry)
          Deprecated. Sets the default geometry for this feature.
 void DefaultFeature.setDefaultGeometry(Geometry geometry)
          Deprecated. use DefaultFeature.setDefaultGeometry(Geometry).
 void DecoratingFeature.setDefaultGeometry(Geometry geometry)
           
static SimpleFeature FeatureTypes.transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform)
          Applies transform to all geometry attribute.
 

Constructors in org.geotools.feature that throw IllegalAttributeException
DefaultFeature(DefaultFeatureType schema, Object[] attributes)
          Creates a new instance of flat feature, which must take a flat feature type schema and all attributes as arguments.
DefaultFeature(DefaultFeatureType schema, Object[] attributes, String featureID)
          Creates a new instance of flat feature, which must take a flat feature type schema and all attributes as arguments.
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.type
 

Methods in org.geotools.feature.type that throw IllegalAttributeException
 Object TemporalAttributeType.duplicate(Object o)
           
 Object SetAttributeType.duplicate(Object src)
          Deprecated. This method is unstable ... and does not yet check validity well.
 Object ListAttributeType.duplicate(Object src)
          Deprecated.  
 Object GeometricAttributeType.duplicate(Object o)
          Deprecated.  
 Object FeatureAttributeType.duplicate(Object src)
           
 Object ChoiceAttributeType.duplicate(Object src)
          Deprecated. Goes through the children, and searches for a duplicator that works.
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)
           
 

Uses of IllegalAttributeException in org.geotools.renderer.lite
 

Constructors in org.geotools.renderer.lite that throw IllegalAttributeException
IndexedFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.