Uses of Interface
org.opengis.coverage.grid.GridCoverageWriter

Packages that use GridCoverageWriter
org.geotools.arcsde.raster.gce   
org.geotools.coverage.grid.io   
org.geotools.coverageio.gdal Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project. 
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 drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. 
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.mosaic   
 

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

Methods in org.geotools.arcsde.raster.gce that return GridCoverageWriter
 GridCoverageWriter ArcSDERasterFormat.getWriter(Object destination)
           
 GridCoverageWriter ArcSDERasterFormat.getWriter(Object destination, Hints hints)
           
 

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

Classes in org.geotools.coverage.grid.io that implement GridCoverageWriter
 class AbstractGridCoverageWriter
          An AbstractGridCoverageWriter is the base class for all GridCoverageWriter implementations in GeoTools toolkit.
 

Methods in org.geotools.coverage.grid.io that return GridCoverageWriter
abstract  GridCoverageWriter AbstractGridFormat.getWriter(Object destination)
          Retrieves a GridCoverageWriter suitable for writing to the provided destination with this format.
 GridCoverageWriter UnknownFormat.getWriter(Object destination)
           
abstract  GridCoverageWriter AbstractGridFormat.getWriter(Object destination, Hints hints)
          Call the accepts() method before asking for a writer to determine if the current object is supported.
 GridCoverageWriter UnknownFormat.getWriter(Object destination, Hints hints)
           
 

Uses of GridCoverageWriter in org.geotools.coverageio.gdal
 

Methods in org.geotools.coverageio.gdal that return GridCoverageWriter
 GridCoverageWriter BaseGDALGridFormat.getWriter(Object destination)
           
 GridCoverageWriter BaseGDALGridFormat.getWriter(Object destination, Hints hints)
           
 

Uses of GridCoverageWriter in org.geotools.coverageio.jp2k
 

Methods in org.geotools.coverageio.jp2k that return GridCoverageWriter
 GridCoverageWriter JP2KFormat.getWriter(Object destination)
           
 GridCoverageWriter JP2KFormat.getWriter(Object destination, Hints hints)
           
 

Uses of GridCoverageWriter in org.geotools.gce.arcgrid
 

Classes in org.geotools.gce.arcgrid that implement GridCoverageWriter
 class ArcGridWriter
          ArcGridWriter supports writing of an ArcGrid GridCoverage to a Desination object XXX We cannot write a rotated grid coverage, we have to enforce that!
 

Methods in org.geotools.gce.arcgrid that return GridCoverageWriter
 GridCoverageWriter ArcGridFormat.getWriter(Object destination)
           
 GridCoverageWriter ArcGridFormat.getWriter(Object destination, Hints hints)
           
 

Uses of GridCoverageWriter in org.geotools.gce.geotiff
 

Classes in org.geotools.gce.geotiff that implement GridCoverageWriter
 class GeoTiffWriter
          AbstractGridCoverageWriter implementation for the geotiff format.
 

Methods in org.geotools.gce.geotiff that return GridCoverageWriter
 GridCoverageWriter GeoTiffFormat.getWriter(Object destination)
          Retrieves a GeoTiffWriter or null if the provided destination is suitable.
 GridCoverageWriter GeoTiffFormat.getWriter(Object destination, Hints hints)
          Retrieves a GeoTiffWriter or null if the provided destination is suitable.
 

Uses of GridCoverageWriter in org.geotools.gce.grassraster
 

Classes in org.geotools.gce.grassraster that implement GridCoverageWriter
 class GrassCoverageWriter
          Coverage Writer class for writing GRASS raster maps.
 

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

Methods in org.geotools.gce.grassraster.format that return GridCoverageWriter
 GridCoverageWriter GrassCoverageFormat.getWriter(Object destination)
           
 

Uses of GridCoverageWriter in org.geotools.gce.gtopo30
 

Classes in org.geotools.gce.gtopo30 that implement GridCoverageWriter
 class GTopo30Writer
          Class used for encoding a GridCoverage2D into a GTOPO30 file.
 

Methods in org.geotools.gce.gtopo30 that return GridCoverageWriter
 GridCoverageWriter GTopo30Format.getWriter(Object destination)
          Returns a writer object which you can use to write GridCoverages to a given destination.
 GridCoverageWriter GTopo30Format.getWriter(Object destination, Hints hints)
          Returns a writer object which you can use to write GridCoverages to a given destination.
 

Uses of GridCoverageWriter in org.geotools.gce.image
 

Classes in org.geotools.gce.image that implement GridCoverageWriter
 class WorldImageWriter
          Writes a GridCoverage to a raster image file and an accompanying world file.
 

Methods in org.geotools.gce.image that return GridCoverageWriter
 GridCoverageWriter WorldImageFormat.getWriter(Object destination)
          Call the accepts() method before asking for a writer to determine if the current object is supported.
 GridCoverageWriter WorldImageFormat.getWriter(Object destination, Hints hints)
          Call the accepts() method before asking for a writer to determine if the current object is supported.
 

Uses of GridCoverageWriter in org.geotools.gce.imagemosaic
 

Methods in org.geotools.gce.imagemosaic that return GridCoverageWriter
 GridCoverageWriter ImageMosaicFormat.getWriter(Object destination)
           
 GridCoverageWriter ImageMosaicFormat.getWriter(Object destination, Hints hints)
           
 

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

Methods in org.geotools.gce.imagemosaic.jdbc that return GridCoverageWriter
 GridCoverageWriter ImageMosaicJDBCFormat.getWriter(Object destination)
           
 GridCoverageWriter ImageMosaicJDBCFormat.getWriter(Object destination, Hints hints)
           
 

Uses of GridCoverageWriter in org.geotools.gce.imagepyramid
 

Methods in org.geotools.gce.imagepyramid that return GridCoverageWriter
 GridCoverageWriter ImagePyramidFormat.getWriter(Object destination)
          This methods throw an UnsupportedOperationException because this plugiin si read only.
 GridCoverageWriter ImagePyramidFormat.getWriter(Object destination, Hints hints)
           
 

Uses of GridCoverageWriter in org.geotools.geopkg.mosaic
 

Methods in org.geotools.geopkg.mosaic that return GridCoverageWriter
 GridCoverageWriter GeoPackageFormat.getWriter(Object destination)
           
 GridCoverageWriter GeoPackageFormat.getWriter(Object destination, Hints hints)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.