Uses of Class
org.geotools.api.data.DataSourceException
-
Packages that use DataSourceException Package Description org.geotools.coverage.grid.io org.geotools.coverage.io org.geotools.coverage.io.impl org.geotools.coverage.io.netcdf org.geotools.coverage.io.util 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.coverageio.gdal.srp org.geotools.coverageio.gdal.vrt org.geotools.data org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.config org.geotools.data.jdbc.datasource org.geotools.data.shapefile.dbf org.geotools.data.shapefile.shp org.geotools.data.view org.geotools.data.wfs.internal.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.image org.geotools.gce.imagemosaic -
-
Uses of DataSourceException in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that throw DataSourceException Modifier and Type Method Description protected static double[]
AbstractGridCoverage2DReader. getResolution(GeneralBounds 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 Constructor Description AbstractGridCoverage2DReader(Object input)
Creates a new instance of aAIGReader
.AbstractGridCoverage2DReader(Object input, Hints hints)
Creates a new instance of aAIGReader
. -
Uses of DataSourceException in org.geotools.coverage.io
Methods in org.geotools.coverage.io that throw DataSourceException Modifier and Type Method Description void
SpatialRequestHelper. prepare()
Compute this specific request settings all the parameters needed by a visitingRasterLayerResponse
object. -
Uses of DataSourceException in org.geotools.coverage.io.impl
Constructors in org.geotools.coverage.io.impl that throw DataSourceException Constructor Description DefaultFileCoverageAccess(Driver driver, EnumSet<CoverageAccess.AccessType> allowedAccessTypes, Map<String,Parameter<?>> accessParams, URL source, Map<String,Serializable> connectionParameters)
-
Uses of DataSourceException in org.geotools.coverage.io.netcdf
Constructors in org.geotools.coverage.io.netcdf that throw DataSourceException Constructor Description NetCDFReader(Object input, Hints uHints)
-
Uses of DataSourceException in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that throw DataSourceException Modifier and Type Method Description static GeneralBounds
Utilities. evaluateRequestedParams(GridEnvelope originalGridRange, ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, MathTransform originalGridToWorld, GeneralBounds requestedEnvelope, Rectangle sourceRegion, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D)
Evaluates the requested envelope and builds a new adjusted version of it fitting this coverage envelope.static CoordinateReferenceSystem
Utilities. getMercator2SPProjectedCRS(double standardParallel, double centralMeridian, double natOriginLat, GeographicCRS sourceCRS, Hints hints)
Simple utility method which allows to build a Mercator2SP Projected CRS given the set of required parameters. -
Uses of DataSourceException in org.geotools.coverageio
Constructors in org.geotools.coverageio that throw DataSourceException Constructor Description BaseGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi)
Creates a new instance of aBaseGridCoverage2DReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal
Constructors in org.geotools.coverageio.gdal that throw DataSourceException Constructor Description BaseGDALGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi)
Creates a new instance of aBaseGDALGridCoverage2DReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.aig
Constructors in org.geotools.coverageio.gdal.aig that throw DataSourceException Constructor Description AIGReader(Object input)
Creates a new instance of aAIGReader
.AIGReader(Object input, Hints hints)
Creates a new instance of aAIGReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.dted
Constructors in org.geotools.coverageio.gdal.dted that throw DataSourceException Constructor Description DTEDReader(Object input)
Creates a new instance of aDTEDReader
.DTEDReader(Object input, Hints hints)
Creates a new instance of aDTEDReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.ecw
Constructors in org.geotools.coverageio.gdal.ecw that throw DataSourceException Constructor Description ECWReader(Object input)
Creates a new instance of aECWReader
.ECWReader(Object input, Hints hints)
Creates a new instance of aECWReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.ehdr
Constructors in org.geotools.coverageio.gdal.ehdr that throw DataSourceException Constructor Description EsriHdrReader(Object input)
Creates a new instance of aEsriHdrReader
.EsriHdrReader(Object input, Hints hints)
Creates a new instance of aEsriHdrReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.envihdr
Constructors in org.geotools.coverageio.gdal.envihdr that throw DataSourceException Constructor Description EnviHdrReader(Object input)
Creates a new instance of aEnviHdrReader
.EnviHdrReader(Object input, Hints hints)
Creates a new instance of aEnviHdrReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.erdasimg
Constructors in org.geotools.coverageio.gdal.erdasimg that throw DataSourceException Constructor Description ErdasImgReader(Object input)
Creates a new instance of aErdasImgReader
.ErdasImgReader(Object input, Hints hints)
Creates a new instance of aErdasImgReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.idrisi
Constructors in org.geotools.coverageio.gdal.idrisi that throw DataSourceException Constructor Description IDRISIReader(Object input)
Creates a new instance of aIDRISIReader
.IDRISIReader(Object input, Hints hints)
Creates a new instance of aIDRISIReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.jp2ecw
Constructors in org.geotools.coverageio.gdal.jp2ecw that throw DataSourceException Constructor Description JP2ECWReader(Object input)
Creates a new instance of aJP2ECWReader
.JP2ECWReader(Object input, Hints hints)
Creates a new instance of aJP2ECWReader
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 Constructor Description JP2KReader(Object input)
Creates a new instance of aJP2KReader
.JP2KReader(Object input, Hints hints)
Creates a new instance of aJP2KReader
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 Constructor Description JP2MrSIDReader(Object input)
Creates a new instance of aJP2MrSIDReader
.JP2MrSIDReader(Object input, Hints hints)
Creates a new instance of aJP2MrSIDReader
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 Constructor Description MrSIDReader(Object input)
Creates a new instance of aMrSIDReader
.MrSIDReader(Object input, Hints hints)
Creates a new instance of aMrSIDReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.nitf
Constructors in org.geotools.coverageio.gdal.nitf that throw DataSourceException Constructor Description NITFReader(Object input)
Creates a new instance of aNITFReader
.NITFReader(Object input, Hints hints)
Creates a new instance of aNITFReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.rpftoc
Constructors in org.geotools.coverageio.gdal.rpftoc that throw DataSourceException Constructor Description RPFTOCReader(Object input)
Creates a new instance of aRPFTOCReader
.RPFTOCReader(Object input, Hints hints)
Creates a new instance of aRPFTOCReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.srp
Constructors in org.geotools.coverageio.gdal.srp that throw DataSourceException Constructor Description SRPReader(Object input)
Creates a new instance of aSRPReader
.SRPReader(Object input, Hints hints)
Creates a new instance of aSRPReader
. -
Uses of DataSourceException in org.geotools.coverageio.gdal.vrt
Constructors in org.geotools.coverageio.gdal.vrt that throw DataSourceException Constructor Description VRTReader(Object input)
Creates a new instance of aVRTReader
.VRTReader(Object input, Hints hints)
Creates a new instance of aVRTReader
. -
Uses of DataSourceException in org.geotools.data
Methods in org.geotools.data that throw DataSourceException Modifier and Type Method Description 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 Modifier and Type Method Description protected void
DataAccessMappingFeatureIterator. cleanEmptyElements(Feature target)
protected Map<Name,Expression>
AbstractMappingFeatureIterator. getClientProperties(Property attribute)
-
Uses of DataSourceException in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that throw DataSourceException Modifier and Type Method Description static Expression
AppSchemaDataAccessConfigurator. parseOgcCqlExpression(String sourceExpr, FilterFactory ff)
Utility method that parses an CQL expression from its text representation. -
Uses of DataSourceException in org.geotools.data.jdbc.datasource
Methods in org.geotools.data.jdbc.datasource that throw DataSourceException Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
ShapefileException
Thrown when an error relating to the shapefile occuresMethods in org.geotools.data.shapefile.shp that throw DataSourceException Modifier and Type Method Description 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 Modifier and Type Method Description 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.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers that throw DataSourceException Modifier and Type Method Description 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 Constructor Description 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 Constructor Description GeoTiffReader(Object input)
Creates a new instance of GeoTiffReaderGeoTiffReader(Object input, Hints uHints)
Creates a new instance of GeoTiffReader -
Uses of DataSourceException in org.geotools.gce.image
Constructors in org.geotools.gce.image that throw DataSourceException Constructor Description 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 Modifier and Type Method Description void
SpatialRequestHelper. compute()
Compute this specific request settings all the parameters needed by a visitingRasterLayerResponse
object.
-