Uses of Class
org.geotools.coverage.grid.io.AbstractGridFormat

Packages that use AbstractGridFormat
org.geotools.arcsde.raster.gce   
org.geotools.coverage.grid.io   
org.geotools.coverageio Base coverage I/O classes defining coverage reader, coverage request and coverage response. 
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.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.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.format   
org.geotools.gce.gtopo30 Data source for reading the GTOPO30 file format. 
org.geotools.gce.image   
org.geotools.gce.imagemosaic   
org.geotools.gce.imagemosaic.jdbc   
org.geotools.gce.imagepyramid   
org.geotools.geopkg   
org.geotools.geopkg.mosaic   
 

Uses of AbstractGridFormat in org.geotools.arcsde.raster.gce
 

Subclasses of AbstractGridFormat in org.geotools.arcsde.raster.gce
 class ArcSDERasterFormat
          An implementation of the ArcSDE Raster Format.
 

Uses of AbstractGridFormat in org.geotools.coverage.grid.io
 

Subclasses of AbstractGridFormat in org.geotools.coverage.grid.io
 class UnknownFormat
          This class can be used when a proper Format cannot be found for some input sources.
 

Methods in org.geotools.coverage.grid.io that return AbstractGridFormat
 AbstractGridFormat GridFormatFactorySpi.createFormat()
          Construct a live grid format.
static AbstractGridFormat GridFormatFinder.findFormat(Object o)
          Returns a Format that is able to read a certain object.
static AbstractGridFormat GridFormatFinder.findFormat(Object o, Hints hints)
          Returns a Format that is able to read a certain object.
 

Methods in org.geotools.coverage.grid.io that return types with arguments of type AbstractGridFormat
static Set<AbstractGridFormat> GridFormatFinder.findFormats(Object o)
          Returns all the Formats that can read the supplied Object o.
static Set<AbstractGridFormat> GridFormatFinder.findFormats(Object o, Hints hints)
          Returns all the Formats that can read the supplied Object o.
 

Uses of AbstractGridFormat in org.geotools.coverageio
 

Methods in org.geotools.coverageio that return AbstractGridFormat
 AbstractGridFormat BaseGridFormatFactorySPI.createFormat()
           
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal
 class BaseGDALGridFormat
          A Base abstract class implementing Format, to be extended by Formats leveraging on GDAL.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.aig
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.aig
 class AIGFormat
          An implementation of Format for the Arc/Info Binary Grid (AIG) format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.dted
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.dted
 class DTEDFormat
          An implementation of Format for the DTED format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.ecw
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.ecw
 class ECWFormat
          An implementation of Format for the ECW format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.ehdr
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.ehdr
 class EsriHdrFormat
          An implementation of Format for the Esri Hdr format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.envihdr
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.envihdr
 class EnviHdrFormat
           
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.erdasimg
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.erdasimg
 class ErdasImgFormat
          An implementation a Format for the Erdas Imagine format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.idrisi
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.idrisi
 class IDRISIFormat
          An implementation of Format for the IDRIS (RST) format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2ecw
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2ecw
 class JP2ECWFormat
          An implementation of Format for the JP2K format based on the ECW driver.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2mrsid
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2mrsid
 class JP2MrSIDFormat
          An implementation of Format for the JP2K format based on the MrSID driver.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.mrsid
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.mrsid
 class MrSIDFormat
          An implementation of Format for the MrSID format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.nitf
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.nitf
 class NITFFormat
          An implementation of Format for the NITF format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.gdal.rpftoc
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.rpftoc
 class RPFTOCFormat
          An implementation of Format for the RPFTOC format.
 

Uses of AbstractGridFormat in org.geotools.coverageio.jp2k
 

Subclasses of AbstractGridFormat in org.geotools.coverageio.jp2k
 class JP2KFormat
          An implementation of Format for the JP2K format.
 

Uses of AbstractGridFormat in org.geotools.gce.arcgrid
 

Subclasses of AbstractGridFormat in org.geotools.gce.arcgrid
 class ArcGridFormat
          An implementation a Format for the ASCII grid ESRI and GRASS format.
 

Uses of AbstractGridFormat in org.geotools.gce.geotiff
 

Subclasses of AbstractGridFormat in org.geotools.gce.geotiff
 class GeoTiffFormat
          Provides basic information about the GeoTIFF format IO.
 

Methods in org.geotools.gce.geotiff that return AbstractGridFormat
 AbstractGridFormat GeoTiffFormatFactorySpi.createFormat()
          Creates and returns a new instance of the GeoTiffFormat class if the required libraries are present.
 

Uses of AbstractGridFormat in org.geotools.gce.grassraster.format
 

Subclasses of AbstractGridFormat in org.geotools.gce.grassraster.format
 class GrassCoverageFormat
          Provides basic information about the grass raster format IO.
 

Uses of AbstractGridFormat in org.geotools.gce.gtopo30
 

Subclasses of AbstractGridFormat in org.geotools.gce.gtopo30
 class GTopo30Format
          Provides basic information about the GTOPO30 format IO.
 

Uses of AbstractGridFormat in org.geotools.gce.image
 

Subclasses of AbstractGridFormat in org.geotools.gce.image
 class WorldImageFormat
          A Format to allow discovery of Readers/Writers for raster images that support world files containing information about the image.
 

Uses of AbstractGridFormat in org.geotools.gce.imagemosaic
 

Subclasses of AbstractGridFormat in org.geotools.gce.imagemosaic
 class ImageMosaicFormat
          AbstractGridFormat subclass for controlling ImageMosaicReader creation.
 

Methods in org.geotools.gce.imagemosaic that return AbstractGridFormat
 AbstractGridFormat ImageMosaicFormatFactory.createFormat()
           
 

Uses of AbstractGridFormat in org.geotools.gce.imagemosaic.jdbc
 

Subclasses of AbstractGridFormat in org.geotools.gce.imagemosaic.jdbc
 class ImageMosaicJDBCFormat
          AbstractGridFormat sublass for controlling ImageMosaicJDBCReader creation.
 

Uses of AbstractGridFormat in org.geotools.gce.imagepyramid
 

Subclasses of AbstractGridFormat in org.geotools.gce.imagepyramid
 class ImagePyramidFormat
          This class implements the basic format capabilities for a coverage format.
 

Uses of AbstractGridFormat in org.geotools.geopkg
 

Methods in org.geotools.geopkg with parameters of type AbstractGridFormat
 void GeoPackage.add(RasterEntry entry, GridCoverage2D raster, AbstractGridFormat format)
          Adds a new raster dataset to the geopackage.
 GridCoverageReader GeoPackage.reader(RasterEntry entry, AbstractGridFormat format)
          Returns a reader for the contents of a raster dataset.
 

Uses of AbstractGridFormat in org.geotools.geopkg.mosaic
 

Subclasses of AbstractGridFormat in org.geotools.geopkg.mosaic
 class GeoPackageFormat
           
 

Methods in org.geotools.geopkg.mosaic that return AbstractGridFormat
 AbstractGridFormat GeoPackageFormatFactorySpi.createFormat()
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.