Uses of Class
org.geotools.feature.SchemaException

Packages that use SchemaException
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.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.gen   
org.geotools.data.jdbc   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.store   
org.geotools.data.view   
org.geotools.data.wfs.v1_1_0   
org.geotools.feature   
org.geotools.map List of layers to be rendered. 
org.geotools.xml.gml   
 

Uses of SchemaException in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data that throw SchemaException
 FeatureSource<SimpleFeatureType,SimpleFeature> ArcSDEDataStore.getView(Query query)
           
 

Constructors in org.geotools.arcsde.data that throw SchemaException
ArcSDEFeatureReader(ArcSDEAttributeReader attributeReader)
           
 

Uses of SchemaException in org.geotools.data
 

Methods in org.geotools.data that throw SchemaException
protected  SimpleFeatureType DefaultFeatureReader.createSchema()
           
protected  SimpleFeatureType FIDFeatureReader.createSchema()
           
static SimpleFeatureType DataUtilities.createSubType(SimpleFeatureType featureType, String[] properties)
          DOCUMENT ME!
static SimpleFeatureType DataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override)
          Create a derived FeatureType
static SimpleFeatureType DataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override, String typeName, URI namespace)
           
static SimpleFeatureType DataUtilities.createType(String identification, String typeSpec)
          Utility method for FeatureType construction.
static SimpleFeatureType DataUtilities.createType(String namespace, String typeName, String typeSpec)
          Utility method for FeatureType construction.
 FeatureSource<SimpleFeatureType,SimpleFeature> AbstractDataStore.getView(Query query)
           
 FeatureSource<SimpleFeatureType,SimpleFeature> DataStore.getView(Query query)
          Access a FeatureSource for Query providing a high-level API.
 

Constructors in org.geotools.data that throw SchemaException
DefaultFeatureReader(AttributeReader attributeReader)
           
DefaultFeatureReader(AttributeReader attributeReader, SimpleFeatureType schema)
          Creates a new instance of AbstractFeatureReader
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader)
           
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader, SimpleFeatureType schema)
          Creates a new instance of AbstractFeatureReader
 

Uses of SchemaException in org.geotools.data.crs
 

Constructors in org.geotools.data.crs that throw SchemaException
ForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader, CoordinateReferenceSystem cs)
          Builds a new ForceCoordinateSystemFeatureReader
ForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader, CoordinateReferenceSystem cs, boolean forceOnlyMissing)
          Builds a new ForceCoordinateSystemFeatureReader
ForceCoordinateSystemFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results, CoordinateReferenceSystem forcedCS)
           
ForceCoordinateSystemFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results, CoordinateReferenceSystem forcedCS, boolean forceOnlyMissing)
           
ForceCoordinateSystemIterator(FeatureIterator<SimpleFeature> reader, SimpleFeatureType type, CoordinateReferenceSystem cs)
          Builds a new ForceCoordinateSystemFeatureReader
ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader, CoordinateReferenceSystem cs)
           
ReprojectFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results, CoordinateReferenceSystem destinationCS)
          Creates a new reprojecting feature results
 

Uses of SchemaException in org.geotools.data.gen
 

Methods in org.geotools.data.gen that throw SchemaException
 FeatureSource<SimpleFeatureType,SimpleFeature> PreGeneralizedDataStore.getView(Query query)
           
 

Uses of SchemaException in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that throw SchemaException
protected  AttributeDescriptor[] JDBC1DataStore.getAttributeTypes(String typeName, String[] propertyNames)
          Gets the attribute types from from a given type.
 FeatureSource<SimpleFeatureType,SimpleFeature> JDBC1DataStore.getView(Query query)
           
 

Uses of SchemaException in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that throw SchemaException
protected  FIDFeatureReader ShapefileDataStore.createFeatureReader(String typeName, ShapefileAttributeReader reader, SimpleFeatureType readerSchema)
           
 

Uses of SchemaException in org.geotools.data.shapefile.indexed
 

Methods in org.geotools.data.shapefile.indexed that throw SchemaException
protected  FeatureReader<SimpleFeatureType,SimpleFeature> IndexedShapefileDataStore.createFeatureReader(String typeName, IndexedShapefileAttributeReader r, SimpleFeatureType readerSchema)
           
 

Uses of SchemaException in org.geotools.data.store
 

Methods in org.geotools.data.store that throw SchemaException
 FeatureSource<SimpleFeatureType,SimpleFeature> ContentDataStore.getView(Query query)
           
 FeatureSource<SimpleFeatureType,SimpleFeature> AbstractDataStore2.getView(Query query)
          Create a FeatureSource that represents your Query.
 

Uses of SchemaException in org.geotools.data.view
 

Methods in org.geotools.data.view that throw SchemaException
static FeatureSource<SimpleFeatureType,SimpleFeature> DefaultView.create(FeatureSource<SimpleFeatureType,SimpleFeature> source, Query query)
          Factory that make the correct decorator for the provided featureSource.
 

Constructors in org.geotools.data.view that throw SchemaException
DefaultView(FeatureSource<SimpleFeatureType,SimpleFeature> source, Query query)
          Creates a new GeoServerFeatureSource object.
 

Uses of SchemaException in org.geotools.data.wfs.v1_1_0
 

Methods in org.geotools.data.wfs.v1_1_0 that throw SchemaException
 FeatureSource<SimpleFeatureType,SimpleFeature> WFS_1_1_0_DataStore.getView(Query query)
           
 

Uses of SchemaException in org.geotools.feature
 

Methods in org.geotools.feature that throw SchemaException
protected  FeatureType DefaultFeatureTypeFactory.createAbstractType()
           
protected abstract  FeatureType FeatureTypeBuilder.createFeatureType()
          DOCUMENT ME!
protected  FeatureType DefaultFeatureTypeFactory.createFeatureType()
           
 FeatureType FeatureTypeBuilder.getFeatureType()
          Get a FeatureType which reflects the state of this factory.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name)
          Create a new FeatureType with the given AttributeTypes.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns)
          Create a new FeatureType with the given AttributeTypes.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract)
          Create a new FeatureType with the given AttributeTypes.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes)
          The most specific way to create a new FeatureType.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, GeometryDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes, AttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes, GeometryAttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static SimpleFeatureType FeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs)
          Forces the specified CRS on all geometry attributes
static SimpleFeatureType FeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing)
          Forces the specified CRS on geometry attributes (all or some, depends on the parameters).
 

Constructors in org.geotools.feature that throw SchemaException
DefaultFeatureType(String typeName, String namespace, Collection types, Collection superTypes, GeometryAttributeType defaultGeom)
           
SimpleFeatureType(String typeName, String namespace, Collection types, Collection superTypes, GeometryAttributeType defaultGeom)
          Deprecated. use SimpleFeatureType(String,URI,Collection,Collection,GeometryAttributeType)
 

Uses of SchemaException in org.geotools.map
 

Constructors in org.geotools.map that throw SchemaException
DefaultMapLayer(AbstractGridCoverage2DReader reader, Style style)
          Constructor which adds a new layer and triggers a LayerListEvent.
DefaultMapLayer(AbstractGridCoverage2DReader reader, Style style, String title)
          Constructor which adds a new layer and trigger a LayerListEvent.
DefaultMapLayer(GridCoverage coverage, Style style)
          * Add a new layer and trigger a LayerListEvent.
DefaultMapLayer(GridCoverage coverage, Style style, String title)
          * Add a new layer and trigger a LayerListEvent.
 

Uses of SchemaException in org.geotools.xml.gml
 

Methods in org.geotools.xml.gml that throw SchemaException
static SimpleFeatureType WFSFeatureTypeTransformer.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.