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.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 |
---|---|
GeoToolsWriteParams |
ArcSDERasterFormat.getDefaultImageIOWriteParameters()
Retrieves the default instance for the
ArcSDERasterFormat of the GeoToolsWriteParams to control the writing process. |
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<GeoToolsWriteParams> |
AbstractGridFormat.GEOTOOLS_WRITE_PARAMS
This
GeneralParameterValue can be provided to the GridCoverageWriter s through
the GridCoverageWriter#write(org.opengis.coverage.grid.GridCoverage,
GeneralParameterValue[]) method in order to control the writing process in terms of
compression, tiling, etc.GridGeometry2D |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
UnknownFormat.getDefaultImageIOWriteParameters() |
abstract GeoToolsWriteParams |
AbstractGridFormat.getDefaultImageIOWriteParameters()
Returns an instance of
ImageWriteParam that can be used to control a subsequent
GridCoverageWriter.write(org.opengis.coverage.grid.GridCoverage,
org.opengis.parameter.GeneralParameterValue[]) ;
Be careful with using the ImageWriteParam since their usage is still experimental. |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
NetCDFFormat.getDefaultImageIOWriteParameters() |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
BaseGDALGridFormat.getDefaultImageIOWriteParameters() |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
JP2KFormat.getDefaultImageIOWriteParameters() |
Modifier and Type | Class and Description |
---|---|
class |
ArcGridWriteParams |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
ArcGridFormat.getDefaultImageIOWriteParameters()
Retrieves the default instance for the
ArcGridFormat of the GeoToolsWriteParams to control the writing process. |
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffWriteParams
Subclass of
GeoToolsWriteParams the allows the user to specify parameters to control the
process of writing out a GeoTiff file through standards ImageWriteParam (with possible
extensions). |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
GeoTiffFormat.getDefaultImageIOWriteParameters()
Returns an instance of
GeoTiffWriteParams for controlling an hypothetic writing
process. |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
GrassCoverageFormat.getDefaultImageIOWriteParameters()
Always returns null since for the moment there are no
GeoToolsWriteParams available
for this format. |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
WorldImageFormat.getDefaultImageIOWriteParameters()
Always returns null since for the moment there are no
GeoToolsWriteParams available
for this format. |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
ImageMosaicFormat.getDefaultImageIOWriteParameters()
Throw an exception since this plugin is readonly.
|
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
ImageMosaicJDBCFormat.getDefaultImageIOWriteParameters()
Throw an exception since this plugin is readonly.
|
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
ImagePyramidFormat.getDefaultImageIOWriteParameters()
Throw an exception since this plugin is readonly.
|
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
GeoPackageFormat.getDefaultImageIOWriteParameters() |
Modifier and Type | Method and Description |
---|---|
GeoToolsWriteParams |
MBTilesFormat.getDefaultImageIOWriteParameters() |
Copyright © 1996–2019 Geotools. All rights reserved.