Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
BaseGDALGridCoverage2DReader
Base class for GridCoverage data access, leveraging on GDAL Java bindings provided by the
ImageIO-Ext project.
|
Modifier and Type | Class and Description |
---|---|
class |
AIGReader
This class can read a AIG data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
DTEDReader
This class can read a DTED data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
ECWReader
This class can read a ECW data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
EsriHdrReader
This class can read a EHdr data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
EnviHdrReader |
Modifier and Type | Class and Description |
---|---|
class |
ErdasImgReader
This class can read a ERDAS Imagine data source and create a
GridCoverage2D from the
data. |
Modifier and Type | Class and Description |
---|---|
class |
IDRISIReader
This class can read a RST data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
JP2ECWReader
This class can read a JP2K data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
JP2KReader
This class can read a JP2K data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
JP2MrSIDReader
This class can read a JP2K data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
MrSIDReader
This class can read a MrSID data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
NITFReader
This class can read a NITF data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
RPFTOCReader
This class can read a RPFTOC data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
SRPReader
This class can read a SRP data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
VRTReader
This class can read a VRT data source and create a
GridCoverage2D from the data. |
Copyright © 1996–2019 Geotools. All rights reserved.