Package | Description |
---|---|
org.geotools.coverage.grid.io | |
org.geotools.coverage.io.grib | |
org.geotools.coverage.io.netcdf | |
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.coverage.processing.operation |
List of coverage operations.
|
org.geotools.gce.image | |
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.jdbc | |
org.geotools.gce.imagepyramid | |
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.factory.epsg |
Authority factories for
the EPSG database.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
org.geotools.referencing.operation.transform |
Basic implementations of math transforms.
|
org.opengis.parameter |
Description and storage of parameter values.
|
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Color> |
AbstractGridFormat.BACKGROUND_COLOR
Control the background color to be used where the input was transparent
|
static ParameterDescriptor<DecimationPolicy> |
AbstractGridFormat.DECIMATION_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 setting read parameters when evaluating a needed
resolution. |
static ParameterDescriptor<List> |
AbstractGridFormat.ELEVATION
Optional Elevation value for this mosaic.
|
static ParameterDescriptor<String> |
AbstractGridFormat.FOOTPRINT_BEHAVIOR
Control the footprint management.
|
static ParameterDescriptor<Color> |
AbstractGridFormat.INPUT_TRANSPARENT_COLOR
Control the transparency of the input coverages.
|
static ParameterDescriptor<Interpolation> |
AbstractGridFormat.INTERPOLATION
Control the interpolation to be used in the eventual image processing done while reading data
|
static ParameterDescriptor<List> |
AbstractGridFormat.TIME
Optional Time value for this mosaic.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterDescriptor<List>> |
AbstractGridCoverage2DReader.getDynamicParameters()
Return the set of dynamic parameterDescriptors (the ones related to domains) for this reader.
|
Set<ParameterDescriptor<List>> |
GridCoverage2DReader.getDynamicParameters()
Return the
Set of dynamic read parameters supported by this GridCoverage2DReader for the default coverage. |
Set<ParameterDescriptor<List>> |
AbstractGridCoverage2DReader.getDynamicParameters(String coverageName)
Return the set of dynamic parameterDescriptors (the ones related to domains) for this reader.
|
Set<ParameterDescriptor<List>> |
GridCoverage2DReader.getDynamicParameters(String coverageName)
Return the
Set of dynamic read parameters supported by this GridCoverage2DReader for the specified coverage. |
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Filter> |
GRIBFormat.FILTER |
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Filter> |
NetCDFFormat.FILTER |
Modifier and Type | Method and Description |
---|---|
Set<ParameterDescriptor<List>> |
NetCDFSource.getDynamicParameters() |
Set<ParameterDescriptor<List>> |
NetCDFReader.getDynamicParameters(String coverageName) |
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Polygon> |
BaseStatisticsOperationJAI.ROI
The parameter descriptor for the Region Of Interest.
|
static ParameterDescriptor |
Operation2D.SOURCE_0
Convenience constant for the first source
GridCoverage2D . |
static ParameterDescriptor |
BaseMathOperationJAI.SOURCES
The parameter descriptor for the Sources.
|
static ParameterDescriptor<Double> |
BaseStatisticsOperationJAI.SPATIAL_SUBSAMPLING_X
The parameter descriptor for the SPATIAL_SUBSAMPLING_X
|
static ParameterDescriptor<Double> |
BaseStatisticsOperationJAI.SPATIAL_SUBSAMPLING_Y
The parameter descriptor for the SPATIAL_SUBSAMPLING_Y
|
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Collection> |
Mosaic.ALPHA
The parameter descriptor for the Alpha band.
|
static ParameterDescriptor<double[]> |
Resample.BACKGROUND_VALUES
The parameter descriptor for the BackgroundValues.
|
static ParameterDescriptor<CoordinateReferenceSystem> |
Resample.COORDINATE_REFERENCE_SYSTEM
The parameter descriptor for the coordinate reference system.
|
static ParameterDescriptor<Envelope> |
Crop.CROP_ENVELOPE
The parameter descriptor used to pass this operation the envelope to use when doing the
spatial crop.
|
static ParameterDescriptor<Geometry> |
Crop.CROP_ROI
The parameter descriptor used to pass this operation the polygons(s) to use when doing the
spatial crop.
|
static ParameterDescriptor<double[]> |
Crop.DEST_NODATA
The parameter descriptor used to tell this operation to set destinationNoData
|
static ParameterDescriptor<Boolean> |
Crop.FORCE_MOSAIC
The parameter descriptor used to tell this operation to force the usage of a mosaic by
avoiding any kind of optimization
|
static ParameterDescriptor |
BandMerge.GEOMETRY_PARAM
The parameter descriptor for the Transformation Choice.
|
static ParameterDescriptor<String> |
Mosaic.GEOMETRY_POLICY
The parameter descriptor for the GridGeometry choosing policy.
|
static ParameterDescriptor<GridGeometry> |
Mosaic.GG
The parameter descriptor for the GridGeometry to use.
|
static ParameterDescriptor<GridGeometry> |
Resample.GRID_GEOMETRY
The parameter descriptor for the grid geometry.
|
static ParameterDescriptor |
BandMerge.INDEX
The parameter descriptor for the Source index to use for selecting the Affine Transformation
to use.
|
static ParameterDescriptor<Object> |
Resample.INTERPOLATION_TYPE
The parameter descriptor for the interpolation type.
|
static ParameterDescriptor<Range> |
Crop.NODATA
The parameter descriptor used to tell this operation to check NoData
|
static ParameterDescriptor<double[]> |
Mosaic.OUTPUT_NODATA
The parameter descriptor for the Transformation Choice.
|
static ParameterDescriptor<Double> |
Crop.ROI_OPTIMISATION_TOLERANCE
The parameter descriptor used to tell this operation to optimize the crop using a Mosaic in
where the area of the image we would not load is smaller than
ROI_OPTIMISATION_TOLERANCE*FULL_CROP.
|
static ParameterDescriptor<int[]> |
SelectSampleDimension.SAMPLE_DIMENSIONS
The parameter descriptor for the sample dimension indices.
|
static ParameterDescriptor |
BandMerge.SOURCES
The parameter descriptor for the Sources.
|
static ParameterDescriptor |
Mosaic.SOURCES
The parameter descriptor for the Sources.
|
static ParameterDescriptor |
BandMerge.TRANSFORM_CHOICE_PARAM
The parameter descriptor for the Transformation Choice.
|
static ParameterDescriptor |
Interpolate.TYPE
The parameter descriptor for the interpolation type.
|
static ParameterDescriptor<Integer> |
SelectSampleDimension.VISIBLE_SAMPLE_DIMENSION
The parameter descriptor for the visible dimension indice.
|
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<String> |
WorldImageFormat.FORMAT
Format writing parameter.
|
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Boolean> |
ImageMosaicFormat.ACCURATE_RESOLUTION
Control the requested resolution calculation.
|
static ParameterDescriptor<Boolean> |
ImageMosaicFormat.ALLOW_MULTITHREADING
Control the threading behavior for this plugin.
|
static ParameterDescriptor<Double> |
ImageMosaicFormat.ARTIFACTS_FILTER_PTILE_THRESHOLD
Control the artifact filter ptile thresholding
|
static ParameterDescriptor<double[]> |
ImageMosaicFormat.BACKGROUND_VALUES
Control the background values for the output coverage
|
static ParameterDescriptor<Integer> |
ImageMosaicFormat.DEFAULT_ARTIFACTS_FILTER_THRESHOLD
Control the default artifact filter luminance thresholding on the input coverages
|
static ParameterDescriptor<ExcessGranulePolicy> |
ImageMosaicFormat.EXCESS_GRANULE_REMOVAL
Controls the removal of excess granules
This parameter controls whether the mosaic will attempt to remove excess granules, that
is, granules not contributing pixels to the output, before performing the mosaicking.
|
static ParameterDescriptor<Boolean> |
ImageMosaicFormat.FADING
Control the type of the final mosaic.
|
static ParameterDescriptor<Filter> |
ImageMosaicFormat.FILTER
Filter tiles based on attributes from the input coverage
|
static ParameterDescriptor<Geometry> |
ImageMosaicFormat.GEOMETRY_MASK
mask (as a polygon in native coordinates) to be applied to the produced mosaic.
|
static ParameterDescriptor<Interpolation> |
ImageMosaicFormat.INTERPOLATION
Control the interpolation to be used in mosaicking
|
static ParameterDescriptor<Double> |
ImageMosaicFormat.MASKING_BUFFER_PIXELS
Control the Masking buffering (in raster size)
|
static ParameterDescriptor<Integer> |
ImageMosaicFormat.MAX_ALLOWED_TILES
Control the thresholding on the input coverage
|
static ParameterDescriptor<String> |
ImageMosaicFormat.MERGE_BEHAVIOR
Merging behavior for the various granules of the mosaic we are going to produce.
|
static ParameterDescriptor<Color> |
ImageMosaicFormat.OUTPUT_TRANSPARENT_COLOR
Control the transparency of the output coverage.
|
static ParameterDescriptor<Boolean> |
ImageMosaicFormat.SET_ROI_PROPERTY
Control whether to set the ROI property in the output mosaic (as an instance, even when
background values are set which usually results into setting a null ROI after the mosaic)
|
static ParameterDescriptor<String> |
ImageMosaicFormat.SORT_BY
Optional Sorting for the granules of the mosaic.
|
static ParameterDescriptor<double[]> |
ImageMosaicFormat.VIRTUAL_NATIVE_RESOLUTION
Defines a virtual native resolution.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterDescriptor<List>> |
RasterManager.DomainManager.getDynamicParameters()
Return the set of dynamic parameterDescriptors (the ones related to domains) for this
reader
|
Set<ParameterDescriptor<List>> |
ImageMosaicReader.getDynamicParameters() |
Set<ParameterDescriptor<List>> |
ImageMosaicReader.getDynamicParameters(String coverageName) |
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<Color> |
ImageMosaicJDBCFormat.OUTPUT_TRANSPARENT_COLOR
Control the transparency of the output coverage.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterDescriptor<List>> |
ImagePyramidReader.getDynamicParameters(String coverageName) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParameterDescriptor<T>
The definition of a parameter used by an operation method.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterDescriptor<Integer> |
MatrixParameterDescriptors.numCol
The descriptor for the
"num_col" parameter. |
protected ParameterDescriptor<Integer> |
MatrixParameterDescriptors.numRow
The descriptor for the
"num_row" parameter. |
Modifier and Type | Method and Description |
---|---|
static <T> ParameterDescriptor<T> |
Parameters.cast(ParameterDescriptor<?> descriptor,
Class<T> type)
Casts the given parameter descriptor to the given type.
|
ParameterDescriptor<Double> |
MatrixParameterDescriptors.descriptor(int row,
int column)
Returns the parameter in this group for a matrix element at the specified index. row and
column indices are 0 based.
|
ParameterDescriptor<Double> |
FloatParameter.getDescriptor()
Returns the abstract definition of this parameter.
|
ParameterDescriptor<T> |
Parameter.getDescriptor()
Returns the abstract definition of this parameter.
|
Modifier and Type | Method and Description |
---|---|
static <T> ParameterDescriptor<T> |
Parameters.cast(ParameterDescriptor<?> descriptor,
Class<T> type)
Casts the given parameter descriptor to the given type.
|
static <T> T |
Parameter.ensureValidValue(ParameterDescriptor<T> descriptor,
Object value)
Ensures that the given value is valid according the specified parameter descriptor.
|
Constructor and Description |
---|
DefaultParameterDescriptor(ParameterDescriptor<T> descriptor)
Constructs a descriptor with the same values than the specified one.
|
FloatParameter(ParameterDescriptor<Double> descriptor)
Constructs a parameter from the specified descriptor.
|
FloatParameter(ParameterDescriptor<Double> descriptor,
double value)
Constructs a parameter from the specified descriptor and value.
|
MatrixParameterDescriptors(Map<String,?> properties,
ParameterDescriptor<?>[] parameters,
String prefix,
char separator)
Constructs a parameter group.
|
Parameter(ParameterDescriptor<T> descriptor)
Constructs a parameter value from the specified descriptor.
|
Parameter(ParameterDescriptor<T> descriptor,
T value)
Constructs a parameter value from the specified descriptor and value.
|
Constructor and Description |
---|
ImagingParameterDescriptors(Map<String,?> properties,
RegistryElementDescriptor operation,
String registryMode,
Map<Class<?>,Class<?>> sourceTypeMap,
Collection<ParameterDescriptor> extension)
Constructs a parameter descriptor wrapping the specified JAI operation, including sources.
|
ImagingParameterDescriptors(RegistryElementDescriptor operation,
Collection<ParameterDescriptor> extension)
Constructs a parameter descriptor wrapping the specified JAI operation, including sources.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescriptor |
AbstractAuthorityFactory.createParameterDescriptor(String code)
Creates a parameter descriptor from a code.
|
ParameterDescriptor |
FallbackAuthorityFactory.createParameterDescriptor(String code)
Creates a parameter descriptor from a code.
|
ParameterDescriptor |
ThreadedAuthorityFactory.createParameterDescriptor(String code)
Returns a parameter descriptor from a code.
|
ParameterDescriptor |
BufferedAuthorityFactory.createParameterDescriptor(String code)
Returns a parameter descriptor from a code.
|
ParameterDescriptor |
AuthorityFactoryAdapter.createParameterDescriptor(String code)
Creates a parameter descriptor from a code.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescriptor |
DirectEpsgFactory.createParameterDescriptor(String code)
Returns a parameter descriptor from a code.
|
ParameterDescriptor |
AbstractEpsgFactory.generateParameterDescriptor(String code)
Returns a parameter descriptor from a code.
|
Modifier and Type | Method and Description |
---|---|
protected static ParameterDescriptor<Double> |
MathTransformProvider.createDescriptor(ReferenceIdentifier[] identifiers,
double defaultValue,
double minimum,
double maximum,
Unit<?> unit)
Constructs a parameter descriptor from a set of alias.
|
protected static ParameterDescriptor<Double> |
MathTransformProvider.createOptionalDescriptor(ReferenceIdentifier[] identifiers,
double minimum,
double maximum,
Unit<?> unit)
Constructs an optional parameter descriptor from a set of alias.
|
Modifier and Type | Method and Description |
---|---|
protected static double |
MathTransformProvider.doubleValue(ParameterDescriptor<?> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter.
|
protected static <T> ParameterValue<T> |
MathTransformProvider.getParameter(ParameterDescriptor<T> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter.
|
protected static int |
MathTransformProvider.intValue(ParameterDescriptor<?> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter.
|
protected static String |
MathTransformProvider.stringValue(ParameterDescriptor<?> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter.
|
protected static <T> T |
MathTransformProvider.value(ParameterDescriptor<T> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter.
|
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
MercatorPseudoProvider.AUXILIARY_SPHERE_TYPE
The Auxiliary Sphere Type parameter accepts:
0 (use semimajor axis or radius of the geographic coordinate system)
1 (use semiminor axis or radius)
2 (calculate and use authalic radius), or 3 (use authalic radius and convert geodetic
latitudes to authalic latitudes).
|
static ParameterDescriptor |
ObliqueMercator.Provider.AZIMUTH
The operation parameter descriptor for the
azimuth parameter value. |
static ParameterDescriptor |
Krovak.Provider.AZIMUTH
The operation parameter descriptor for the azimuth parameter value.
|
static ParameterDescriptor |
MapProjection.AbstractProvider.CENTRAL_MERIDIAN
The operation parameter descriptor for the central meridian
parameter value.
|
static ParameterDescriptor |
MercatorPseudoProvider.FAKE_ESRI_STANDARD_PARALLELL |
static ParameterDescriptor |
MapProjection.AbstractProvider.FALSE_EASTING
The operation parameter descriptor for the
falseEasting parameter
value. |
static ParameterDescriptor |
MapProjection.AbstractProvider.FALSE_NORTHING
The operation parameter descriptor for the
falseNorthing parameter
value. |
static ParameterDescriptor |
ObliqueMercator.Provider_TwoPoint.LAT_OF_1ST_POINT
The operation parameter descriptor for the
latitudeOf1stPoint parameter value. |
static ParameterDescriptor |
ObliqueMercator.Provider_TwoPoint.LAT_OF_2ND_POINT
The operation parameter descriptor for the
latitudeOf2ndPoint parameter value. |
static ParameterDescriptor |
Krovak.Provider.LATITUDE_OF_CENTER
The operation parameter descriptor for the latitude of
origin parameter value.
|
static ParameterDescriptor |
ObliqueMercator.Provider.LATITUDE_OF_CENTRE
The operation parameter descriptor for the
latitudeOfCentre
parameter value. |
static ParameterDescriptor |
Gnomonic.Provider.LATITUDE_OF_CENTRE
The operation parameter descriptor for the
MapProjection.latitudeOfOrigin parameter value. |
static ParameterDescriptor |
MapProjection.AbstractProvider.LATITUDE_OF_CENTRE
The operation parameter descriptor for the latitude of center parameter value.
|
static ParameterDescriptor |
MapProjection.AbstractProvider.LATITUDE_OF_ORIGIN
The operation parameter descriptor for the latitude of
origin parameter value.
|
static ParameterDescriptor |
ObliqueMercator.Provider_TwoPoint.LONG_OF_1ST_POINT
The operation parameter descriptor for the
longitudeOf1stPoint parameter value. |
static ParameterDescriptor |
ObliqueMercator.Provider_TwoPoint.LONG_OF_2ND_POINT
The operation parameter descriptor for the
longitudeOf2ndPoint parameter value. |
static ParameterDescriptor |
Krovak.Provider.LONGITUDE_OF_CENTER
The operation parameter descriptor for the central meridian
parameter value.
|
static ParameterDescriptor |
ObliqueMercator.Provider.LONGITUDE_OF_CENTRE
The operation parameter descriptor for the
longitudeOfCentre
parameter value. |
static ParameterDescriptor |
Gnomonic.Provider.LONGITUDE_OF_CENTRE
The operation parameter descriptor for the
MapProjection.centralMeridian parameter value. |
static ParameterDescriptor |
MapProjection.AbstractProvider.LONGITUDE_OF_CENTRE
The operation parameter descriptor for the longitude of center parameter value.
|
static ParameterDescriptor |
Krovak.Provider.PSEUDO_STANDARD_PARALLEL
The operation parameter descriptor for the pseudo pseudo standard parallel parameter value.
|
static ParameterDescriptor |
ObliqueMercator.Provider.RECTIFIED_GRID_ANGLE
The operation parameter descriptor for the
rectifiedGridAngle
parameter value. |
static ParameterDescriptor |
MapProjection.AbstractProvider.SCALE_FACTOR
The operation parameter descriptor for the
scaleFactor parameter
value. |
static ParameterDescriptor |
Krovak.Provider.SCALE_FACTOR
The operation parameter descriptor for the
scaleFactor parameter
value. |
static ParameterDescriptor |
MapProjection.AbstractProvider.SEMI_MAJOR
The operation parameter descriptor for the semi major parameter
value.
|
static ParameterDescriptor |
MapProjection.AbstractProvider.SEMI_MINOR
The operation parameter descriptor for the semi minor parameter
value.
|
static ParameterDescriptor |
PolarStereographic.ProviderB.STANDARD_PARALLEL
The operation parameter descriptor for the
standardParallel parameter value. |
static ParameterDescriptor |
PolarStereographic.ProviderNorth.STANDARD_PARALLEL
The operation parameter descriptor for the
standardParallel parameter value. |
static ParameterDescriptor |
PolarStereographic.ProviderSouth.STANDARD_PARALLEL
The operation parameter descriptor for the
standardParallel parameter value. |
static ParameterDescriptor |
MapProjection.AbstractProvider.STANDARD_PARALLEL_1
The operation parameter descriptor for the standard parallel 1 parameter value.
|
static ParameterDescriptor |
LambertConformalEsriProvider.STANDARD_PARALLEL_1
Override of the std parallel 1 as we downgrade from 2sp to 1sp when the two std parallels are
equal
|
static ParameterDescriptor |
WinkelTripel.WinkelProvider.STANDARD_PARALLEL_1
The operation parameter descriptor for the standard parallel 1 parameter value.
|
static ParameterDescriptor |
MapProjection.AbstractProvider.STANDARD_PARALLEL_2
The operation parameter descriptor for the standard parallel 2 parameter value.
|
static ParameterDescriptor |
Krovak.Provider.X_SCALE
ESRI Parameter for scale of X axis in projected coordinate system.
|
static ParameterDescriptor |
Krovak.Provider.XY_PLANE_ROTATION
ESRI Parameter for rotation of projected coordinate system.
|
static ParameterDescriptor |
Krovak.Provider.Y_SCALE
ESRI Parameter for scale of Y axis in projected coordinate system.
|
Modifier and Type | Method and Description |
---|---|
protected static ParameterDescriptor[] |
CylindricalEqualArea.Provider.getParameterDescriptors() |
Modifier and Type | Method and Description |
---|---|
protected static double |
MapProjection.AbstractProvider.doubleValue(ParameterDescriptor param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter in standard units.
|
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
ExponentialTransform1D.Provider.BASE
The operation parameter descriptor for the
base parameter value. |
static ParameterDescriptor<Double> |
LogarithmicTransform1D.Provider.BASE
The operation parameter descriptor for the
base parameter value. |
static ParameterDescriptor<Integer> |
WarpTransform2DProvider.DEGREE
Descriptor for the "
degree " parameter value. |
static ParameterDescriptor<Integer> |
MolodenskiTransform.Provider.DIM
The number of geographic dimension (2 or 3).
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.DX
The operation parameter descriptor for the X-axis translation ("dx")
parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.DX
The operation parameter descriptor for the X-axis translation ("dx")
parameter value.
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.DY
The operation parameter descriptor for the Y-axis translation ("dy")
parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.DY
The operation parameter descriptor for the Y-axis translation ("dy")
parameter value.
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.DZ
The operation parameter descriptor for the Z-axis translation ("dz")
parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.DZ
The operation parameter descriptor for the Z-axis translation ("dz")
parameter value.
|
static ParameterDescriptor |
GeocentricTranslation.ProviderSevenParam.EX
The operation parameter descriptor for the X-axis rotation ("ex") parameter
value.
|
static ParameterDescriptor |
GeocentricTranslation.ProviderSevenParam.EY
The operation parameter descriptor for the Y-axis rotation ("ey") parameter
value.
|
static ParameterDescriptor |
GeocentricTranslation.ProviderSevenParam.EZ
The operation parameter descriptor for the Z-axis rotation ("ez") parameter
value.
|
static ParameterDescriptor |
NADCONTransform.Provider.LAT_DIFF_FILE
The operation parameter descriptor for the "Latitude_difference_file" parameter value.
|
static ParameterDescriptor |
NADCONTransform.Provider.LONG_DIFF_FILE
The operation parameter descriptor for the "Longitude_difference_file" parameter value.
|
static ParameterDescriptor |
ProjectiveTransform.ProviderLongitudeRotation.OFFSET
The longitude offset.
|
static ParameterDescriptor<Double> |
LogarithmicTransform1D.Provider.OFFSET
The operation parameter descriptor for the
offset parameter value. |
static ParameterDescriptor<Integer> |
EarthGravitationalModel.Provider.ORDER
The operation parameter descriptor for the maximum degree and order.
|
static ParameterDescriptor<Float> |
WarpTransform2DProvider.POST_SCALE_X
Descriptor for the "
postScaleX " parameter value. |
static ParameterDescriptor<Float> |
WarpTransform2DProvider.POST_SCALE_Y
Descriptor for the "
postScaleY " parameter value. |
static ParameterDescriptor |
GeocentricTranslation.ProviderSevenParam.PPM
The operation parameter descriptor for the Scale difference ("ppm")
parameter value.
|
static ParameterDescriptor<Float> |
WarpTransform2DProvider.PRE_SCALE_X
Descriptor for the "
preScaleX " parameter value. |
static ParameterDescriptor<Float> |
WarpTransform2DProvider.PRE_SCALE_Y
Descriptor for the "
preScaleY " parameter value. |
static ParameterDescriptor<Double> |
SimilarityTransformProvider.ROTATION
"Rotation angle of source coordinate reference system axes" EPSG::8614
|
static ParameterDescriptor |
ExponentialTransform1D.Provider.SCALE
The operation parameter descriptor for the
scale parameter value. |
static ParameterDescriptor<Double> |
SimilarityTransformProvider.SCALE
"Scale difference" EPSG::8611
|
static ParameterDescriptor<Double> |
GeocentricTransform.Provider.SEMI_MAJOR
The operation parameter descriptor for the "semi_major" parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTransform.Provider.SEMI_MINOR
The operation parameter descriptor for the "semi_minor" parameter value.
|
static ParameterDescriptor<Integer> |
MolodenskiTransform.Provider.SRC_DIM
The number of source geographic dimension (2 or 3).
|
static ParameterDescriptor<Integer> |
GeocentricTranslation.Provider.SRC_DIM
The number of source geographic dimension (2 or 3).
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.SRC_SEMI_MAJOR
The operation parameter descriptor for the "src_semi_major" parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.SRC_SEMI_MAJOR
The operation parameter descriptor for the "src_semi_major" optional parameter value.
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.SRC_SEMI_MINOR
The operation parameter descriptor for the "src_semi_minor" parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.SRC_SEMI_MINOR
The operation parameter descriptor for the "src_semi_minor" optional parameter value.
|
static ParameterDescriptor<Integer> |
MolodenskiTransform.Provider.TGT_DIM
The number of target geographic dimension (2 or 3).
|
static ParameterDescriptor<Integer> |
GeocentricTranslation.Provider.TGT_DIM
The number of target geographic dimension (2 or 3).
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.TGT_SEMI_MAJOR
The operation parameter descriptor for the "tgt_semi_major" parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.TGT_SEMI_MAJOR
The operation parameter descriptor for the "tgt_semi_major" optional parameter value.
|
static ParameterDescriptor<Double> |
MolodenskiTransform.Provider.TGT_SEMI_MINOR
The operation parameter descriptor for the "tgt_semi_minor" parameter value.
|
static ParameterDescriptor<Double> |
GeocentricTranslation.Provider.TGT_SEMI_MINOR
The operation parameter descriptor for the "tgt_semi_minor" optional parameter value.
|
static ParameterDescriptor<Double> |
SimilarityTransformProvider.TRANSLATION_1
"Ordinate 1 of evaluation point in target CRS" EPSG::8621
|
static ParameterDescriptor<Double> |
SimilarityTransformProvider.TRANSLATION_2
"Ordinate 2 of evaluation point in target CRS" EPSG::8622
|
static ParameterDescriptor<?> |
WarpTransform2DProvider.X_COEFFS
Descriptor for the "
xCoeffs " parameter value. |
static ParameterDescriptor<?> |
WarpTransform2DProvider.Y_COEFFS
Descriptor for the "
yCoeffs " parameter value. |
Modifier and Type | Method and Description |
---|---|
ParameterDescriptor<T> |
ParameterValue.getDescriptor()
Returns the abstract definition of this parameter value.
|
Copyright © 1996–2019 Geotools. All rights reserved.