Uses of Interface
org.geotools.api.coverage.grid.GridCoverageWriter
-
Packages that use GridCoverageWriter Package Description org.geotools.coverage.grid.io 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.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.tpk -
-
Uses of GridCoverageWriter in org.geotools.coverage.grid.io
Classes in org.geotools.coverage.grid.io that implement GridCoverageWriter Modifier and Type Class Description class
AbstractGridCoverageWriter
AnAbstractGridCoverageWriter
is the base class for allGridCoverageWriter
implementations in GeoTools toolkit.Methods in org.geotools.coverage.grid.io that return GridCoverageWriter Modifier and Type Method Description abstract GridCoverageWriter
AbstractGridFormat. getWriter(Object destination)
Retrieves aGridCoverageWriter
suitable for writing to the provideddestination
with this format.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)
GridCoverageWriter
UnknownFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
NetCDFFormat. getWriter(Object destination)
GridCoverageWriter
NetCDFFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.coverageio.gdal
Methods in org.geotools.coverageio.gdal that return GridCoverageWriter Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
ArcGridWriter
ArcGridWriter
supports writing of an ArcGrid GridCoverage to a Desination objectMethods in org.geotools.gce.arcgrid that return GridCoverageWriter Modifier and Type Method Description 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 Modifier and Type Class Description class
GeoTiffWriter
AbstractGridCoverageWriter
implementation for the geotiff format.Methods in org.geotools.gce.geotiff that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
GeoTiffFormat. getWriter(Object destination)
GridCoverageWriter
GeoTiffFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.gce.grassraster
Classes in org.geotools.gce.grassraster that implement GridCoverageWriter Modifier and Type Class Description 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 Modifier and Type Method Description GridCoverageWriter
GrassCoverageFormat. getWriter(Object destination)
-
Uses of GridCoverageWriter in org.geotools.gce.image
Classes in org.geotools.gce.image that implement GridCoverageWriter Modifier and Type Class Description class
WorldImageWriter
Writes a GridCoverage to a raster image file and an accompanying world file.Methods in org.geotools.gce.image that return GridCoverageWriter Modifier and Type Method Description 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 Modifier and Type Method Description GridCoverageWriter
ImageMosaicFormat. getWriter(Object destination)
GridCoverageWriter
ImageMosaicFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
ImagePyramidFormat. getWriter(Object destination)
This methods throw anUnsupportedOperationException
because this plugiin si read only.GridCoverageWriter
ImagePyramidFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.gce.pgraster
Methods in org.geotools.gce.pgraster that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
PGRasterFormat. getWriter(Object destination)
GridCoverageWriter
PGRasterFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
GeoPackageFormat. getWriter(Object destination)
GridCoverageWriter
GeoPackageFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.mbtiles.mosaic
Methods in org.geotools.mbtiles.mosaic that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
MBTilesFormat. getWriter(Object destination)
GridCoverageWriter
MBTilesFormat. getWriter(Object destination, Hints hints)
-
Uses of GridCoverageWriter in org.geotools.tpk
Methods in org.geotools.tpk that return GridCoverageWriter Modifier and Type Method Description GridCoverageWriter
TPKFormat. getWriter(Object destination)
GridCoverageWriter
TPKFormat. getWriter(Object destination, Hints hints)
-