Package | Description |
---|---|
org.geotools.coverage.grid.io | |
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.parameter |
Parameter implementation.
|
org.geotools.referencing.operation.transform |
Basic implementations of math transforms.
|
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<int[]> |
AbstractGridFormat.BANDS
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader#read(GeneralParameterValue[]) method to specify the band
indices of the input grid coverage that are going to be in the resulting coverage. |
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 |
static DefaultParameterDescriptor<OverviewPolicy> |
AbstractGridFormat.OVERVIEW_POLICY
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader#read(GeneralParameterValue[]) method in order to specify the
policy a reader should adopt when choosing the right overview during a read operation. |
static DefaultParameterDescriptor<ProgressListener> |
AbstractGridFormat.PROGRESS_LISTENER
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader#write(GeneralParameterValue[]) method in order to monitor a
writing process |
static DefaultParameterDescriptor<GridGeometry2D> |
AbstractGridFormat.READ_GRIDGEOMETRY2D
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader#read(GeneralParameterValue[]) method in order to pick up the
best matching resolution level and (soon) the best matching area. |
static DefaultParameterDescriptor<String> |
AbstractGridFormat.SUGGESTED_TILE_SIZE
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader#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 DefaultParameterDescriptor<Boolean> |
AbstractGridFormat.USE_JAI_IMAGEREAD
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader.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 direct ImageReader 's read
methods. |
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<Boolean> |
BaseGDALGridFormat.USE_MULTITHREADING
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader.read(GeneralParameterValue[]) method in order to specify to
use multithreading when leveraging on a JAI ImageRead operation. |
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<Boolean> |
JP2KFormat.USE_MULTITHREADING
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader.read(GeneralParameterValue[]) method in order to specify to
use multithreading when leveraging on a JAI ImageRead operation. |
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<Boolean> |
ArcGridFormat.FORCE_CELLSIZE
Indicates whether we ask the plugin to resample the coverage to have dx==dy
|
static DefaultParameterDescriptor<Boolean> |
ArcGridFormat.GRASS
Indicates whether the arcgrid data must be written in GRASS format
|
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<Boolean> |
GeoTiffFormat.RETAIN_AXES_ORDER
This
GeneralParameterValue can be provided to the GeoTiffWriter s in order to
force the writer to retain the axes order. |
static DefaultParameterDescriptor<Boolean> |
GeoTiffFormat.WRITE_NODATA
This
GeneralParameterValue can be provided to the GeoTiffWriter s to specify
whether NoData should be written when available. |
static DefaultParameterDescriptor<Boolean> |
GeoTiffFormat.WRITE_TFW
This
GeneralParameterValue can be provided to the GeoTiffWriter s in order to
force the writer to write a tfw file. |
Modifier and Type | Method and Description |
---|---|
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.
|
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(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> |
DefaultParameterDescriptor.create(String name,
int defaultValue,
int minimum,
int maximum)
Constructs a descriptor for a mandatory parameter in a range of integer values.
|
Modifier and Type | Field and Description |
---|---|
static DefaultParameterDescriptor<URI> |
NTv2Transform.Provider.FILE
The operation parameter descriptor for the "Latitude and longitude difference file"
parameter value.
|
Copyright © 1996–2019 Geotools. All rights reserved.