| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SchemaException | |
| 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 Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore. | 
| org.geotools.data.geometryless | |
| org.geotools.data.jdbc | |
| org.geotools.data.mif | |
| org.geotools.data.mysql | |
| org.geotools.data.pickle | |
| 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.demo.export | |
| org.geotools.feature | |
| Uses of SchemaException in org.geotools.data | 
| Methods in org.geotools.data that throw SchemaException | |
protected  FeatureType | 
DefaultFeatureReader.createSchema()
 | 
static FeatureType | 
DataUtilities.createSubType(FeatureType featureType,
              java.lang.String[] properties,
              org.opengis.referencing.crs.CoordinateReferenceSystem override)
Create a derived FeatureType  | 
static FeatureType | 
DataUtilities.createSubType(FeatureType featureType,
              java.lang.String[] properties,
              org.opengis.referencing.crs.CoordinateReferenceSystem override,
              java.lang.String typeName,
              java.net.URI namespace)
 | 
static FeatureType | 
DataUtilities.createSubType(FeatureType featureType,
              java.lang.String[] properties)
DOCUMENT ME!  | 
static FeatureType | 
DataUtilities.createType(java.lang.String identification,
           java.lang.String typeSpec)
Utility method for FeatureType construction.  | 
protected  FeatureType | 
FIDFeatureReader.createSchema()
 | 
 FeatureSource | 
AbstractDataStore.getView(Query query)
 | 
 FeatureSource | 
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,
                     FeatureType schema)
Creates a new instance of AbstractFeatureReader  | 
|
DefaultFeatureReader(AttributeReader attributeReader)
 | 
|
FIDFeatureReader(AttributeReader attributeReader,
                 FIDReader fidReader,
                 FeatureType schema)
Creates a new instance of AbstractFeatureReader  | 
|
FIDFeatureReader(AttributeReader attributeReader,
                 FIDReader fidReader)
 | 
|
| Uses of SchemaException in org.geotools.data.crs | 
| Constructors in org.geotools.data.crs that throw SchemaException | |
ReprojectFeatureReader(FeatureReader reader,
                       org.opengis.referencing.crs.CoordinateReferenceSystem cs)
 | 
|
ReprojectFeatureResults(FeatureResults results,
                        org.opengis.referencing.crs.CoordinateReferenceSystem destinationCS)
Creates a new reprojecting feature results  | 
|
ForceCoordinateSystemFeatureReader(FeatureReader reader,
                                   org.opengis.referencing.crs.CoordinateReferenceSystem cs)
Builds a new ForceCoordinateSystemFeatureReader  | 
|
ForceCoordinateSystemFeatureResults(FeatureResults results,
                                    org.opengis.referencing.crs.CoordinateReferenceSystem forcedCS)
 | 
|
| Uses of SchemaException in org.geotools.data.dir | 
| Methods in org.geotools.data.dir that throw SchemaException | |
 FeatureSource | 
DirectoryDataStore.getView(Query query)
 | 
| Uses of SchemaException in org.geotools.data.geometryless | 
| Methods in org.geotools.data.geometryless that throw SchemaException | |
static FeatureType | 
MysqlGeomColumn.makeSchema(java.sql.ResultSetMetaData metaData,
           java.lang.String geoColumn)
Creates the schema, a FeatureType of the attributes.  | 
| Constructors in org.geotools.data.geometryless 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.jdbc | 
| Methods in org.geotools.data.jdbc that throw SchemaException | |
 FeatureSource | 
JDBC1DataStore.getView(Query query)
 | 
protected  AttributeType[] | 
JDBC1DataStore.getAttributeTypes(java.lang.String typeName,
                  java.lang.String[] propertyNames)
Gets the attribute types from from a given type.  | 
| Uses of SchemaException in org.geotools.data.mif | 
| Constructors in org.geotools.data.mif that throw SchemaException | |
MIFFile(java.lang.String path,
        FeatureType featureType,
        java.util.HashMap params)
This constructor creates a a new MIF/MID file given schema and path.  | 
|
| Uses of SchemaException in org.geotools.data.mysql | 
| Methods in org.geotools.data.mysql that throw SchemaException | |
static FeatureType | 
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.pickle | 
| Methods in org.geotools.data.pickle that throw SchemaException | |
abstract  void | 
PickledFeatureProtocol.read(FeatureCollection fc)
 | 
abstract  Feature | 
PickledFeatureProtocol.read(int idx)
 | 
| Uses of SchemaException in org.geotools.data.shapefile | 
| Methods in org.geotools.data.shapefile that throw SchemaException | |
protected  FeatureReader | 
ShapefileDataStore.createFeatureReader(java.lang.String typeName,
                    ShapefileDataStore.Reader r,
                    FeatureType readerSchema)
 | 
