Uses of Class
org.geotools.coverage.grid.io.imageio.GeoToolsWriteParams
-
Packages that use GeoToolsWriteParams 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.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 GeoToolsWriteParams in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io with type parameters of type GeoToolsWriteParams Modifier and Type Field Description static DefaultParameterDescriptor<GeoToolsWriteParams>
AbstractGridFormat. GEOTOOLS_WRITE_PARAMS
ThisGeneralParameterValue
can be provided to theGridCoverageWriter
s through theGridCoverageWriter#write(org.geotools.api.coverage.grid.GridCoverage, GeneralParameterValue[])
method in order to control the writing process in terms of compression, tiling, etc.GridGeometry2DMethods in org.geotools.coverage.grid.io that return GeoToolsWriteParams Modifier and Type Method Description abstract GeoToolsWriteParams
AbstractGridFormat. getDefaultImageIOWriteParameters()
Returns an instance ofImageWriteParam
that can be used to control a subsequentGridCoverageWriter.write(org.geotools.api.coverage.grid.GridCoverage, org.geotools.api.parameter.GeneralParameterValue[])
;GeoToolsWriteParams
UnknownFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
NetCDFFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.coverageio.gdal
Methods in org.geotools.coverageio.gdal that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
BaseGDALGridFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.coverageio.jp2k
Methods in org.geotools.coverageio.jp2k that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
JP2KFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.gce.arcgrid
Subclasses of GeoToolsWriteParams in org.geotools.gce.arcgrid Modifier and Type Class Description class
ArcGridWriteParams
Methods in org.geotools.gce.arcgrid that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
ArcGridFormat. getDefaultImageIOWriteParameters()
Retrieves the default instance for theArcGridFormat
of theGeoToolsWriteParams
to control the writing process. -
Uses of GeoToolsWriteParams in org.geotools.gce.geotiff
Subclasses of GeoToolsWriteParams in org.geotools.gce.geotiff Modifier and Type Class Description class
GeoTiffWriteParams
Subclass ofGeoToolsWriteParams
the allows the user to specify parameters to control the process of writing out a GeoTiff file through standardsImageWriteParam
(with possible extensions).Methods in org.geotools.gce.geotiff that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
GeoTiffFormat. getDefaultImageIOWriteParameters()
Returns an instance ofGeoTiffWriteParams
for controlling an hypothetic writing process. -
Uses of GeoToolsWriteParams in org.geotools.gce.grassraster.format
Methods in org.geotools.gce.grassraster.format that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
GrassCoverageFormat. getDefaultImageIOWriteParameters()
Always returns null since for the moment there are noGeoToolsWriteParams
available for this format. -
Uses of GeoToolsWriteParams in org.geotools.gce.image
Methods in org.geotools.gce.image that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
WorldImageFormat. getDefaultImageIOWriteParameters()
Always returns null since for the moment there are noGeoToolsWriteParams
available for this format. -
Uses of GeoToolsWriteParams in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
ImageMosaicFormat. getDefaultImageIOWriteParameters()
Throw an exception since this plugin is readonly. -
Uses of GeoToolsWriteParams in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
ImagePyramidFormat. getDefaultImageIOWriteParameters()
Throw an exception since this plugin is readonly. -
Uses of GeoToolsWriteParams in org.geotools.gce.pgraster
Methods in org.geotools.gce.pgraster that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
PGRasterFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
GeoPackageFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.mbtiles.mosaic
Methods in org.geotools.mbtiles.mosaic that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
MBTilesFormat. getDefaultImageIOWriteParameters()
-
Uses of GeoToolsWriteParams in org.geotools.tpk
Methods in org.geotools.tpk that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParams
TPKFormat. getDefaultImageIOWriteParameters()
-