public static class IdrNewZealandMapGrid.Provider
extends AbstractProvider
org.geotools.referencing.operation.MathTransformProvider
for
New Zealand Map Grid.Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
CENTRAL_MERIDIAN_LOCAL
The operation parameter descriptor for the
centralMeridian
parameter value. |
static ParameterDescriptor |
FALSE_EASTING_LOCAL
The operation parameter descriptor for the
falseEasting
parameter value. |
static ParameterDescriptor |
FALSE_NORTHING_LOCAL
The operation parameter descriptor for the
falseNorthing
parameter value. |
static ParameterDescriptor |
LATITUDE_OF_ORIGIN_LOCAL
The operation parameter descriptor for the
latitudeOfOrigin
parameter value. |
static ParameterDescriptor |
SEMI_MAJOR_LOCAL
The operation parameter descriptor for the
semiMajor parameter value. |
static ParameterDescriptor |
SEMI_MINOR_LOCAL
The operation parameter descriptor for the
semiMinor parameter value. |
Constructor and Description |
---|
IdrNewZealandMapGrid.Provider()
Constructs a new provider.
|
Modifier and Type | Method and Description |
---|---|
MathTransform |
createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.
|
public static final ParameterDescriptor SEMI_MAJOR_LOCAL
semiMajor
parameter value.
Valid values range is from 0 to infinity. This parameter is mandatory.public static final ParameterDescriptor SEMI_MINOR_LOCAL
semiMinor
parameter value.
Valid values range is from 0 to infinity. This parameter is mandatory.public static final ParameterDescriptor CENTRAL_MERIDIAN_LOCAL
centralMeridian
parameter value. Valid values range is from -180 to 180. Default value is 0.public static final ParameterDescriptor LATITUDE_OF_ORIGIN_LOCAL
latitudeOfOrigin
parameter value. Valid values range is from -90 to 90. Default value is 0.public static final ParameterDescriptor FALSE_EASTING_LOCAL
falseEasting
parameter value. Valid values range is unrestricted. Default value is 0.public static final ParameterDescriptor FALSE_NORTHING_LOCAL
falseNorthing
parameter value. Valid values range is unrestricted. Default value is 0.public IdrNewZealandMapGrid.Provider()
public MathTransform createMathTransform(ParameterValueGroup parameters) throws ParameterNotFoundException
parameters
- The group of parameter values.ParameterNotFoundException
- if a required parameter was not found.