Uses of Interface
org.geotools.api.coverage.grid.Format
Packages that use Format
Package
Description
Quadrilateral grid coverages.
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.
Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.
A datasource to manage the ARCGrid ASCII format.
A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
GRASS input/output drivers
-
Uses of Format in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return Format -
Uses of Format in org.geotools.coverage.grid.io
Classes in org.geotools.coverage.grid.io that implement FormatModifier and TypeClassDescriptionclassAbstractGridFormat is a convenience class so subclasses only need to populate a Map class and set the read and write parameter fields.classThis class can be used when a properFormatcannot be found for some input sources.Methods in org.geotools.coverage.grid.io that return FormatModifier and TypeMethodDescriptionstatic Format[]GridFormatFinder.getFormatArray()Returns an array with all availableGridFormatFactorySpiimplementations.Methods in org.geotools.coverage.grid.io with parameters of type Format -
Uses of Format in org.geotools.coverage.io.grib
Classes in org.geotools.coverage.io.grib that implement Format -
Uses of Format in org.geotools.coverage.io.netcdf
Classes in org.geotools.coverage.io.netcdf that implement FormatMethods in org.geotools.coverage.io.netcdf that return Format -
Uses of Format in org.geotools.coverageio.gdal
Classes in org.geotools.coverageio.gdal that implement FormatModifier and TypeClassDescriptionclassA 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 FormatModifier and TypeClassDescriptionfinal classAn implementation ofFormatfor the Arc/Info Binary Grid (AIG) format.Methods in org.geotools.coverageio.gdal.aig that return Format -
Uses of Format in org.geotools.coverageio.gdal.dted
Classes in org.geotools.coverageio.gdal.dted that implement FormatMethods in org.geotools.coverageio.gdal.dted that return Format -
Uses of Format in org.geotools.coverageio.gdal.ecw
Classes in org.geotools.coverageio.gdal.ecw that implement FormatMethods in org.geotools.coverageio.gdal.ecw that return Format -
Uses of Format in org.geotools.coverageio.gdal.ehdr
Classes in org.geotools.coverageio.gdal.ehdr that implement FormatModifier and TypeClassDescriptionfinal classAn implementation ofFormatfor the Esri Hdr format.Methods in org.geotools.coverageio.gdal.ehdr that return Format -
Uses of Format in org.geotools.coverageio.gdal.envihdr
Classes in org.geotools.coverageio.gdal.envihdr that implement FormatMethods in org.geotools.coverageio.gdal.envihdr that return Format -
Uses of Format in org.geotools.coverageio.gdal.erdasimg
Classes in org.geotools.coverageio.gdal.erdasimg that implement FormatModifier and TypeClassDescriptionfinal classAn implementation aFormatfor the Erdas Imagine format.Methods in org.geotools.coverageio.gdal.erdasimg that return Format -
Uses of Format in org.geotools.coverageio.gdal.idrisi
Classes in org.geotools.coverageio.gdal.idrisi that implement FormatModifier and TypeClassDescriptionfinal classAn implementation ofFormatfor the IDRIS (RST) format.Methods in org.geotools.coverageio.gdal.idrisi that return Format -
Uses of Format in org.geotools.coverageio.gdal.jp2ecw
Classes in org.geotools.coverageio.gdal.jp2ecw that implement FormatModifier and TypeClassDescriptionfinal classAn implementation ofFormatfor the JP2K format based on the ECW driver.Methods in org.geotools.coverageio.gdal.jp2ecw that return Format -
Uses of Format in org.geotools.coverageio.gdal.jp2kak
Classes in org.geotools.coverageio.gdal.jp2kak that implement FormatMethods in org.geotools.coverageio.gdal.jp2kak that return Format -
Uses of Format in org.geotools.coverageio.gdal.jp2mrsid
Classes in org.geotools.coverageio.gdal.jp2mrsid that implement FormatModifier and TypeClassDescriptionfinal classAn implementation ofFormatfor the JP2K format based on the MrSID driver.Methods in org.geotools.coverageio.gdal.jp2mrsid that return Format -
Uses of Format in org.geotools.coverageio.gdal.mrsid
Classes in org.geotools.coverageio.gdal.mrsid that implement FormatMethods in org.geotools.coverageio.gdal.mrsid that return Format -
Uses of Format in org.geotools.coverageio.gdal.nitf
Classes in org.geotools.coverageio.gdal.nitf that implement FormatMethods in org.geotools.coverageio.gdal.nitf that return Format -
Uses of Format in org.geotools.coverageio.gdal.rpftoc
Classes in org.geotools.coverageio.gdal.rpftoc that implement FormatMethods in org.geotools.coverageio.gdal.rpftoc that return Format -
Uses of Format in org.geotools.coverageio.gdal.srp
Classes in org.geotools.coverageio.gdal.srp that implement FormatMethods in org.geotools.coverageio.gdal.srp that return Format -
Uses of Format in org.geotools.coverageio.gdal.vrt
Classes in org.geotools.coverageio.gdal.vrt that implement FormatMethods in org.geotools.coverageio.gdal.vrt that return Format -
Uses of Format in org.geotools.coverageio.jp2k
Classes in org.geotools.coverageio.jp2k that implement FormatMethods in org.geotools.coverageio.jp2k that return Format -
Uses of Format in org.geotools.gce.arcgrid
Classes in org.geotools.gce.arcgrid that implement FormatModifier and TypeClassDescriptionfinal classAn implementation aFormatfor the ASCII grid ESRI and GRASS format.Methods in org.geotools.gce.arcgrid that return Format -
Uses of Format in org.geotools.gce.geotiff
Classes in org.geotools.gce.geotiff that implement FormatModifier and TypeClassDescriptionclassProvides basic information about the GeoTIFF format IO.Methods in org.geotools.gce.geotiff that return Format -
Uses of Format in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that return Format -
Uses of Format in org.geotools.gce.grassraster.format
Classes in org.geotools.gce.grassraster.format that implement FormatModifier and TypeClassDescriptionfinal classProvides basic information about the grass raster format IO. -
Uses of Format in org.geotools.gce.image
Classes in org.geotools.gce.image that implement FormatModifier and TypeClassDescriptionfinal classA 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 -
Uses of Format in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement FormatModifier and TypeClassDescriptionfinal classAbstractGridFormatsubclass for controllingImageMosaicReadercreation.Methods in org.geotools.gce.imagemosaic that return Format -
Uses of Format in org.geotools.gce.imagepyramid
Classes in org.geotools.gce.imagepyramid that implement FormatModifier and TypeClassDescriptionfinal classThis class implements the basic format capabilities for a coverage format.Methods in org.geotools.gce.imagepyramid that return Format -
Uses of Format in org.geotools.gce.pgraster
Classes in org.geotools.gce.pgraster that implement FormatModifier and TypeClassDescriptionclassCoverage format for rasters stored in a PostGIS database as described by the PostGIS Raster Reference.Methods in org.geotools.gce.pgraster that return Format -
Uses of Format in org.geotools.geopkg.mosaic
Classes in org.geotools.geopkg.mosaic that implement FormatModifier and TypeClassDescriptionclassGeoPackage Grid Format (supports the GP mosaic datastore).Methods in org.geotools.geopkg.mosaic that return Format -
Uses of Format in org.geotools.mbtiles.mosaic
Classes in org.geotools.mbtiles.mosaic that implement FormatMethods in org.geotools.mbtiles.mosaic that return Format -
Uses of Format in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map that return Format -
Uses of Format in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map that return Format -
Uses of Format in org.geotools.tpk
Classes in org.geotools.tpk that implement FormatMethods in org.geotools.tpk that return Format -
Uses of Format in org.geotools.vsi
Classes in org.geotools.vsi that implement FormatMethods in org.geotools.vsi that return Format