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.dir Directory DataStore 
org.geotools.data.directory   
org.geotools.data.gen   
org.geotools.data.jdbc   
org.geotools.data.mysql   
org.geotools.data.postgis   
org.geotools.data.postgis.synch   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.store   
org.geotools.data.view   
org.geotools.data.vpf   
org.geotools.data.vpf.file   
org.geotools.data.wfs.v1_1_0   
org.geotools.feature   
org.geotools.map List of layers to be rendered. 
org.geotools.resources.coverage   
org.geotools.xml.gml   
 

Uses of SchemaException in org.geotools.arcsde.data
 

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

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

Uses of SchemaException in org.geotools.data
 

Methods in org.geotools.data that throw SchemaException
protected  org.opengis.feature.simple.SimpleFeatureType DefaultFeatureReader.createSchema()
           
protected  org.opengis.feature.simple.SimpleFeatureType FIDFeatureReader.createSchema()
           
static org.opengis.feature.simple.SimpleFeatureType DataUtilities.createSubType(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.String[] properties)
          DOCUMENT ME!
static org.opengis.feature.simple.SimpleFeatureType DataUtilities.createSubType(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.String[] properties, org.opengis.referencing.crs.CoordinateReferenceSystem override)
          Create a derived FeatureType
static org.opengis.feature.simple.SimpleFeatureType DataUtilities.createSubType(org.opengis.feature.simple.SimpleFeatureType featureType, java.lang.String[] properties, org.opengis.referencing.crs.CoordinateReferenceSystem override, java.lang.String typeName, java.net.URI namespace)
           
static org.opengis.feature.simple.SimpleFeatureType DataUtilities.createType(java.lang.String identification, java.lang.String typeSpec)
          Utility method for FeatureType construction.
static org.opengis.feature.simple.SimpleFeatureType DataUtilities.createType(java.lang.String namespace, java.lang.String typeName, java.lang.String typeSpec)
          Utility method for FeatureType construction.
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> AbstractDataStore.getView(Query query)
           
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.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, org.opengis.feature.simple.SimpleFeatureType schema)
          Creates a new instance of AbstractFeatureReader
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader)
           
FIDFeatureReader(AttributeReader attributeReader, FIDReader fidReader, org.opengis.feature.simple.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<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, org.opengis.referencing.crs.CoordinateReferenceSystem cs)
          Builds a new ForceCoordinateSystemFeatureReader
ForceCoordinateSystemFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, org.opengis.referencing.crs.CoordinateReferenceSystem cs, boolean forceOnlyMissing)
          Builds a new ForceCoordinateSystemFeatureReader
ForceCoordinateSystemFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results, org.opengis.referencing.crs.CoordinateReferenceSystem forcedCS)
           
ForceCoordinateSystemFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results, org.opengis.referencing.crs.CoordinateReferenceSystem forcedCS, boolean forceOnlyMissing)
           
ForceCoordinateSystemIterator(FeatureIterator<org.opengis.feature.simple.SimpleFeature> reader, org.opengis.feature.simple.SimpleFeatureType type, org.opengis.referencing.crs.CoordinateReferenceSystem cs)
          Builds a new ForceCoordinateSystemFeatureReader
ReprojectFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, org.opengis.referencing.crs.CoordinateReferenceSystem cs)
           
ReprojectFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results, org.opengis.referencing.crs.CoordinateReferenceSystem destinationCS)
          Creates a new reprojecting feature results
 

Uses of SchemaException in org.geotools.data.dir
 

Methods in org.geotools.data.dir that throw SchemaException
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> DirectoryDataStore.getView(Query query)
          Deprecated.  
 

Uses of SchemaException in org.geotools.data.directory
 

Methods in org.geotools.data.directory that throw SchemaException
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> DirectoryDataStore.getView(Query query)
           
 

Uses of SchemaException in org.geotools.data.gen
 

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

Uses of SchemaException in org.geotools.data.jdbc
 

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

Uses of SchemaException in org.geotools.data.mysql
 

Methods in org.geotools.data.mysql that throw SchemaException
static org.opengis.feature.simple.SimpleFeatureType MysqlGeomColumn.makeSchema(java.sql.ResultSetMetaData metaData, java.lang.String geoColumn)
          Creates the schema, a FeatureType of the attributes.
 

Constructors in org.geotools.data.mysql that throw SchemaException
MysqlGeomColumn(java.sql.Connection dbConnection, java.lang.String feaTableName)
          A convenience constructor, when you there is an open connection, and only using flat features.
 

Uses of SchemaException in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis that throw SchemaException
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> VersionedPostgisDataStore.getView(Query query)
           
 

Uses of SchemaException in org.geotools.data.postgis.synch
 

