|
||||||||||
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.idrisi | Implementation for IDRISI 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.coverageio.gdal.rpftoc | RPFTOC Coverage I/O leveraging on GDAL. |
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.complex | This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. |
org.geotools.data.jdbc.datasource | |
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 | |
org.geotools.gce.imagemosaic |
Uses of DataSourceException in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data that throw DataSourceException | |
---|---|
Geometry |
ArcSDEGeometryBuilder.construct(SeShape shape,
GeometryFactory geometryFactory)
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,
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 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,
Rectangle2D dim,
CoordinateReferenceSystem crs)
This method is responsible for computing the resolutions in for the provided grid geometry in the provided crs. |
Constructors in org.geotools.coverage.grid.io that throw DataSourceException | |
---|---|
AbstractGridCoverage2DReader(Object input)
Creates a new instance of a AIGReader . |
|
AbstractGridCoverage2DReader(Object input,
Hints hints)
Creates a new instance of a AIGReader . |
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.aig |
---|
Constructors in org.geotools.coverageio.gdal.aig that throw DataSourceException | |
---|---|
AIGReader(Object input)
Creates a new instance of a AIGReader . |
|
AIGReader(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(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.envihdr |
---|
Constructors in org.geotools.coverageio.gdal.envihdr that throw DataSourceException | |
---|---|
EnviHdrReader(Object input)
Creates a new instance of a EnviHdrReader . |
|
EnviHdrReader(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(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.idrisi |
---|
Constructors in org.geotools.coverageio.gdal.idrisi that throw DataSourceException | |
---|---|
IDRISIReader(Object input)
Creates a new instance of a IDRISIReader . |
|
IDRISIReader(Object input,
Hints hints)
Creates a new instance of a IDRISIReader . |
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.coverageio.gdal.rpftoc |
---|
Constructors in org.geotools.coverageio.gdal.rpftoc that throw DataSourceException | |
---|---|
RPFTOCReader(Object input)
Creates a new instance of a RPFTOCReader . |
|
RPFTOCReader(Object input,
Hints hints)
Creates a new instance of a RPFTOCReader . |
Uses of DataSourceException in org.geotools.data |
---|
Methods in org.geotools.data that throw DataSourceException | |
---|---|
static SimpleFeatureType |
DataUtilities.simple(FeatureType featureType)
Go through FeatureType description and convert to a SimpleFeatureType. |
Uses of DataSourceException in org.geotools.data.complex |
---|
Methods in org.geotools.data.complex that throw DataSourceException | |
---|---|
protected void |
DataAccessMappingFeatureIterator.cleanEmptyElements(Feature target)
|
protected Map |
AbstractMappingFeatureIterator.getClientProperties(Property attribute)
|
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.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)
Go through FeatureType description and convert to a SimpleFeatureType. |
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. |
Uses of DataSourceException in org.geotools.gce.imagemosaic |
---|
Methods in org.geotools.gce.imagemosaic that throw DataSourceException | |
---|---|
void |
SpatialRequestHelper.prepare()
Compute this specific request settings all the parameters needed by a visiting RasterLayerResponse object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |