Uses of Interface
org.geotools.api.coverage.grid.Format
-
Packages that use Format Package Description org.geotools.api.coverage.grid Quadrilateral grid coverages.org.geotools.coverage.grid.io org.geotools.coverage.io.grib org.geotools.coverage.io.netcdf 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.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 GRASS input/output driversorg.geotools.gce.grassraster.format org.geotools.gce.image org.geotools.gce.imagemosaic org.geotools.gce.imagepyramid org.geotools.gce.pgraster org.geotools.geopkg.mosaic org.geotools.mbtiles.mosaic org.geotools.ows.wms.map org.geotools.ows.wmts.map org.geotools.tpk org.geotools.vsi -
-
Uses of Format in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return Format Modifier and Type Method Description Format
GridCoverageReader. getFormat()
Returns the format handled by thisGridCoverageReader
.Format
GridCoverageWriter. getFormat()
Returns the format handled by thisGridCoverageWriter
. -
Uses of Format in org.geotools.coverage.grid.io
Classes in org.geotools.coverage.grid.io that implement Format Modifier and Type Class Description class
AbstractGridFormat
AbstractGridFormat is a convenience class so subclasses only need to populate a Map class and set the read and write parameter fields.class
UnknownFormat
This class can be used when a properFormat
cannot be found for some input sources.Methods in org.geotools.coverage.grid.io that return Format Modifier and Type Method Description static Format[]
GridFormatFinder. getFormatArray()
Returns an array with all availableGridFormatFactorySpi
implementations.Methods in org.geotools.coverage.grid.io with parameters of type Format Modifier and Type Method Description boolean
AbstractGridFormat. equals(Format f)
-
Uses of Format in org.geotools.coverage.io.grib
Classes in org.geotools.coverage.io.grib that implement Format Modifier and Type Class Description class
GRIBFormat
-
Uses of Format in org.geotools.coverage.io.netcdf
Classes in org.geotools.coverage.io.netcdf that implement Format Modifier and Type Class Description class
NetCDFFormat
Methods in org.geotools.coverage.io.netcdf that return Format Modifier and Type Method Description Format
NetCDFReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal
Classes in org.geotools.coverageio.gdal that implement Format Modifier and Type Class Description class
BaseGDALGridFormat
A Base abstract class implementingFormat
, to be extended by Formats leveraging on GDAL. -
Uses of Format in org.geotools.coverageio.gdal.aig
Classes in org.geotools.coverageio.gdal.aig that implement Format Modifier and Type Class Description class
AIGFormat
An implementation ofFormat
for the Arc/Info Binary Grid (AIG) format.Methods in org.geotools.coverageio.gdal.aig that return Format Modifier and Type Method Description Format
AIGReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.dted
Classes in org.geotools.coverageio.gdal.dted that implement Format Modifier and Type Class Description class
DTEDFormat
An implementation ofFormat
for the DTED format.Methods in org.geotools.coverageio.gdal.dted that return Format Modifier and Type Method Description Format
DTEDReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.ecw
Classes in org.geotools.coverageio.gdal.ecw that implement Format Modifier and Type Class Description class
ECWFormat
An implementation ofFormat
for the ECW format.Methods in org.geotools.coverageio.gdal.ecw that return Format Modifier and Type Method Description Format
ECWReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.ehdr
Classes in org.geotools.coverageio.gdal.ehdr that implement Format Modifier and Type Class Description class
EsriHdrFormat
An implementation ofFormat
for the Esri Hdr format.Methods in org.geotools.coverageio.gdal.ehdr that return Format Modifier and Type Method Description Format
EsriHdrReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.envihdr
Classes in org.geotools.coverageio.gdal.envihdr that implement Format Modifier and Type Class Description class
EnviHdrFormat
Methods in org.geotools.coverageio.gdal.envihdr that return Format Modifier and Type Method Description Format
EnviHdrReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.erdasimg
Classes in org.geotools.coverageio.gdal.erdasimg that implement Format Modifier and Type Class Description class
ErdasImgFormat
An implementation aFormat
for the Erdas Imagine format.Methods in org.geotools.coverageio.gdal.erdasimg that return Format Modifier and Type Method Description Format
ErdasImgReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.idrisi
Classes in org.geotools.coverageio.gdal.idrisi that implement Format Modifier and Type Class Description class
IDRISIFormat
An implementation ofFormat
for the IDRIS (RST) format.Methods in org.geotools.coverageio.gdal.idrisi that return Format Modifier and Type Method Description Format
IDRISIReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.jp2ecw
Classes in org.geotools.coverageio.gdal.jp2ecw that implement Format Modifier and Type Class Description class
JP2ECWFormat
An implementation ofFormat
for the JP2K format based on the ECW driver.Methods in org.geotools.coverageio.gdal.jp2ecw that return Format Modifier and Type Method Description Format
JP2ECWReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.jp2kak
Classes in org.geotools.coverageio.gdal.jp2kak that implement Format Modifier and Type Class Description class
JP2KFormat
An implementation ofFormat
for the JP2K format.Methods in org.geotools.coverageio.gdal.jp2kak that return Format Modifier and Type Method Description Format
JP2KReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.jp2mrsid
Classes in org.geotools.coverageio.gdal.jp2mrsid that implement Format Modifier and Type Class Description class
JP2MrSIDFormat
An implementation ofFormat
for the JP2K format based on the MrSID driver.Methods in org.geotools.coverageio.gdal.jp2mrsid that return Format Modifier and Type Method Description Format
JP2MrSIDReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.mrsid
Classes in org.geotools.coverageio.gdal.mrsid that implement Format Modifier and Type Class Description class
MrSIDFormat
An implementation ofFormat
for the MrSID format.Methods in org.geotools.coverageio.gdal.mrsid that return Format Modifier and Type Method Description Format
MrSIDReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.nitf
Classes in org.geotools.coverageio.gdal.nitf that implement Format Modifier and Type Class Description class
NITFFormat
An implementation ofFormat
for the NITF format.Methods in org.geotools.coverageio.gdal.nitf that return Format Modifier and Type Method Description Format
NITFReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.rpftoc
Classes in org.geotools.coverageio.gdal.rpftoc that implement Format Modifier and Type Class Description class
RPFTOCFormat
An implementation ofFormat
for the RPFTOC format.Methods in org.geotools.coverageio.gdal.rpftoc that return Format Modifier and Type Method Description Format
RPFTOCReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.srp
Classes in org.geotools.coverageio.gdal.srp that implement Format Modifier and Type Class Description class
SRPFormat
An implementation ofFormat
for the SRP format.Methods in org.geotools.coverageio.gdal.srp that return Format Modifier and Type Method Description Format
SRPReader. getFormat()
-
Uses of Format in org.geotools.coverageio.gdal.vrt
Classes in org.geotools.coverageio.gdal.vrt that implement Format Modifier and Type Class Description class
VRTFormat
An implementation ofFormat
for the VRT formatMethods in org.geotools.coverageio.gdal.vrt that return Format Modifier and Type Method Description Format
VRTReader. getFormat()
-
Uses of Format in org.geotools.coverageio.jp2k
Classes in org.geotools.coverageio.jp2k that implement Format Modifier and Type Class Description class
JP2KFormat
An implementation ofFormat
for the JP2K format.Methods in org.geotools.coverageio.jp2k that return Format Modifier and Type Method Description Format
JP2KReader. getFormat()
-
Uses of Format in org.geotools.gce.arcgrid
Classes in org.geotools.gce.arcgrid that implement Format Modifier and Type Class Description class
ArcGridFormat
An implementation aFormat
for the ASCII grid ESRI and GRASS format.Methods in org.geotools.gce.arcgrid that return Format Modifier and Type Method Description Format
ArcGridReader. getFormat()
Format
ArcGridWriter. getFormat()
Creates a Format object describing the Arc Grid Format -
Uses of Format in org.geotools.gce.geotiff
Classes in org.geotools.gce.geotiff that implement Format Modifier and Type Class Description class
GeoTiffFormat
Provides basic information about the GeoTIFF format IO.Methods in org.geotools.gce.geotiff that return Format Modifier and Type Method Description Format
GeoTiffReader. getFormat()
Format
GeoTiffWriter. getFormat()
-
Uses of Format in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that return Format Modifier and Type Method Description Format
GrassCoverageReader. getFormat()
Format
GrassCoverageWriter. getFormat()
-
Uses of Format in org.geotools.gce.grassraster.format
Classes in org.geotools.gce.grassraster.format that implement Format Modifier and Type Class Description class
GrassCoverageFormat
Provides basic information about the grass raster format IO. -
Uses of Format in org.geotools.gce.image
Classes in org.geotools.gce.image that implement Format Modifier and Type Class Description class
WorldImageFormat
A Format to allow discovery of Readers/Writers for raster images that support world files containing information about the image.Methods in org.geotools.gce.image that return Format Modifier and Type Method Description Format
WorldImageReader. getFormat()
Returns the format that this Reader accepts.Format
WorldImageWriter. getFormat()
(non-Javadoc) -
Uses of Format in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement Format Modifier and Type Class Description class
ImageMosaicFormat
AbstractGridFormat
subclass for controllingImageMosaicReader
creation.Methods in org.geotools.gce.imagemosaic that return Format Modifier and Type Method Description Format
ImageMosaicReader. getFormat()
-
Uses of Format in org.geotools.gce.imagepyramid
Classes in org.geotools.gce.imagepyramid that implement Format Modifier and Type Class Description class
ImagePyramidFormat
This class implements the basic format capabilities for a coverage format.Methods in org.geotools.gce.imagepyramid that return Format Modifier and Type Method Description Format
ImagePyramidReader. getFormat()
-
Uses of Format in org.geotools.gce.pgraster
Classes in org.geotools.gce.pgraster that implement Format Modifier and Type Class Description class
PGRasterFormat
Coverage format for rasters stored in a PostGIS database as described by the PostGIS Raster Reference.Methods in org.geotools.gce.pgraster that return Format Modifier and Type Method Description Format
PGRasterReader. getFormat()
-
Uses of Format in org.geotools.geopkg.mosaic
Classes in org.geotools.geopkg.mosaic that implement Format Modifier and Type Class Description class
GeoPackageFormat
GeoPackage Grid Format (supports the GP mosaic datastore).Methods in org.geotools.geopkg.mosaic that return Format Modifier and Type Method Description Format
GeoPackageReader. getFormat()
-
Uses of Format in org.geotools.mbtiles.mosaic
Classes in org.geotools.mbtiles.mosaic that implement Format Modifier and Type Class Description class
MBTilesFormat
Methods in org.geotools.mbtiles.mosaic that return Format Modifier and Type Method Description Format
MBTilesReader. getFormat()
-
Uses of Format in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map that return Format Modifier and Type Method Description Format
WMSCoverageReader. getFormat()
-
Uses of Format in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map that return Format Modifier and Type Method Description Format
WMTSCoverageReader. getFormat()
-
Uses of Format in org.geotools.tpk
Classes in org.geotools.tpk that implement Format Modifier and Type Class Description class
TPKFormat
Methods in org.geotools.tpk that return Format Modifier and Type Method Description Format
TPKReader. getFormat()
-
Uses of Format in org.geotools.vsi
Classes in org.geotools.vsi that implement Format Modifier and Type Class Description class
VSIFormat
Methods in org.geotools.vsi that return Format Modifier and Type Method Description Format
VSIReader. getFormat()
Return the corresponding format object for this resource
-