Package | Description |
---|---|
org.geotools.arcsde.raster.gce | |
org.geotools.coverage.grid.io | |
org.geotools.coverage.io.grib | |
org.geotools.coverage.io.netcdf | |
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.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.coverageio.jp2k |
Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.
|
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.grassraster.format | |
org.geotools.gce.image | |
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.jdbc | |
org.geotools.gce.imagepyramid | |
org.geotools.geopkg.mosaic | |
org.geotools.mbtiles.mosaic |
Modifier and Type | Class and Description |
---|---|
class |
ArcSDERasterFormat
An implementation of the ArcSDE Raster Format.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownFormat
This class can be used when a proper
Format cannot be found for some input sources. |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
GridFormatFactorySpi.createFormat()
Construct a live grid format.
|
static AbstractGridFormat |
GridFormatFinder.findFormat(Object o)
Returns a
Format that is able to read a certain object. |
static AbstractGridFormat |
GridFormatFinder.findFormat(Object o,
Hints hints)
Returns a
Format that is able to read a certain object. |
Modifier and Type | Method and Description |
---|---|
static Set<AbstractGridFormat> |
GridFormatFinder.findFormats(Object o)
|
static Set<AbstractGridFormat> |
GridFormatFinder.findFormats(Object o,
Hints hints)
|
Modifier and Type | Class and Description |
---|---|
class |
GRIBFormat |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
GRIBFormatFactorySPI.createFormat() |
Modifier and Type | Class and Description |
---|---|
class |
NetCDFFormat |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
NetCDFFormatFactorySPI.createFormat() |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
BaseGridFormatFactorySPI.createFormat() |
Modifier and Type | Class and Description |
---|---|
class |
BaseGDALGridFormat
A Base abstract class implementing
Format , to be extended by Formats leveraging on GDAL. |
Modifier and Type | Class and Description |
---|---|
class |
AIGFormat
An implementation of
Format for the Arc/Info Binary Grid (AIG) format. |
Modifier and Type | Class and Description |
---|---|
class |
DTEDFormat
An implementation of
Format for the DTED format. |
Modifier and Type | Class and Description |
---|---|
class |
ECWFormat
An implementation of
Format for the ECW format. |
Modifier and Type | Class and Description |
---|---|
class |
EsriHdrFormat
An implementation of
Format for the Esri Hdr format. |
Modifier and Type | Class and Description |
---|---|
class |
EnviHdrFormat |
Modifier and Type | Class and Description |
---|---|
class |
ErdasImgFormat
An implementation a
Format for the Erdas Imagine format. |
Modifier and Type | Class and Description |
---|---|
class |
IDRISIFormat
An implementation of
Format for the IDRIS (RST) format. |
Modifier and Type | Class and Description |
---|---|
class |
JP2ECWFormat
An implementation of
Format for the JP2K format based on the ECW driver. |
Modifier and Type | Class and Description |
---|---|
class |
JP2MrSIDFormat
An implementation of
Format for the JP2K format based on the MrSID driver. |
Modifier and Type | Class and Description |
---|---|
class |
MrSIDFormat
An implementation of
Format for the MrSID format. |
Modifier and Type | Class and Description |
---|---|
class |
NITFFormat
An implementation of
Format for the NITF format. |
Modifier and Type | Class and Description |
---|---|
class |
RPFTOCFormat
An implementation of
Format for the RPFTOC format. |
Modifier and Type | Class and Description |
---|---|
class |
SRPFormat
An implementation of
Format for the SRP format. |
Modifier and Type | Class and Description |
---|---|
class |
VRTFormat
An implementation of
Format for the VRT format |
Modifier and Type | Class and Description |
---|---|
class |
JP2KFormat
An implementation of
Format for the JP2K format. |
Modifier and Type | Class and Description |
---|---|
class |
ArcGridFormat
An implementation a
Format for the ASCII grid ESRI and GRASS format. |
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffFormat
Provides basic information about the GeoTIFF format IO.
|
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
GeoTiffFormatFactorySpi.createFormat()
Creates and returns a new instance of the
GeoTiffFormat class if the required
libraries are present. |
Modifier and Type | Class and Description |
---|---|
class |
GrassCoverageFormat
Provides basic information about the grass raster format IO.
|
Modifier and Type | Class and Description |
---|---|
class |
WorldImageFormat
A Format to allow discovery of Readers/Writers for raster images that support world files
containing information about the image.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMosaicFormat
AbstractGridFormat subclass for controlling ImageMosaicReader creation. |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
ImageMosaicFormatFactory.createFormat() |
Modifier and Type | Method and Description |
---|---|
protected void |
GranuleDescriptor.init(BoundingBox granuleBBOX,
URL granuleUrl,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
boolean heterogeneousGranules,
boolean handleArtifactsFiltering,
Hints hints) |
Constructor and Description |
---|
GranuleDescriptor(SimpleFeature feature,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
PathType pathType,
String locationAttribute,
String parentLocation,
boolean heterogeneousGranules) |
GranuleDescriptor(SimpleFeature feature,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
PathType pathType,
String locationAttribute,
String parentLocation,
boolean heterogeneousGranules,
Hints hints) |
GranuleDescriptor(SimpleFeature feature,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
PathType pathType,
String locationAttribute,
String parentLocation,
MultiLevelROI roiProvider,
boolean heterogeneousGranules,
Hints hints)
Constructor for the
GranuleDescriptor |
GranuleDescriptor(SimpleFeature feature,
ImageReaderSpi suggestedSPI,
AbstractGridFormat suggestedFormat,
ImageInputStreamSpi suggestedIsSPI,
PathType pathType,
String locationAttribute,
String parentLocation) |
GranuleDescriptor(SimpleFeature feature,
ImageReaderSpi suggestedSPI,
PathType pathType,
AbstractGridFormat suggestedFormat,
ImageInputStreamSpi suggestedIsSPI,
String locationAttribute,
String parentLocation,
MultiLevelROI roiProvider)
Constructor for the
GranuleDescriptor assuming it doesn't belong to an heterogeneous
granules set. |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider) |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
boolean heterogeneousGranules) |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
int maxDecimationFactor) |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
int maxDecimationFactor,
boolean heterogeneousGranules) |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
int maxDecimationFactor,
boolean heterogeneousGranules,
boolean handleArtifactsFiltering) |
GranuleDescriptor(String granuleLocation,
BoundingBox granuleBBox,
AbstractGridFormat suggestedFormat,
ImageReaderSpi suggestedSPI,
ImageInputStreamSpi suggestedIsSPI,
MultiLevelROI roiProvider,
int maxDecimationFactor,
boolean heterogeneousGranules,
boolean handleArtifactsFiltering,
Hints hints) |
Modifier and Type | Class and Description |
---|---|
class |
ImageMosaicJDBCFormat
AbstractGridFormat sublass for controlling ImageMosaicJDBCReader creation. |
Modifier and Type | Class and Description |
---|---|
class |
ImagePyramidFormat
This class implements the basic format capabilities for a coverage format.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoPackageFormat
GeoPackage Grid Format (supports the GP mosaic datastore).
|
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
GeoPackageFormatFactorySpi.createFormat() |
Modifier and Type | Class and Description |
---|---|
class |
MBTilesFormat |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
MBTilesFormatFactorySpi.createFormat() |
Copyright © 1996–2019 Geotools. All rights reserved.