public static final class IdrMercator.Provider1SP
extends AbstractProvider
MathTransformProvider for a IdrMercator 1SP projection.org.geotools.referencing.operation.DefaultMathTransformFactory| Modifier and Type | Field and Description |
|---|---|
static ParameterDescriptor |
LATITUDE_OF_ORIGIN
The parameters group.
|
| Constructor and Description |
|---|
IdrMercator.Provider1SP()
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_ORIGIN
public IdrMercator.Provider1SP()
protected Class getOperationType()
public MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
parameters - The group of parameter values.ParameterNotFoundException - if a required parameter was not found.