|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceException | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
org.geotools.arcsde.util | |
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.aig | Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL. |
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.envihdr | Implementation for ENVIHdr (ENVI 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.jdbc | |
org.geotools.data.jdbc.datasource | |
org.geotools.data.jdbc.fidmapper | |
org.geotools.data.mysql | |
org.geotools.data.oracle | |
org.geotools.data.oracle.attributeio | |
org.geotools.data.oracle.referencing | |
org.geotools.data.postgis | |
org.geotools.data.postgis.referencing | |
org.geotools.data.shapefile | |
org.geotools.data.shapefile.dbf | |
org.geotools.data.shapefile.indexed | |
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 | |
org.geotools.utils.imagemosaic |
Uses of DataSourceException in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data that throw DataSourceException | |
---|---|
com.vividsolutions.jts.geom.Geometry |
ArcSDEGeometryBuilder.construct(SeShape shape,
com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
Takes an ArcSDE's SeShape and builds a JTS Geometry. |
protected ReferencedEnvelope |
ArcSdeFeatureSource.getBounds(Query namedQuery,
ISession session)
|
protected abstract com.vividsolutions.jts.geom.Geometry |
ArcSDEGeometryBuilder.newGeometry(double[][][] coords,
com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
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.util |
---|
Methods in org.geotools.arcsde.util that throw DataSourceException | |
---|---|
static org.opengis.referencing.crs.CoordinateReferenceSystem |
ArcSDEUtils.findCompatibleCRS(SeCoordinateReference seCoordRef)
Gets the coordinate system that will be associated to the GridCoverage . |
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,
java.awt.geom.Rectangle2D dim,
org.opengis.referencing.crs.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(java.lang.Object input,
Hints hints,
java.lang.String worldFileExtension,
javax.imageio.spi.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(java.lang.Object input,
Hints hints,
java.lang.String worldFileExtension,
javax.imageio.spi.ImageReaderSpi formatSpecificSpi)
Creates a new instance of a BaseGDALGridCoverage2DReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.aig |
---|
Constructors in org.geotools.coverageio.gdal.aig that throw DataSourceException | |
---|---|
AIGReader(java.lang.Object input)
Creates a new instance of a AIGReader . |
|
AIGReader(java.lang.Object input,
Hints hints)
Creates a new instance of a AIGReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.dted |
---|
Constructors in org.geotools.coverageio.gdal.dted that throw DataSourceException | |
---|---|
DTEDReader(java.lang.Object input)
Creates a new instance of a DTEDReader . |
|
DTEDReader(java.lang.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(java.lang.Object input)
Creates a new instance of a ECWReader . |
|
ECWReader(java.lang.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(java.lang.Object input)
Creates a new instance of a EsriHdrReader . |
|
EsriHdrReader(java.lang.Object input,
Hints hints)
Creates a new instance of a EsriHdrReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.envihdr |
---|
Constructors in org.geotools.coverageio.gdal.envihdr that throw DataSourceException | |
---|---|
EnviHdrReader(java.lang.Object input)
Creates a new instance of a EnviHdrReader . |
|
EnviHdrReader(java.lang.Object input,
Hints hints)
Creates a new instance of a EnviHdrReader . |
Uses of DataSourceException in org.geotools.coverageio.gdal.erdasimg |
---|
Constructors in org.geotools.coverageio.gdal.erdasimg that throw DataSourceException | |
---|---|
ErdasImgReader(java.lang.Object input)
Creates a new instance of a ErdasImgReader . |
|
ErdasImgReader(java.lang.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(java.lang.Object input)
Creates a new instance of a JP2ECWReader . |
|
JP2ECWReader(java.lang.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(java.lang.Object input)
Creates a new instance of a JP2KReader . |
|
JP2KReader(java.lang.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(java.lang.Object input)
Creates a new instance of a JP2MrSIDReader . |
|
JP2MrSIDReader(java.lang.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(java.lang.Object input)
Creates a new instance of a MrSIDReader . |
|
MrSIDReader(java.lang.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(java.lang.Object input)
Creates a new instance of a NITFReader . |
|
NITFReader(java.lang.Object input,
Hints hints)
Creates a new instance of a NITFReader . |
Uses of DataSourceException in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc that throw DataSourceException | |
---|---|
protected void |
JDBCFeatureStore.modifyFeatures(org.opengis.feature.type.AttributeDescriptor[] type,
java.lang.Object[] value,
FeatureWriter<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> writer)
Deprecated. |
Uses of DataSourceException in org.geotools.data.jdbc.datasource |
---|
Methods in org.geotools.data.jdbc.datasource that throw DataSourceException | |
---|---|
static ManageableDataSource |
DataSourceUtil.buildDefaultDataSource(java.lang.String url,
java.lang.String driverName,
java.lang.String username,
java.lang.String password,
int maxActive,
int minIdle,
java.lang.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(java.lang.String url,
java.lang.String driverName,
java.lang.String username,
java.lang.String password,
java.lang.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(java.lang.String catalog,
java.lang.String schema,
java.lang.String typeName,
java.sql.Connection conn)
Deprecated. |
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 |
---|
Methods in org.geotools.data.oracle that throw DataSourceException | |
---|---|
static javax.sql.DataSource |
OracleOCIDataStoreFactory.getDefaultDataSource(java.lang.String alias,
java.lang.String user,
java.lang.String passwd,
int maxActive,
int minIdle,
boolean validate)
|
static ManageableDataSource |
OracleDataStoreFactory.getDefaultDataSource(java.lang.String host,
java.lang.String user,
java.lang.String passwd,
int port,
java.lang.String instance,
int maxActive,
int minIdle,
boolean validate)
|
Uses of DataSourceException in org.geotools.data.oracle.attributeio |
---|
Constructors in org.geotools.data.oracle.attributeio that throw DataSourceException | |
---|---|
SDOAttributeIO(org.opengis.feature.type.AttributeDescriptor attributeType,
QueryData queryData)
|
Uses of DataSourceException in org.geotools.data.oracle.referencing |
---|
Methods in org.geotools.data.oracle.referencing that throw DataSourceException | |
---|---|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
OracleAuthorityFactory.createFromAuthority(java.sql.ResultSet result)
|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
OracleAuthorityFactory.createFromWKT(java.sql.ResultSet result)
|
Uses of DataSourceException in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that throw DataSourceException | |
---|---|
static ManageableDataSource |
PostgisDataStoreFactory.getDefaultDataSource(java.lang.String host,
java.lang.String user,
java.lang.String passwd,
int port,
java.lang.String database,
int maxActive,
int minIdle,
boolean validate)
|
protected FeatureWriter<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisDataStore.getFeatureWriterInternal(java.lang.String typeName,
org.opengis.filter.Filter filter,
Transaction transaction,
boolean append)
Returns either a standard feature writer, or a pure append feature writer |
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.createFromAuthority(java.lang.String authName,
int srid)
|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
PostgisAuthorityFactory.createFromWKT(java.sql.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.indexed |
---|
Methods in org.geotools.data.shapefile.indexed that throw DataSourceException | |
---|---|
protected CloseableCollection<Data> |
IndexedShapefileDataStore.queryQuadTree(com.vividsolutions.jts.geom.Envelope bbox)
QuadTree Query |
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 org.opengis.filter.Filter |
DefaultView.makeDefinitionFilter(org.opengis.filter.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 org.opengis.feature.simple.SimpleFeatureType |
EmfAppSchemaParser.toSimpleFeatureType(org.opengis.feature.type.FeatureType realType)
|
Uses of DataSourceException in org.geotools.gce.arcgrid |
---|
Constructors in org.geotools.gce.arcgrid that throw DataSourceException | |
---|---|
ArcGridReader(java.lang.Object input)
Creates a new instance of an ArcGridReader basing the decision on whether the file is compressed or not. |
|
ArcGridReader(java.lang.Object input,
Hints hints)
Creates a new instance of an ArcGridReader basing the decision on whether the file is compressed or not. |
|
ArcGridWriter(java.lang.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(java.lang.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(java.lang.Object input)
Creates a new instance of GeoTiffReader |
|
GeoTiffReader(java.lang.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(java.lang.Object dest)
Creates a GTopo30Writer . |
|
GTopo30Writer(java.lang.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(java.lang.Object input)
Class constructor. |
|
WorldImageReader(java.lang.Object input,
Hints hints)
Class constructor. |
Uses of DataSourceException in org.geotools.utils.imagemosaic |
---|
Methods in org.geotools.utils.imagemosaic that throw DataSourceException | |
---|---|
protected double[] |
MosaicIndexBuilder.getResolution(GeneralEnvelope envelope,
java.awt.geom.Rectangle2D dim,
org.opengis.referencing.crs.CoordinateReferenceSystem crs)
This method is responsible for computing the resolutions in for the provided grid geometry in the provided crs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |