Package | Description |
---|---|
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.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 |
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.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 |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static CoordinateReferenceSystem |
ArcSDEUtils.findCompatibleCRS(SeCoordinateReference seCoordRef)
Gets the coordinate system that will be associated to the
GridCoverage . |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AbstractGridCoverage2DReader(Object input)
Creates a new instance of a
AIGReader . |
AbstractGridCoverage2DReader(Object input,
Hints hints)
Creates a new instance of a
AIGReader . |
Modifier and Type | Method and Description |
---|---|
void |
SpatialRequestHelper.prepare()
Compute this specific request settings all the parameters needed by a visiting
RasterLayerResponse object. |
Constructor and Description |
---|
DefaultFileCoverageAccess(Driver driver,
EnumSet<CoverageAccess.AccessType> allowedAccessTypes,
Map<String,Parameter<?>> accessParams,
URL source,
Map<String,Serializable> connectionParameters) |
Constructor and Description |
---|
NetCDFReader(Object input,
Hints uHints) |
Modifier and Type | Method and Description |
---|---|
static GeneralEnvelope |
Utilities.evaluateRequestedParams(GridEnvelope originalGridRange,
Envelope2D baseEnvelope2D,
CoordinateReferenceSystem spatialReferenceSystem2D,
MathTransform originalGridToWorld,
GeneralEnvelope requestedEnvelope,
Rectangle sourceRegion,
Rectangle requestedDim,
MathTransform2D readGridToWorld,
Envelope2D 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.
|
Constructor and Description |
---|
BaseGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a
BaseGridCoverage2DReader . |
Constructor and Description |
---|
BaseGDALGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a
BaseGDALGridCoverage2DReader . |
Constructor and Description |
---|
AIGReader(Object input)
Creates a new instance of a
AIGReader . |
AIGReader(Object input,
Hints hints)
Creates a new instance of a
AIGReader . |
Constructor and Description |
---|
DTEDReader(Object input)
Creates a new instance of a
DTEDReader . |
DTEDReader(Object input,
Hints hints)
Creates a new instance of a
DTEDReader . |
Constructor and Description |
---|
ECWReader(Object input)
Creates a new instance of a
ECWReader . |
ECWReader(Object input,
Hints hints)
Creates a new instance of a
ECWReader . |
Constructor and Description |
---|
EsriHdrReader(Object input)
Creates a new instance of a
EsriHdrReader . |
EsriHdrReader(Object input,
Hints hints)
Creates a new instance of a
EsriHdrReader . |
Constructor and Description |
---|
EnviHdrReader(Object input)
Creates a new instance of a
EnviHdrReader . |
EnviHdrReader(Object input,
Hints hints)
Creates a new instance of a
EnviHdrReader . |
Constructor and Description |
---|
ErdasImgReader(Object input)
Creates a new instance of a
ErdasImgReader . |
ErdasImgReader(Object input,
Hints hints)
Creates a new instance of a
ErdasImgReader . |
Constructor and Description |
---|
IDRISIReader(Object input)
Creates a new instance of a
IDRISIReader . |
IDRISIReader(Object input,
Hints hints)
Creates a new instance of a
IDRISIReader . |
Constructor and Description |
---|
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. |
Constructor and Description |
---|
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. |
Constructor and Description |
---|
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. |
Constructor and Description |
---|
MrSIDReader(Object input)
Creates a new instance of a
MrSIDReader . |
MrSIDReader(Object input,
Hints hints)
Creates a new instance of a
MrSIDReader . |
Constructor and Description |
---|
NITFReader(Object input)
Creates a new instance of a
NITFReader . |
NITFReader(Object input,
Hints hints)
Creates a new instance of a
NITFReader . |
Constructor and Description |
---|
RPFTOCReader(Object input)
Creates a new instance of a
RPFTOCReader . |
RPFTOCReader(Object input,
Hints hints)
Creates a new instance of a
RPFTOCReader . |
Constructor and Description |
---|
SRPReader(Object input)
Creates a new instance of a
SRPReader . |
SRPReader(Object input,
Hints hints)
Creates a new instance of a
SRPReader . |
Constructor and Description |
---|
VRTReader(Object input)
Creates a new instance of a
VRTReader . |
VRTReader(Object input,
Hints hints)
Creates a new instance of a
VRTReader . |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
DataUtilities.simple(FeatureType featureType)
Go through FeatureType description and convert to a SimpleFeatureType.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataAccessMappingFeatureIterator.cleanEmptyElements(Feature target) |
protected Map |
AbstractMappingFeatureIterator.getClientProperties(Property attribute) |
Modifier and Type | Method and Description |
---|---|
static Expression |
AppSchemaDataAccessConfigurator.parseOgcCqlExpression(String sourceExpr,
FilterFactory ff)
Utility method that parses an CQL expression from its text representation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DbaseFileException
Thrown when an error relating to the shapefile occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
ShapefileException
Thrown when an error relating to the shapefile occures
|
Modifier and Type | Method and Description |
---|---|
int |
ShapefileReader.getCount(int count)
Parses the shpfile counting the records.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
EmfAppSchemaParser.toSimpleFeatureType(FeatureType realType)
Go through FeatureType description and convert to a SimpleFeatureType.
|
Constructor and 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.
|
Constructor and Description |
---|
GeoTiffReader(Object input)
Creates a new instance of GeoTiffReader
|
GeoTiffReader(Object input,
Hints uHints)
Creates a new instance of GeoTiffReader
|
Constructor and Description |
---|
WorldImageReader(Object input)
Class constructor.
|
WorldImageReader(Object input,
Hints hints)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialRequestHelper.compute()
Compute this specific request settings all the parameters needed by a visiting
RasterLayerResponse object. |
Copyright © 1996–2019 Geotools. All rights reserved.