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.gridMethods in org.geotools.api.coverage.grid that return Format Modifier and Type Method Description FormatGridCoverageReader. getFormat()Returns the format handled by thisGridCoverageReader.FormatGridCoverageWriter. getFormat()Returns the format handled by thisGridCoverageWriter.
- 
Uses of Format in org.geotools.coverage.grid.ioClasses in org.geotools.coverage.grid.io that implement Format Modifier and Type Class Description classAbstractGridFormatAbstractGridFormat is a convenience class so subclasses only need to populate a Map class and set the read and write parameter fields.classUnknownFormatThis class can be used when a properFormatcannot 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 availableGridFormatFactorySpiimplementations.Methods in org.geotools.coverage.grid.io with parameters of type Format Modifier and Type Method Description booleanAbstractGridFormat. equals(Format f)
- 
Uses of Format in org.geotools.coverage.io.gribClasses in org.geotools.coverage.io.grib that implement Format Modifier and Type Class Description classGRIBFormat
- 
Uses of Format in org.geotools.coverage.io.netcdfClasses in org.geotools.coverage.io.netcdf that implement Format Modifier and Type Class Description classNetCDFFormatMethods in org.geotools.coverage.io.netcdf that return Format Modifier and Type Method Description FormatNetCDFReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdalClasses in org.geotools.coverageio.gdal that implement Format Modifier and Type Class Description classBaseGDALGridFormatA Base abstract class implementingFormat, to be extended by Formats leveraging on GDAL.
- 
Uses of Format in org.geotools.coverageio.gdal.aigClasses in org.geotools.coverageio.gdal.aig that implement Format Modifier and Type Class Description classAIGFormatAn implementation ofFormatfor the Arc/Info Binary Grid (AIG) format.Methods in org.geotools.coverageio.gdal.aig that return Format Modifier and Type Method Description FormatAIGReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.dtedClasses in org.geotools.coverageio.gdal.dted that implement Format Modifier and Type Class Description classDTEDFormatAn implementation ofFormatfor the DTED format.Methods in org.geotools.coverageio.gdal.dted that return Format Modifier and Type Method Description FormatDTEDReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.ecwClasses in org.geotools.coverageio.gdal.ecw that implement Format Modifier and Type Class Description classECWFormatAn implementation ofFormatfor the ECW format.Methods in org.geotools.coverageio.gdal.ecw that return Format Modifier and Type Method Description FormatECWReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.ehdrClasses in org.geotools.coverageio.gdal.ehdr that implement Format Modifier and Type Class Description classEsriHdrFormatAn implementation ofFormatfor the Esri Hdr format.Methods in org.geotools.coverageio.gdal.ehdr that return Format Modifier and Type Method Description FormatEsriHdrReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.envihdrClasses in org.geotools.coverageio.gdal.envihdr that implement Format Modifier and Type Class Description classEnviHdrFormatMethods in org.geotools.coverageio.gdal.envihdr that return Format Modifier and Type Method Description FormatEnviHdrReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.erdasimgClasses in org.geotools.coverageio.gdal.erdasimg that implement Format Modifier and Type Class Description classErdasImgFormatAn implementation aFormatfor the Erdas Imagine format.Methods in org.geotools.coverageio.gdal.erdasimg that return Format Modifier and Type Method Description FormatErdasImgReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.idrisiClasses in org.geotools.coverageio.gdal.idrisi that implement Format Modifier and Type Class Description classIDRISIFormatAn implementation ofFormatfor the IDRIS (RST) format.Methods in org.geotools.coverageio.gdal.idrisi that return Format Modifier and Type Method Description FormatIDRISIReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.jp2ecwClasses in org.geotools.coverageio.gdal.jp2ecw that implement Format Modifier and Type Class Description classJP2ECWFormatAn implementation ofFormatfor the JP2K format based on the ECW driver.Methods in org.geotools.coverageio.gdal.jp2ecw that return Format Modifier and Type Method Description FormatJP2ECWReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.jp2kakClasses in org.geotools.coverageio.gdal.jp2kak that implement Format Modifier and Type Class Description classJP2KFormatAn implementation ofFormatfor the JP2K format.Methods in org.geotools.coverageio.gdal.jp2kak that return Format Modifier and Type Method Description FormatJP2KReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.jp2mrsidClasses in org.geotools.coverageio.gdal.jp2mrsid that implement Format Modifier and Type Class Description classJP2MrSIDFormatAn implementation ofFormatfor the JP2K format based on the MrSID driver.Methods in org.geotools.coverageio.gdal.jp2mrsid that return Format Modifier and Type Method Description FormatJP2MrSIDReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.mrsidClasses in org.geotools.coverageio.gdal.mrsid that implement Format Modifier and Type Class Description classMrSIDFormatAn implementation ofFormatfor the MrSID format.Methods in org.geotools.coverageio.gdal.mrsid that return Format Modifier and Type Method Description FormatMrSIDReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.nitfClasses in org.geotools.coverageio.gdal.nitf that implement Format Modifier and Type Class Description classNITFFormatAn implementation ofFormatfor the NITF format.Methods in org.geotools.coverageio.gdal.nitf that return Format Modifier and Type Method Description FormatNITFReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.rpftocClasses in org.geotools.coverageio.gdal.rpftoc that implement Format Modifier and Type Class Description classRPFTOCFormatAn implementation ofFormatfor the RPFTOC format.Methods in org.geotools.coverageio.gdal.rpftoc that return Format Modifier and Type Method Description FormatRPFTOCReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.srpClasses in org.geotools.coverageio.gdal.srp that implement Format Modifier and Type Class Description classSRPFormatAn implementation ofFormatfor the SRP format.Methods in org.geotools.coverageio.gdal.srp that return Format Modifier and Type Method Description FormatSRPReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.gdal.vrtClasses in org.geotools.coverageio.gdal.vrt that implement Format Modifier and Type Class Description classVRTFormatAn implementation ofFormatfor the VRT formatMethods in org.geotools.coverageio.gdal.vrt that return Format Modifier and Type Method Description FormatVRTReader. getFormat()
- 
Uses of Format in org.geotools.coverageio.jp2kClasses in org.geotools.coverageio.jp2k that implement Format Modifier and Type Class Description classJP2KFormatAn implementation ofFormatfor the JP2K format.Methods in org.geotools.coverageio.jp2k that return Format Modifier and Type Method Description FormatJP2KReader. getFormat()
- 
Uses of Format in org.geotools.gce.arcgridClasses in org.geotools.gce.arcgrid that implement Format Modifier and Type Class Description classArcGridFormatAn implementation aFormatfor the ASCII grid ESRI and GRASS format.Methods in org.geotools.gce.arcgrid that return Format Modifier and Type Method Description FormatArcGridReader. getFormat()FormatArcGridWriter. getFormat()Creates a Format object describing the Arc Grid Format
- 
Uses of Format in org.geotools.gce.geotiffClasses in org.geotools.gce.geotiff that implement Format Modifier and Type Class Description classGeoTiffFormatProvides basic information about the GeoTIFF format IO.Methods in org.geotools.gce.geotiff that return Format Modifier and Type Method Description FormatGeoTiffReader. getFormat()FormatGeoTiffWriter. getFormat()
- 
Uses of Format in org.geotools.gce.grassrasterMethods in org.geotools.gce.grassraster that return Format Modifier and Type Method Description FormatGrassCoverageReader. getFormat()FormatGrassCoverageWriter. getFormat()
- 
Uses of Format in org.geotools.gce.grassraster.formatClasses in org.geotools.gce.grassraster.format that implement Format Modifier and Type Class Description classGrassCoverageFormatProvides basic information about the grass raster format IO.
- 
Uses of Format in org.geotools.gce.imageClasses in org.geotools.gce.image that implement Format Modifier and Type Class Description classWorldImageFormatA 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 FormatWorldImageReader. getFormat()Returns the format that this Reader accepts.FormatWorldImageWriter. getFormat()(non-Javadoc)
- 
Uses of Format in org.geotools.gce.imagemosaicClasses in org.geotools.gce.imagemosaic that implement Format Modifier and Type Class Description classImageMosaicFormatAbstractGridFormatsubclass for controllingImageMosaicReadercreation.Methods in org.geotools.gce.imagemosaic that return Format Modifier and Type Method Description FormatImageMosaicReader. getFormat()
- 
Uses of Format in org.geotools.gce.imagepyramidClasses in org.geotools.gce.imagepyramid that implement Format Modifier and Type Class Description classImagePyramidFormatThis class implements the basic format capabilities for a coverage format.Methods in org.geotools.gce.imagepyramid that return Format Modifier and Type Method Description FormatImagePyramidReader. getFormat()
- 
Uses of Format in org.geotools.gce.pgrasterClasses in org.geotools.gce.pgraster that implement Format Modifier and Type Class Description classPGRasterFormatCoverage 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 FormatPGRasterReader. getFormat()
- 
Uses of Format in org.geotools.geopkg.mosaicClasses in org.geotools.geopkg.mosaic that implement Format Modifier and Type Class Description classGeoPackageFormatGeoPackage Grid Format (supports the GP mosaic datastore).Methods in org.geotools.geopkg.mosaic that return Format Modifier and Type Method Description FormatGeoPackageReader. getFormat()
- 
Uses of Format in org.geotools.mbtiles.mosaicClasses in org.geotools.mbtiles.mosaic that implement Format Modifier and Type Class Description classMBTilesFormatMethods in org.geotools.mbtiles.mosaic that return Format Modifier and Type Method Description FormatMBTilesReader. getFormat()
- 
Uses of Format in org.geotools.ows.wms.mapMethods in org.geotools.ows.wms.map that return Format Modifier and Type Method Description FormatWMSCoverageReader. getFormat()
- 
Uses of Format in org.geotools.ows.wmts.mapMethods in org.geotools.ows.wmts.map that return Format Modifier and Type Method Description FormatWMTSCoverageReader. getFormat()
- 
Uses of Format in org.geotools.tpkClasses in org.geotools.tpk that implement Format Modifier and Type Class Description classTPKFormatMethods in org.geotools.tpk that return Format Modifier and Type Method Description FormatTPKReader. getFormat()
- 
Uses of Format in org.geotools.vsiClasses in org.geotools.vsi that implement Format Modifier and Type Class Description classVSIFormatMethods in org.geotools.vsi that return Format Modifier and Type Method Description FormatVSIReader. getFormat()Return the corresponding format object for this resource
 
-