Methods in org.geotools.data.postgis.synch that throw SchemaException
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> SynchronizedPostgisDataStore.getView(Query query)
           
 

Uses of SchemaException in org.geotools.data.shapefile
 

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

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

Methods in org.geotools.data.shapefile.indexed that throw SchemaException
protected  FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> IndexedShapefileDataStore.createFeatureReader(java.lang.String typeName, IndexedShapefileAttributeReader r, org.opengis.feature.simple.SimpleFeatureType readerSchema)
           
 org.opengis.feature.simple.SimpleFeatureType IndexedShapefileDataStore.createSubType(java.lang.String[] properties)
          Much like DataUtilities.createSubType(SimpleFeatureType, String[]), but makes sure to preserve the original attribute order
 

Uses of SchemaException in org.geotools.data.store
 

Methods in org.geotools.data.store that throw SchemaException
 ContentFeatureSource ContentDataStore.getView(Query query)
           
 FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.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<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> DefaultView.create(FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.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<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source, Query query)
          Creates a new GeoServerFeatureSource object.
 

Uses of SchemaException in org.geotools.data.vpf
 

Constructors in org.geotools.data.vpf that throw SchemaException
VPFCoverage(VPFLibrary cLibrary, org.opengis.feature.simple.SimpleFeature feature, java.lang.String cDirectoryName)
          Constructor
VPFCoverage(VPFLibrary cLibrary, org.opengis.feature.simple.SimpleFeature feature, java.lang.String cDirectoryName, java.net.URI namespace)
          Constructor with namespace
VPFDataBase(java.io.File directory)
          Constructor
VPFFeatureClass(VPFCoverage cCoverage, java.lang.String cName, java.lang.String cDirectoryName)
          Constructor
VPFFeatureClass(VPFCoverage cCoverage, java.lang.String cName, java.lang.String cDirectoryName, java.net.URI cNamespace)
          Constructor
VPFLibrary(java.io.File dir)
          Constructor that adds a namespace to the File only constructor.
VPFLibrary(java.io.File dir, java.net.URI namespace)
          Constructor which defaults the containing database to null and looks up the first (and presumably only) entry in the library attribute table
VPFLibrary(org.opengis.feature.simple.SimpleFeature libraryFeature, java.io.File dir)
          Complete constructor
 

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

Constructors in org.geotools.data.vpf.file that throw SchemaException
VPFFile(java.lang.String cPathName)
          Constructor.
 

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

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

Uses of SchemaException in org.geotools.feature
 

Methods in org.geotools.feature that throw SchemaException
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name)
          Create a new FeatureType with the given AttributeTypes.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns)
          Create a new FeatureType with the given AttributeTypes.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract)
          Create a new FeatureType with the given AttributeTypes.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, org.opengis.feature.simple.SimpleFeatureType[] superTypes)
          The most specific way to create a new FeatureType.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, org.opengis.feature.simple.SimpleFeatureType[] superTypes, org.opengis.feature.type.AttributeDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, org.opengis.feature.simple.SimpleFeatureType[] superTypes, org.opengis.feature.type.GeometryDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.transform(org.opengis.feature.simple.SimpleFeatureType schema, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Forces the specified CRS on all geometry attributes
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.transform(org.opengis.feature.simple.SimpleFeatureType schema, org.opengis.referencing.crs.CoordinateReferenceSystem crs, boolean forceOnlyMissing)
          Forces the specified CRS on geometry attributes (all or some, depends on the parameters).
 

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, java.lang.String title)
          Constructor which adds a new layer and trigger a LayerListEvent.
DefaultMapLayer(AbstractGridCoverage2DReader reader, Style style, java.lang.String title, org.opengis.parameter.GeneralParameterValue[] params)
          Constructor which adds a new layer and trigger a LayerListEvent.
DefaultMapLayer(org.opengis.coverage.grid.GridCoverage coverage, Style style)
          * Add a new layer and trigger a LayerListEvent.
DefaultMapLayer(org.opengis.coverage.grid.GridCoverage coverage, Style style, java.lang.String title)
          * Add a new layer and trigger a LayerListEvent.
 

Uses of SchemaException in org.geotools.resources.coverage
 

Methods in org.geotools.resources.coverage that throw SchemaException
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> FeatureUtilities.wrapGridCoverage(GridCoverage2D coverage)
          Wraps a grid coverage into a Feature.
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> FeatureUtilities.wrapGridCoverageReader(AbstractGridCoverage2DReader gridCoverageReader, org.opengis.parameter.GeneralParameterValue[] params)
          Wraps a grid coverage into a Feature.
 

Uses of SchemaException in org.geotools.xml.gml
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.