Uses of Class
org.geotools.parameter.DefaultParameterDescriptor
Packages that use DefaultParameterDescriptor
Package
Description
Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.
Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.
A datasource to manage the ARCGrid ASCII format.
A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
Parameter implementation.
Basic implementations of math transforms.
-
Uses of DefaultParameterDescriptor in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<int[]>
AbstractGridFormat.BANDS
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#read(GeneralParameterValue[])
method to specify the band indices of the input grid coverage that are going to be in the resulting coverage.static final 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.GridGeometry2Dstatic final DefaultParameterDescriptor<OverviewPolicy>
AbstractGridFormat.OVERVIEW_POLICY
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#read(GeneralParameterValue[])
method in order to specify the policy a reader should adopt when choosing the right overview during a read operation.static final DefaultParameterDescriptor<ProgressListener>
AbstractGridFormat.PROGRESS_LISTENER
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#write(GeneralParameterValue[])
method in order to monitor a writing processstatic final DefaultParameterDescriptor<GridGeometry2D>
AbstractGridFormat.READ_GRIDGEOMETRY2D
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#read(GeneralParameterValue[])
method in order to pick up the best matching resolution level and (soon) the best matching area.static final DefaultParameterDescriptor<Boolean>
AbstractGridFormat.RESCALE_PIXELS
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader.read(GeneralParameterValue[])
method in order to specify the whether eventual value rescaling should be performed, or the original pixel value preservedstatic final DefaultParameterDescriptor<String>
AbstractGridFormat.SUGGESTED_TILE_SIZE
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#read(GeneralParameterValue[])
method in order to specify the suggested size of tiles to avoid long time reading occurring with JAI ImageRead on striped images.static final DefaultParameterDescriptor<Boolean>
AbstractGridFormat.USE_JAI_IMAGEREAD
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader.read(GeneralParameterValue[])
method in order to specify the type of image read operation requested: using a JAI ImageRead operation (leveraging on Deferred Execution Model, Tile Caching,...), or the directImageReader
's read methods. -
Uses of DefaultParameterDescriptor in org.geotools.coverageio.gdal
Fields in org.geotools.coverageio.gdal declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<Boolean>
BaseGDALGridFormat.USE_MULTITHREADING
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader.read(GeneralParameterValue[])
method in order to specify to use multithreading when leveraging on a JAI ImageRead operation. -
Uses of DefaultParameterDescriptor in org.geotools.coverageio.jp2k
Fields in org.geotools.coverageio.jp2k declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<Boolean>
JP2KFormat.USE_MULTITHREADING
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader.read(GeneralParameterValue[])
method in order to specify to use multithreading when leveraging on a JAI ImageRead operation. -
Uses of DefaultParameterDescriptor in org.geotools.gce.arcgrid
Fields in org.geotools.gce.arcgrid declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<Boolean>
ArcGridFormat.FORCE_CELLSIZE
Indicates whether we ask the plugin to resample the coverage to have dx==dystatic final DefaultParameterDescriptor<Boolean>
ArcGridFormat.GRASS
Indicates whether the arcgrid data must be written in GRASS format -
Uses of DefaultParameterDescriptor in org.geotools.gce.geotiff
Fields in org.geotools.gce.geotiff declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<Boolean>
GeoTiffFormat.RETAIN_AXES_ORDER
ThisGeneralParameterValue
can be provided to theGeoTiffWriter
s in order to force the writer to retain the axes order.static final DefaultParameterDescriptor<Boolean>
GeoTiffFormat.WRITE_NODATA
ThisGeneralParameterValue
can be provided to theGeoTiffWriter
s to specify whether NoData should be written when available.static final DefaultParameterDescriptor<Boolean>
GeoTiffFormat.WRITE_TFW
ThisGeneralParameterValue
can be provided to theGeoTiffWriter
s in order to force the writer to write a tfw file. -
Uses of DefaultParameterDescriptor in org.geotools.ows.wmts.map
Fields in org.geotools.ows.wmts.map declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<CoordinateReferenceSystem>
WMTSMapLayer.SOURCE_CRS
-
Uses of DefaultParameterDescriptor in org.geotools.parameter
Methods in org.geotools.parameter that return DefaultParameterDescriptorModifier and TypeMethodDescriptionstatic DefaultParameterDescriptor<Double>
DefaultParameterDescriptor.create
(String name, double defaultValue, double minimum, double maximum, Unit<?> unit) Constructs a descriptor for a mandatory parameter in a range of floating point values.static DefaultParameterDescriptor<Integer>
Constructs a descriptor for a mandatory parameter in a range of integer values.static <T> DefaultParameterDescriptor<T>
DefaultParameterDescriptor.create
(String name, CharSequence remarks, Class<T> valueClass, T defaultValue, boolean required) Constructs a descriptor from a name and a default value.static DefaultParameterDescriptor<Double>
DefaultParameterDescriptor.create
(Map<String, ?> properties, double defaultValue, double minimum, double maximum, Unit<?> unit, boolean required) Constructs a descriptor for a parameter in a range of floating point values.static DefaultParameterDescriptor<Integer>
DefaultParameterDescriptor.create
(Map<String, ?> properties, int defaultValue, int minimum, int maximum, boolean required) Constructs a descriptor for a parameter in a range of integer values. -
Uses of DefaultParameterDescriptor in org.geotools.referencing.operation.transform
Fields in org.geotools.referencing.operation.transform declared as DefaultParameterDescriptorModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<URI>
NTv2Transform.Provider.FILE
The operation parameter descriptor for the "Latitude and longitude difference file" parameter value.