|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceException | |
---|---|
org.geotools.arcsde | |
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
org.geotools.arcsde.pool | |
org.geotools.coverage.grid.io | |
org.geotools.coverageio | Base coverage I/O classes defining coverage reader, coverage request and coverage response. |
org.geotools.coverageio.gdal | Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project. |
org.geotools.coverageio.gdal.dted | Implementation for DTED format Coverage I/O leveraging on GDAL. |
org.geotools.coverageio.gdal.ecw | Implementation for ECW format Coverage I/O leveraging on GDAL. |
org.geotools.coverageio.gdal.ehdr | Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL. |
org.geotools.coverageio.gdal.erdasimg | Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL. |
org.geotools.coverageio.gdal.jp2ecw | Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver. |
org.geotools.coverageio.gdal.jp2kak | Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver. |
org.geotools.coverageio.gdal.jp2mrsid | Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver. |
org.geotools.coverageio.gdal.mrsid | Implementation for MrSID format Coverage I/O leveraging on GDAL. |
org.geotools.coverageio.gdal.nitf | Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL. |
org.geotools.data.db2 | |
org.geotools.data.jdbc | |
org.geotools.data.jdbc.datasource | |
org.geotools.data.jdbc.fidmapper | |
org.geotools.data.postgis | |
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.wfs.v1_1_0.parsers | |
org.geotools.gce.arcgrid | A datasource to manage the ARCGrid ASCII format. |
org.geotools.gce.geotiff | A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. |
org.geotools.gce.gtopo30 | Data source for reading the GTOPO30 file format. |
org.geotools.gce.image |
Uses of DataSourceException in org.geotools.arcsde |
---|
Subclasses of DataSourceException in org.geotools.arcsde | |
---|---|
class |
ArcSdeException
An IOException that wraps an SeException in order to report the SeError messages
that otherwise get hidden in a normal stack trace. |
Uses of DataSourceException in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data that throw DataSourceException | |
---|---|
Geometry |
ArcSDEGeometryBuilder.construct(SeShape shape)
Takes an ArcSDE's SeShape and builds a JTS Geometry. |
protected ReferencedEnvelope |
ArcSdeFeatureSource.getBounds(Query namedQuery,
ISession session)
|
protected abstract Geometry |
ArcSDEGeometryBuilder.newGeometry(double[][][] coords)
Builds a JTS Geometry who't type is given by the ArcSDEGeometryBuilder subclass
instance specialization that implements it |
Uses of DataSourceException in org.geotools.arcsde.pool |
---|
Methods in org.geotools.arcsde.pool that throw DataSourceException | |
---|---|
ArcSDEConnectionPool |
ArcSDEConnectionPoolFactory.createPool(ArcSDEConnectionConfig config)
Deprecated. Creates a connection pool factory for the given connection parameters, or returns the existing one if there already exists one for that set of connection params. |
List |
ArcSDEConnectionPool.getAvailableLayerNames()
Deprecated. Gets the list of available layer names on the database |
ArcSDEPooledConnection |
ArcSDEConnectionPool.getConnection()
Deprecated. DOCUMENT ME! |
SeLayer |
ArcSDEPooledConnection.getLayer(String layerName)
Deprecated. |
SeRasterColumn |
ArcSDEPooledConnection.getRasterColumn(String rasterName)
Deprecated. |
ISession |
ArcSDEConnectionReference.getSession()
|
ISession |
SessionPool.getSession()
Grab a session from the pool, this session is the responsibility of the calling code and must be closed after use. |
SeTable |
ArcSDEPooledConnection.getTable(String tableName)
Deprecated. |
Constructors in org.geotools.arcsde.pool that throw DataSourceException | |
---|---|
ArcSDEConnectionPool(ArcSDEConnectionConfig config)
Deprecated. Creates a new SdeConnectionPool object with the connection parameters holded by config |
Uses of DataSourceException in org.geotools.coverage.grid.io |
---|
Methods in org.geotools.coverage.grid.io that throw DataSourceException | |
---|---|
protected static double[] |
AbstractGridCoverage2DReader.getResolution(GeneralEnvelope envelope,
Rectangle2D dim,
CoordinateReferenceSystem crs)
This method is responsible for computing the resolutions in for the provided grid geometry in the provided crs. |
Uses of DataSourceException in org.geotools.coverageio |
---|
Constructors in org.geotools.coverageio that throw DataSourceException | |
---|---|
BaseGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a BaseGridCoverage2DReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal |
---|
Constructors in org.geotools.coverageio.gdal that throw DataSourceException | |
---|---|
BaseGDALGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a BaseGDALGridCoverage2DReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.dted |
---|
Constructors in org.geotools.coverageio.gdal.dted that throw DataSourceException | |
---|---|
DTEDReader(Object input)
Creates a new instance of a DTEDReader . |
|
DTEDReader(Object input,
Hints hints)
Creates a new instance of a DTEDReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.ecw |
---|
Constructors in org.geotools.coverageio.gdal.ecw that throw DataSourceException | |
---|---|
ECWReader(Object input)
Creates a new instance of a ECWReader . |
|
ECWReader(Object input,
Hints hints)
Creates a new instance of a ECWReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.ehdr |
---|
Constructors in org.geotools.coverageio.gdal.ehdr that throw DataSourceException | |
---|---|
EsriHdrReader(Object input)
Creates a new instance of a EsriHdrReader . |
|
EsriHdrReader(Object input,
Hints hints)
Creates a new instance of a EsriHdrReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.erdasimg |
---|
Constructors in org.geotools.coverageio.gdal.erdasimg that throw DataSourceException | |
---|---|
ErdasImgReader(Object input)
Creates a new instance of a ErdasImgReader . |
|
ErdasImgReader(Object input,
Hints hints)
Creates a new instance of a ErdasImgReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.jp2ecw |
---|
Constructors in org.geotools.coverageio.gdal.jp2ecw that throw DataSourceException | |
---|---|
JP2ECWReader(Object input)
Creates a new instance of a JP2ECWReader . |
|
JP2ECWReader(Object input,
Hints hints)
Creates a new instance of a JP2ECWReader basing the decision on
whether the file is compressed or not. |
Uses of DataSourceException in org.geotools.coverageio.gdal.jp2kak |
---|
Constructors in org.geotools.coverageio.gdal.jp2kak that throw DataSourceException | |
---|---|
JP2KReader(Object input)
Creates a new instance of a JP2KReader . |
|
JP2KReader(Object input,
Hints hints)
Creates a new instance of a JP2KReader basing the decision on
whether the file is compressed or not. |
Uses of DataSourceException in org.geotools.coverageio.gdal.jp2mrsid |
---|
Constructors in org.geotools.coverageio.gdal.jp2mrsid that throw DataSourceException | |
---|---|
JP2MrSIDReader(Object input)
Creates a new instance of a JP2MrSIDReader . |
|
JP2MrSIDReader(Object input,
Hints hints)
Creates a new instance of a JP2MrSIDReader basing the decision on
whether the file is compressed or not. |
Uses of DataSourceException in org.geotools.coverageio.gdal.mrsid |
---|
Constructors in org.geotools.coverageio.gdal.mrsid that throw DataSourceException | |
---|---|
MrSIDReader(Object input)
Creates a new instance of a MrSIDReader . |
|
MrSIDReader(Object input,
Hints hints)
Creates a new instance of a MrSIDReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.nitf |
---|
Constructors in org.geotools.coverageio.gdal.nitf that throw DataSourceException | |
---|---|
NITFReader(Object input)
Creates a new instance of a NITFReader . |
|
NITFReader(Object input,
Hints hints)
Creates a new instance of a NITFReader . |
Uses of DataSourceException in org.geotools.data.db2 |
---|
Methods in org.geotools.data.db2 that throw DataSourceException | |
---|---|
static ManageableDataSource |
DB2DataStoreFactory.getDefaultDataSource(String url,
String user,
String passwd,
int maxActive,
int minIdle,
boolean validate)
|
Uses of DataSourceException in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc that throw DataSourceException | |
---|---|
protected void |
JDBCFeatureStore.modifyFeatures(AttributeDescriptor[] type,
Object[] value,
FeatureWriter<SimpleFeatureType,SimpleFeature> writer)
|
Uses of DataSourceException in org.geotools.data.jdbc.datasource |
---|
Methods in org.geotools.data.jdbc.datasource that throw DataSourceException | |
---|---|
static ManageableDataSource |
DataSourceUtil.buildDefaultDataSource(String url,
String driverName,
String username,
String password,
int maxActive,
int minIdle,
String validationQuery,
boolean cachePreparedStatements,
int removeAbandonedTimeout)
Builds up a default DBCP DataSource that easy to use connection factories can use to setup a connection pool. |
static ManageableDataSource |
DataSourceUtil.buildDefaultDataSource(String url,
String driverName,
String username,
String password,
String validationQuery)
Builds up a default DBCP DataSource that easy to use connection factories can use to setup a connection pool. |
Uses of DataSourceException in org.geotools.data.jdbc.fidmapper |
---|
Methods in org.geotools.data.jdbc.fidmapper that throw DataSourceException | |
---|---|
protected DefaultFIDMapperFactory.ColumnInfo[] |
DefaultFIDMapperFactory.getPkColumnInfo(String catalog,
String schema,
String typeName,
Connection conn)
|
Uses of DataSourceException in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that throw DataSourceException | |
---|---|
static ManageableDataSource |
PostgisDataStoreFactory.getDefaultDataSource(String host,
String user,
String passwd,
int port,
String database,
int maxActive,
int minIdle,
boolean validate)
|
Uses of DataSourceException in org.geotools.data.postgis.referencing |
---|
Methods in org.geotools.data.postgis.referencing that throw DataSourceException | |
---|---|
protected CoordinateReferenceSystem |
PostgisAuthorityFactory.createFromAuthority(String authName,
int srid)
|
protected CoordinateReferenceSystem |
PostgisAuthorityFactory.createFromWKT(ResultSet result)
|
Uses of DataSourceException in org.geotools.data.shapefile |
---|
Methods in org.geotools.data.shapefile that throw DataSourceException | |
---|---|
protected ReferencedEnvelope |
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.wfs.v1_1_0.parsers |
---|
Methods in org.geotools.data.wfs.v1_1_0.parsers that throw DataSourceException | |
---|---|
static SimpleFeatureType |
EmfAppSchemaParser.toSimpleFeatureType(FeatureType realType)
|
Uses of DataSourceException in org.geotools.gce.arcgrid |
---|
Constructors in org.geotools.gce.arcgrid that throw DataSourceException | |
---|---|
ArcGridReader(Object input)
Creates a new instance of an ArcGridReader basing the decision on whether the file is compressed or not. |
|
ArcGridReader(Object input,
Hints hints)
Creates a new instance of an ArcGridReader basing the decision on whether the file is compressed or not. |
|
ArcGridWriter(Object destination)
Takes either a URL or a String that points to an ArcGridCoverage file and converts it to a URL that can then be written to. |
|
ArcGridWriter(Object destination,
Hints hints)
Takes either a URL or a String that points to an ArcGridCoverage file and converts it to a URL that can then be written to. |
Uses of DataSourceException in org.geotools.gce.geotiff |
---|
Constructors in org.geotools.gce.geotiff that throw DataSourceException | |
---|---|
GeoTiffReader(Object input)
Creates a new instance of GeoTiffReader |
|
GeoTiffReader(Object input,
Hints uHints)
Creates a new instance of GeoTiffReader |
Uses of DataSourceException in org.geotools.gce.gtopo30 |
---|
Constructors in org.geotools.gce.gtopo30 that throw DataSourceException | |
---|---|
GTopo30Writer(Object dest)
Creates a GTopo30Writer . |
|
GTopo30Writer(Object dest,
Hints hints)
Creates a GTopo30Writer . |
Uses of DataSourceException in org.geotools.gce.image |
---|
Constructors in org.geotools.gce.image that throw DataSourceException | |
---|---|
WorldImageReader(Object input)
Class constructor. |
|
WorldImageReader(Object input,
Hints hints)
Class constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |