Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
AZIMUTH
The operation parameter descriptor for the parameter
value.
|
static ParameterDescriptor |
FALSEEASTING
The operation parameter descriptor for the
scaleFactor
parameter value. |
static ParameterDescriptor |
FALSENORTHING
The operation parameter descriptor for the
scaleFactor
parameter value. |
static ParameterDescriptor |
LATITUDE_OF_CENTER
The operation parameter descriptor for the parameter value.
|
static ParameterDescriptor |
LONGITUDE_OF_CENTER
The operation parameter descriptor for the parameter value.
|
static ParameterDescriptor |
PSEUDO_STANDARD_PARALLEL
The operation parameter descriptor for the pseudo pseudi standard parallel parameter value.
|
static ParameterDescriptor |
SCALE_FACTOR
The operation parameter descriptor for the
scaleFactor
parameter value. |
Constructor and Description |
---|
IdrKrovak.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.
|
protected Class |
getOperationType()
Returns the operation type for this map projection.
|
public static final ParameterDescriptor LATITUDE_OF_CENTER
public static final ParameterDescriptor LONGITUDE_OF_CENTER
public static final ParameterDescriptor AZIMUTH
public static final ParameterDescriptor PSEUDO_STANDARD_PARALLEL
public static final ParameterDescriptor SCALE_FACTOR
scaleFactor
parameter value. Valid values range is from 0 to infinity. Default value is 1.public static final ParameterDescriptor FALSEEASTING
scaleFactor
parameter value. Valid values range is from 0 to infinity. Default value is 1.public static final ParameterDescriptor FALSENORTHING
scaleFactor
parameter value. Valid values range is from 0 to infinity. Default value is 1.protected Class getOperationType()
public MathTransform createMathTransform(ParameterValueGroup parameters) throws ParameterNotFoundException
parameters
- The group of parameter values.ParameterNotFoundException
- if a required parameter was not found.