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.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. 
 

Uses of IllegalAttributeException in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data that throw IllegalAttributeException
protected  org.opengis.feature.simple.SimpleFeature ArcSDEFeatureReader.readFeature(AttributeReader atts)
           
 

Uses of IllegalAttributeException in org.geotools.data
 

Methods in org.geotools.data that throw IllegalAttributeException
static java.lang.Object DataUtilities.defaultValue(org.opengis.feature.type.AttributeDescriptor attributeType)
          Provides a defautlValue for attributeType.
static java.lang.Object[] DataUtilities.defaultValues(org.opengis.feature.simple.SimpleFeatureType featureType)
          DOCUMENT ME!
static java.lang.Object[] DataUtilities.defaultValues(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.Object[] values)
          DOCUMENT ME!
 org.opengis.feature.simple.SimpleFeature DefaultFeatureReader.next()
           
 F FilteringFeatureReader.next()
           
 F MaxFeatureReader.next()
           
 org.opengis.feature.simple.SimpleFeature CollectionFeatureReader.next()
           
 F DiffFeatureReader.next()
           
 org.opengis.feature.simple.SimpleFeature FIDFeatureReader.next()
           
static org.opengis.feature.simple.SimpleFeature DataUtilities.parse(org.opengis.feature.simple.SimpleFeatureType type, java.lang.String fid, java.lang.String[] text)
          DOCUMENT ME!
protected  org.opengis.feature.simple.SimpleFeature DefaultFeatureReader.readFeature(AttributeReader atts)
           
protected  org.opengis.feature.simple.SimpleFeature FIDFeatureReader.readFeature(AttributeReader atts)
           
static org.opengis.feature.simple.SimpleFeature DataUtilities.reType(org.opengis.feature.simple.SimpleFeatureType featureType, org.opengis.feature.simple.SimpleFeature feature)
          Creates duplicate of feature adjusted to the provided featureType.
static org.opengis.feature.simple.SimpleFeature DataUtilities.template(org.opengis.feature.simple.SimpleFeatureType featureType)
          Constructs an empty feature to use as a Template for new content.
static org.opengis.feature.simple.SimpleFeature DataUtilities.template(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.Object[] atts)
          DOCUMENT ME!
static org.opengis.feature.simple.SimpleFeature DataUtilities.template(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.String featureID)
          DOCUMENT ME!
static org.opengis.feature.simple.SimpleFeature DataUtilities.template(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.String featureID, java.lang.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
 org.opengis.feature.simple.SimpleFeature ReprojectFeatureReader.next()
          Implement next.
 org.opengis.feature.simple.SimpleFeature ForceCoordinateSystemFeatureReader.next()
           
 

Uses of IllegalAttributeException in org.geotools.data.jdbc
 

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

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

Uses of IllegalAttributeException in org.geotools.data.property
 

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

Uses of IllegalAttributeException in org.geotools.data.vpf
 

Methods in org.geotools.data.vpf that throw IllegalAttributeException
 org.opengis.feature.simple.SimpleFeature VPFFeatureReader.next()
           
 

Uses of IllegalAttributeException in org.geotools.data.vpf.file
 

Methods in org.geotools.data.vpf.file that throw IllegalAttributeException
 org.opengis.feature.simple.SimpleFeature VPFFile.getRowFromId(java.lang.String idName, int id)
          Returns a row with a matching value for the provided column
 org.opengis.feature.simple.SimpleFeature VPFFileFeatureReader.next()
           
 org.opengis.feature.simple.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
abstract  void VPFGeometryFactory.createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.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
 void LineGeometryFactory.createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.SimpleFeature values)
           
 void AreaGeometryFactory.createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.SimpleFeature values)
           
 void EntityNodeGeometryFactory.createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.SimpleFeature values)
           
 void ConnectedNodeGeometryFactory.createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.SimpleFeature values)
           
 void TextGeometryFactory.createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.SimpleFeature values)
           
 

Uses of IllegalAttributeException in org.geotools.feature
 

Methods in org.geotools.feature that throw IllegalAttributeException
 org.opengis.feature.simple.SimpleFeature FeatureFactory.create(java.lang.Object[] attributes)
          Deprecated. Schema information is required
 org.opengis.feature.simple.SimpleFeature FeatureFactory.create(java.lang.Object[] attributes, java.lang.String featureID)
          Deprecated. Schema information is required
 void LenientFeature.setAttribute(int position, java.lang.Object val)
          Sets the attribute at position to val.
 void DecoratingFeature.setDefaultGeometry(com.vividsolutions.jts.geom.Geometry geometry)
           
static org.opengis.feature.simple.SimpleFeature FeatureTypes.transform(org.opengis.feature.simple.SimpleFeature feature, org.opengis.feature.simple.SimpleFeatureType schema, org.opengis.referencing.operation.MathTransform transform)
          Applies transform to all geometry attribute.
 

Constructors in org.geotools.feature that throw IllegalAttributeException
LenientFeature(java.util.List<org.opengis.feature.Attribute> attributes, org.opengis.feature.simple.SimpleFeatureType schema, java.lang.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
static void Types.validate(org.opengis.feature.type.AttributeDescriptor descriptor, java.lang.Object value)
          Ensure that attributeContent is a good value for descriptor.
static void Types.validate(org.opengis.feature.Attribute attribute, java.lang.Object attributeContent)
          Validates content against an attribute.
static void Types.validate(org.opengis.feature.type.AttributeType type, org.opengis.feature.Attribute attribute, java.lang.Object attributeContent)
           
protected static void Types.validate(org.opengis.feature.type.AttributeType type, org.opengis.feature.Attribute attribute, java.lang.Object attributeContent, boolean isSuper)
           
protected static void Types.validate(org.opengis.feature.type.AttributeType type, java.lang.Object value, boolean isSuper)
           
 

Uses of IllegalAttributeException in org.geotools.renderer.lite
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.