Uses of Class
org.geotools.coverageio.BaseGridCoverage2DReader
Packages that use BaseGridCoverage2DReader
Package
Description
Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.
Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL.
Implementation for DTED format Coverage I/O leveraging on GDAL.
Implementation for ECW format Coverage I/O leveraging on GDAL.
Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL.
Implementation for ENVIHdr (ENVI hdr labelled) format Coverage I/O leveraging on GDAL.
Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL.
Implementation for IDRISI format Coverage I/O leveraging on GDAL.
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver.
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver.
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver.
Implementation for MrSID format Coverage I/O leveraging on GDAL.
Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL.
RPFTOC Coverage I/O leveraging on GDAL.
-
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdalModifier and TypeClassDescriptionclass
Base class for GridCoverage data access, leveraging on GDAL Java bindings provided by the ImageIO-Ext project. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.aig
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.aigModifier and TypeClassDescriptionfinal class
This class can read a AIG data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.dted
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.dtedModifier and TypeClassDescriptionfinal class
This class can read a DTED data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.ecw
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.ecwModifier and TypeClassDescriptionfinal class
This class can read a ECW data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.ehdr
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.ehdrModifier and TypeClassDescriptionfinal class
This class can read a EHdr data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.envihdr
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.envihdr -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.erdasimg
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.erdasimgModifier and TypeClassDescriptionfinal class
This class can read a ERDAS Imagine data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.idrisi
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.idrisiModifier and TypeClassDescriptionfinal class
This class can read a RST data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.jp2ecw
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.jp2ecwModifier and TypeClassDescriptionfinal class
This class can read a JP2K data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.jp2kak
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.jp2kakModifier and TypeClassDescriptionfinal class
This class can read a JP2K data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.jp2mrsid
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.jp2mrsidModifier and TypeClassDescriptionfinal class
This class can read a JP2K data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.mrsid
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.mrsidModifier and TypeClassDescriptionfinal class
This class can read a MrSID data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.nitf
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.nitfModifier and TypeClassDescriptionfinal class
This class can read a NITF data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.rpftoc
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.rpftocModifier and TypeClassDescriptionfinal class
This class can read a RPFTOC data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.srp
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.srpModifier and TypeClassDescriptionfinal class
This class can read a SRP data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.vrt
Subclasses of BaseGridCoverage2DReader in org.geotools.coverageio.gdal.vrtModifier and TypeClassDescriptionfinal class
This class can read a VRT data source and create aGridCoverage2D
from the data. -
Uses of BaseGridCoverage2DReader in org.geotools.vsi
Subclasses of BaseGridCoverage2DReader in org.geotools.vsiModifier and TypeClassDescriptionfinal class
This class can read a VSI data source and create aGridCoverage2D
from the data.