Package | Description |
---|---|
org.geotools.arcsde.raster.gce | |
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 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.image | |
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.jdbc | |
org.geotools.gce.imagepyramid | |
org.geotools.geopkg.mosaic | |
org.geotools.mbtiles.mosaic |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
ArcSDERasterFormat.getWriter(Object destination) |
GridCoverageWriter |
ArcSDERasterFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGridCoverageWriter
An
AbstractGridCoverageWriter is the base class for all GridCoverageWriter
implementations in GeoTools toolkit. |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
UnknownFormat.getWriter(Object destination) |
abstract GridCoverageWriter |
AbstractGridFormat.getWriter(Object destination)
Retrieves a
GridCoverageWriter suitable for writing to the provided destination
with this format. |
GridCoverageWriter |
UnknownFormat.getWriter(Object destination,
Hints hints) |
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.
|
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
NetCDFFormat.getWriter(Object destination) |
GridCoverageWriter |
NetCDFFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
BaseGDALGridFormat.getWriter(Object destination) |
GridCoverageWriter |
BaseGDALGridFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
JP2KFormat.getWriter(Object destination) |
GridCoverageWriter |
JP2KFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Class and Description |
---|---|
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! |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
ArcGridFormat.getWriter(Object destination) |
GridCoverageWriter |
ArcGridFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffWriter
AbstractGridCoverageWriter implementation for the geotiff format. |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
GeoTiffFormat.getWriter(Object destination)
|
GridCoverageWriter |
GeoTiffFormat.getWriter(Object destination,
Hints hints)
|
Modifier and Type | Class and Description |
---|---|
class |
GrassCoverageWriter
Coverage Writer class for writing GRASS raster maps.
|
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
GrassCoverageFormat.getWriter(Object destination) |
Modifier and Type | Class and Description |
---|---|
class |
WorldImageWriter
Writes a GridCoverage to a raster image file and an accompanying world file.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
ImageMosaicFormat.getWriter(Object destination) |
GridCoverageWriter |
ImageMosaicFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
ImageMosaicJDBCFormat.getWriter(Object destination) |
GridCoverageWriter |
ImageMosaicJDBCFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
ImagePyramidFormat.getWriter(Object destination)
This methods throw an
UnsupportedOperationException because this plugiin si read
only. |
GridCoverageWriter |
ImagePyramidFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
GeoPackageFormat.getWriter(Object destination) |
GridCoverageWriter |
GeoPackageFormat.getWriter(Object destination,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
GridCoverageWriter |
MBTilesFormat.getWriter(Object destination) |
GridCoverageWriter |
MBTilesFormat.getWriter(Object destination,
Hints hints) |
Copyright © 1996–2019 Geotools. All rights reserved.