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_PARAMSThisGeneralParameterValuecan be provided to theGridCoverageWriters 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 GeoToolsWriteParamsAbstractGridFormat. getDefaultImageIOWriteParameters()Returns an instance ofImageWriteParamthat can be used to control a subsequentGridCoverageWriter.write(org.geotools.api.coverage.grid.GridCoverage, org.geotools.api.parameter.GeneralParameterValue[]);GeoToolsWriteParamsUnknownFormat. 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 GeoToolsWriteParamsNetCDFFormat. getDefaultImageIOWriteParameters() -
Uses of GeoToolsWriteParams in org.geotools.coverageio.gdal
Methods in org.geotools.coverageio.gdal that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParamsBaseGDALGridFormat. getDefaultImageIOWriteParameters() -
Uses of GeoToolsWriteParams in org.geotools.coverageio.jp2k
Methods in org.geotools.coverageio.jp2k that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParamsJP2KFormat. getDefaultImageIOWriteParameters() -
Uses of GeoToolsWriteParams in org.geotools.gce.arcgrid
Subclasses of GeoToolsWriteParams in org.geotools.gce.arcgrid Modifier and Type Class Description classArcGridWriteParamsMethods in org.geotools.gce.arcgrid that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParamsArcGridFormat. getDefaultImageIOWriteParameters()Retrieves the default instance for theArcGridFormatof theGeoToolsWriteParamsto 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 classGeoTiffWriteParamsSubclass ofGeoToolsWriteParamsthe 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 GeoToolsWriteParamsGeoTiffFormat. getDefaultImageIOWriteParameters()Returns an instance ofGeoTiffWriteParamsfor 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 GeoToolsWriteParamsGrassCoverageFormat. getDefaultImageIOWriteParameters()Always returns null since for the moment there are noGeoToolsWriteParamsavailable 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 GeoToolsWriteParamsWorldImageFormat. getDefaultImageIOWriteParameters()Always returns null since for the moment there are noGeoToolsWriteParamsavailable 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 GeoToolsWriteParamsImageMosaicFormat. 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 GeoToolsWriteParamsImagePyramidFormat. 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 GeoToolsWriteParamsPGRasterFormat. getDefaultImageIOWriteParameters() -
Uses of GeoToolsWriteParams in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParamsGeoPackageFormat. getDefaultImageIOWriteParameters() -
Uses of GeoToolsWriteParams in org.geotools.mbtiles.mosaic
Methods in org.geotools.mbtiles.mosaic that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParamsMBTilesFormat. getDefaultImageIOWriteParameters() -
Uses of GeoToolsWriteParams in org.geotools.tpk
Methods in org.geotools.tpk that return GeoToolsWriteParams Modifier and Type Method Description GeoToolsWriteParamsTPKFormat. getDefaultImageIOWriteParameters()
-