| Uses of SchemaException in org.geotools.data.shapefile.indexed | 
| Methods in org.geotools.data.shapefile.indexed that throw SchemaException | |
protected  FeatureReader | 
IndexedShapefileDataStore.createFeatureReader(java.lang.String typeName,
                    IndexedShapefileDataStore.Reader r,
                    FeatureType readerSchema)
DOCUMENT ME!  | 
| Uses of SchemaException in org.geotools.data.store | 
| Methods in org.geotools.data.store that throw SchemaException | |
 FeatureSource | 
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 | 
DefaultView.create(FeatureSource source,
       Query query)
Factory that make the correct decorator for the provided featureSource.  | 
| Constructors in org.geotools.data.view that throw SchemaException | |
DefaultView(FeatureSource 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 | |
VPFLibrary(Feature libraryFeature,
           java.io.File dir)
Complete 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  | 
|
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  | 
|
VPFCoverage(VPFLibrary cLibrary,
            Feature feature,
            java.lang.String cDirectoryName)
Constructor  | 
|
VPFCoverage(VPFLibrary cLibrary,
            Feature feature,
            java.lang.String cDirectoryName,
            java.net.URI namespace)
Constructor with namespace  | 
|
| 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.demo.export | 
| Methods in org.geotools.demo.export that throw SchemaException | |
 FeatureSource | 
ExportParameters.createExportSource()
Builds and returns a FeatureSource for the given export options.  | 
| Uses of SchemaException in org.geotools.feature | 
| Methods in org.geotools.feature that throw SchemaException | |
protected  FeatureType | 
DefaultFeatureTypeFactory.createFeatureType()
 | 
protected  FeatureType | 
DefaultFeatureTypeFactory.createAbstractType()
 | 
static FeatureType | 
FeatureTypeFactory.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract,
               FeatureType[] superTypes)
Deprecated. The most specific way to create a new FeatureType.  | 
static FeatureType | 
FeatureTypeFactory.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract,
               FeatureType[] superTypes,
               AttributeType defaultGeometry)
Deprecated. The most specific way to create a new FeatureType.  | 
static FeatureType | 
FeatureTypeFactory.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract,
               FeatureType[] superTypes,
               GeometryAttributeType defaultGeometry)
Deprecated. The most specific way to create a new FeatureType.  | 
static FeatureType | 
FeatureTypeFactory.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract)
Deprecated. Create a new FeatureType with the given AttributeTypes.  | 
static FeatureType | 
FeatureTypeFactory.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns)
Deprecated. Create a new FeatureType with the given AttributeTypes.  | 
static FeatureType | 
FeatureTypeFactory.newFeatureType(AttributeType[] types,
               java.lang.String name)
Deprecated. Create a new FeatureType with the given AttributeTypes.  | 
static FeatureType | 
FeatureTypes.transform(FeatureType schema,
          org.opengis.referencing.crs.CoordinateReferenceSystem crs)
 | 
static FeatureType | 
FeatureTypes.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract,
               FeatureType[] superTypes)
The most specific way to create a new FeatureType.  | 
static FeatureType | 
FeatureTypes.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract,
               FeatureType[] superTypes,
               AttributeType defaultGeometry)
The most specific way to create a new FeatureType.  | 
static FeatureType | 
FeatureTypes.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract,
               FeatureType[] superTypes,
               GeometryAttributeType defaultGeometry)
The most specific way to create a new FeatureType.  | 
static FeatureType | 
FeatureTypes.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns,
               boolean isAbstract)
Create a new FeatureType with the given AttributeTypes.  | 
static FeatureType | 
FeatureTypes.newFeatureType(AttributeType[] types,
               java.lang.String name,
               java.net.URI ns)
Create a new FeatureType with the given AttributeTypes.  | 
static FeatureType | 
FeatureTypes.newFeatureType(AttributeType[] types,
               java.lang.String name)
Create a new FeatureType with the given AttributeTypes.  | 
 FeatureType | 
FeatureTypeBuilder.getFeatureType()
Get a FeatureType which reflects the state of this factory.  | 
protected abstract  FeatureType | 
FeatureTypeBuilder.createFeatureType()
DOCUMENT ME!  | 
| Constructors in org.geotools.feature that throw SchemaException | |
SimpleFeatureType(java.lang.String typeName,
                  java.lang.String namespace,
                  java.util.Collection types,
                  java.util.Collection superTypes,
                  GeometryAttributeType defaultGeom)
Deprecated. use SimpleFeatureType(String,URI,Collection,Collection,GeometryAttributeType)  | 
|
DefaultFeatureType(java.lang.String typeName,
                   java.lang.String namespace,
                   java.util.Collection types,
                   java.util.Collection superTypes,
                   GeometryAttributeType defaultGeom)
 | 
|
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||