Uses of Class
org.geotools.data.DataSourceException

Packages that use DataSourceException
org.geotools.data.arcsde DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.  
org.geotools.data.geomedia   
org.geotools.data.geomedia.attributeio   
org.geotools.data.geometryless   
org.geotools.data.jdbc   
org.geotools.data.jdbc.fidmapper   
org.geotools.data.mysql   
org.geotools.data.oracle.attributeio   
org.geotools.data.postgis.referencing   
org.geotools.data.shapefile   
org.geotools.data.shapefile.dbf   
org.geotools.data.shapefile.shp   
org.geotools.data.view   
org.geotools.data.vpf   
org.geotools.gce.gtopo30 Data source for reading the GTOPO30 file format.  
 

Uses of DataSourceException in org.geotools.data.arcsde
 

Methods in org.geotools.data.arcsde that throw DataSourceException
 org.geotools.data.arcsde.PooledConnection ArcSDEConnectionPool.getConnection()
          DOCUMENT ME!
 com.esri.sde.sdk.client.SeTable ArcSDEConnectionPool.getSdeTable(java.lang.String tableName)
           
 com.esri.sde.sdk.client.SeTable ArcSDEConnectionPool.getSdeTable(com.esri.sde.sdk.client.SeConnection conn, java.lang.String tableName)
          DOCUMENT ME!
 java.util.List ArcSDEConnectionPool.getAvailableLayerNames()
          Gets the list of available layer names on the database
 com.vividsolutions.jts.geom.Geometry GeometryBuilder.construct(com.esri.sde.sdk.client.SeShape shape)
          Takes an ArcSDE's SeShape and builds a JTS Geometry.
protected abstract  com.vividsolutions.jts.geom.Geometry GeometryBuilder.newGeometry(double[][][] coords)
          Builds a JTS Geometry who't type is given by the GeometryBuilder subclass instance specialization that implements it
 

Constructors in org.geotools.data.arcsde that throw DataSourceException
ArcSDEConnectionPool(ConnectionConfig config)
          Creates a new SdeConnectionPool object with the connection parameters holded by config
 

Uses of DataSourceException in org.geotools.data.geomedia
 

Methods in org.geotools.data.geomedia that throw DataSourceException
 void GeoMediaDataStore.readMetadata()
          Reads the GeoMedia GFeatures table and caches metadata information.
 

Uses of DataSourceException in org.geotools.data.geomedia.attributeio
 

Constructors in org.geotools.data.geomedia.attributeio that throw DataSourceException
GeoMediaAttributeIO()
          Creates a new instance of the GeomediaAttributeIO for a specific QueryData instance
 

Uses of DataSourceException in org.geotools.data.geometryless
 

Methods in org.geotools.data.geometryless that throw DataSourceException
 com.vividsolutions.jts.geom.Geometry MysqlGeomColumn.getGeometry(int geomID)
          Returns a jts Geometry when queried with a geometry ID.
 

Uses of DataSourceException in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that throw DataSourceException
protected  void JDBCFeatureStore.modifyFeatures(AttributeType[] type, java.lang.Object[] value, FeatureWriter writer)
           
 

Uses of DataSourceException in org.geotools.data.jdbc.fidmapper
 

Methods in org.geotools.data.jdbc.fidmapper that throw DataSourceException
protected  DefaultFIDMapperFactory.ColumnInfo[] DefaultFIDMapperFactory.getPkColumnInfo(java.lang.String catalog, java.lang.String schema, java.lang.String typeName, java.sql.Connection conn)
           
 

Uses of DataSourceException in org.geotools.data.mysql
 

Methods in org.geotools.data.mysql that throw DataSourceException
 com.vividsolutions.jts.geom.Geometry MysqlGeomColumn.getGeometry(int geomID)
          Returns a jts Geometry when queried with a geometry ID.
 

Uses of DataSourceException in org.geotools.data.oracle.attributeio
 

Constructors in org.geotools.data.oracle.attributeio that throw DataSourceException
SDOAttributeIO(AttributeType attributeType, QueryData queryData)
           
 

Uses of DataSourceException in org.geotools.data.postgis.referencing
 

Methods in org.geotools.data.postgis.referencing that throw DataSourceException
protected  org.opengis.referencing.crs.CoordinateReferenceSystem PostgisAuthorityFactory.createFromWKT(java.sql.ResultSet result)
           
protected  org.opengis.referencing.crs.CoordinateReferenceSystem PostgisAuthorityFactory.createFromAuthority(java.sql.ResultSet result)
           
 

Uses of DataSourceException in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that throw DataSourceException
protected  com.vividsolutions.jts.geom.Envelope ShapefileDataStore.getBounds()
          Gets the bounding box of the file represented by this data store as a whole (that is, off all of the features in the shapefile)
 

Uses of DataSourceException in org.geotools.data.shapefile.dbf
 

Subclasses of DataSourceException in org.geotools.data.shapefile.dbf
 class DbaseFileException
          Thrown when an error relating to the shapefile occurs.
 

Uses of DataSourceException in org.geotools.data.shapefile.shp
 

Subclasses of DataSourceException in org.geotools.data.shapefile.shp
 class ShapefileException
          Thrown when an error relating to the shapefile occures
 

Methods in org.geotools.data.shapefile.shp that throw DataSourceException
 int ShapefileReader.getCount(int count)
          Parses the shpfile counting the records.
 

Uses of DataSourceException in org.geotools.data.view
 

Methods in org.geotools.data.view that throw DataSourceException
protected  Filter DefaultView.makeDefinitionFilter(Filter filter)
          If a definition query has been configured for the FeatureTypeInfo, makes and return a new Filter that contains both the query's filter and the layer's definition one, by logic AND'ing them.
 

Uses of DataSourceException in org.geotools.data.vpf
 

Methods in org.geotools.data.vpf that throw DataSourceException
static FeatureType VPFSchemaCreator.getSchema(java.lang.String featuretype)
          Deprecated.  
 

Uses of DataSourceException in org.geotools.gce.gtopo30
 

Constructors in org.geotools.gce.gtopo30 that throw DataSourceException
GTopo30Reader(java.lang.Object source)
          GTopo30Reader constructor.
 



Copyright © GeoTools. All Rights Reserved.