Uses of Interface
org.geotools.coverage.grid.io.GridFormatFactorySpi

Packages that use GridFormatFactorySpi
org.geotools.arcsde   
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.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.erdasimg Implementation for ERDAS Imagine 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.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.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   
 

Uses of GridFormatFactorySpi in org.geotools.arcsde
 

Classes in org.geotools.arcsde that implement GridFormatFactorySpi
 class ArcSDERasterFormatFactory
          Implementation of the GridCoverageFormat service provider interface for ArcSDE Databases.
 

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

Methods in org.geotools.coverage.grid.io that return types with arguments of type GridFormatFactorySpi
static Set<GridFormatFactorySpi> GridFormatFinder.getAvailableFormats()
          Finds all avalaible implementations of GridFormatFactorySpi which have registered using the services mechanism, and that have the appropriate libraries on the classpath.
 

Uses of GridFormatFactorySpi in org.geotools.coverageio
 

Classes in org.geotools.coverageio that implement GridFormatFactorySpi
 class BaseGridFormatFactorySPI
          Base implementation for GridFormatFactorySpi.
 

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

Classes in org.geotools.coverageio.gdal.dted that implement GridFormatFactorySpi
 class DTEDFormatFactory
          Implementation of the Format service provider interface for DTED files.
 

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

Classes in org.geotools.coverageio.gdal.ecw that implement GridFormatFactorySpi
 class ECWFormatFactory
          Implementation of the Format service provider interface for ECW files.
 

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

Classes in org.geotools.coverageio.gdal.ehdr that implement GridFormatFactorySpi
 class EsriHdrFormatFactory
          Implementation of the Format service provider interface for EHdr files.
 

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

Classes in org.geotools.coverageio.gdal.erdasimg that implement GridFormatFactorySpi
 class ErdasImgFormatFactory
          Implementation of the Format service provider interface for ERDAS Imagine files.
 

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

Classes in org.geotools.coverageio.gdal.jp2ecw that implement GridFormatFactorySpi
 class JP2ECWFormatFactory
          Implementation of the Format service provider interface for JP2K files.
 

Uses of GridFormatFactorySpi in org.geotools.coverageio.gdal.jp2kak
 

Classes in org.geotools.coverageio.gdal.jp2kak that implement GridFormatFactorySpi
 class JP2KFormatFactory
          Implementation of the Format service provider interface for JP2K files.
 

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

Classes in org.geotools.coverageio.gdal.jp2mrsid that implement GridFormatFactorySpi
 class JP2MrSIDFormatFactory
          Implementation of the Format service provider interface for JP2K files.
 

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

Classes in org.geotools.coverageio.gdal.mrsid that implement GridFormatFactorySpi
 class MrSIDFormatFactory
          Implementation of the Format service provider interface for MrSID files.
 

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

Classes in org.geotools.coverageio.gdal.nitf that implement GridFormatFactorySpi
 class NITFFormatFactory
          Implementation of the Format service provider interface for NITF files.
 

Uses of GridFormatFactorySpi in org.geotools.gce.arcgrid
 

Classes in org.geotools.gce.arcgrid that implement GridFormatFactorySpi
 class ArcGridFormatFactory
          Implementation of the Format service provider interface for arc grid files.
 

Uses of GridFormatFactorySpi in org.geotools.gce.geotiff
 

Classes in org.geotools.gce.geotiff that implement GridFormatFactorySpi
 class GeoTiffFormatFactorySpi
          The GeoTiffFormatFactorySpi should never be instantiated directly by user code.
 

Uses of GridFormatFactorySpi in org.geotools.gce.gtopo30
 

Classes in org.geotools.gce.gtopo30 that implement GridFormatFactorySpi
 class GTopo30FormatFactory
          The GTopo30FormatFactory will be discovered by the GridFormatFinder.
 

Uses of GridFormatFactorySpi in org.geotools.gce.image
 

Classes in org.geotools.gce.image that implement GridFormatFactorySpi
 class WorldImageFormatFactory
          DOCUMENT ME!
 

Uses of GridFormatFactorySpi in org.geotools.gce.imagemosaic
 

Classes in org.geotools.gce.imagemosaic that implement GridFormatFactorySpi
 class ImageMosaicFormatFactory
          Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced images.
 

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

Classes in org.geotools.gce.imagemosaic.jdbc that implement GridFormatFactorySpi
 class ImageMosaicJDBCFormatFactory
          Implementation of the GridCoverageFormat service provider interface for mosaicing of georeferenced images and image pyramids stored in a jdbc database
 

Uses of GridFormatFactorySpi in org.geotools.gce.imagepyramid
 

Classes in org.geotools.gce.imagepyramid that implement GridFormatFactorySpi
 class ImagePyramidFormatFactory
          Implementation of the GridCoverageFormat service provider interface for arc grid files.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.