public static class IdrLabordeMadagascar.Provider
extends AbstractProvider
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor |
AZIMUTH
The operation parameter descriptor for the
#alpha_c
parameter value. |
static ParameterDescriptor |
FALSE_EASTING_LOCAL |
static ParameterDescriptor |
FALSE_NORTHING_LOCAL |
static ParameterDescriptor |
LAT_OF_CENTRE
The operation parameter descriptor for the
IdrLabordeMadagascar.latitudeOfCentre
parameter value. |
static ParameterDescriptor |
LONG_OF_CENTRE
The operation parameter descriptor for the
IdrLabordeMadagascar.longitudeOfCentre
parameter value. |
static ParameterDescriptor |
SCALE_FACTOR_LOCAL |
Modifier | Constructor and Description |
---|---|
|
IdrLabordeMadagascar.Provider()
Constructs a new provider.
|
protected |
IdrLabordeMadagascar.Provider(ParameterDescriptorGroup params)
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 SCALE_FACTOR_LOCAL
public static final ParameterDescriptor FALSE_EASTING_LOCAL
public static final ParameterDescriptor FALSE_NORTHING_LOCAL
public static final ParameterDescriptor LAT_OF_CENTRE
IdrLabordeMadagascar.latitudeOfCentre
parameter value. Valid values range is from -90 to 90. Default value is 0.public static final ParameterDescriptor LONG_OF_CENTRE
IdrLabordeMadagascar.longitudeOfCentre
parameter value. Valid values range is from -180 to 180. Default value is 0.public static final ParameterDescriptor AZIMUTH
#alpha_c
parameter value. Valid values range is from -360 to -270, -90 to 90,
and 270 to 360 degrees. Default value is 0.public IdrLabordeMadagascar.Provider()
protected IdrLabordeMadagascar.Provider(ParameterDescriptorGroup params)
protected Class getOperationType()
public MathTransform createMathTransform(ParameterValueGroup parameters) throws ParameterNotFoundException
parameters
- The group of parameter values.ParameterNotFoundException
- if a required parameter was not found.