public static class IdrAzimuthalEquidistant.Provider_Guam extends IdrAzimuthalEquidistant.Provider
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
IdrAzimuthalEquidistant.Provider_Guam()
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 IdrAzimuthalEquidistant.Provider_Guam()
protected Class getOperationType()
getOperationType
in class IdrAzimuthalEquidistant.Provider
public MathTransform createMathTransform(ParameterValueGroup parameters) throws ParameterNotFoundException
createMathTransform
in class IdrAzimuthalEquidistant.Provider
parameters
- The group of parameter values.ParameterNotFoundException
- if a required parameter was not found.