public static class IdrTransverseMercator.Provider_TransverseMercatorZonedGridSystem extends IdrTransverseMercator.Provider
| Modifier and Type | Field and Description |
|---|---|
static ParameterDescriptor |
INITIAL_LONGITUDE
Constructs a new provider.
|
static ParameterDescriptor |
SCALE_FACTOR_LOCAL |
static ParameterDescriptor |
ZONE_WIDTH |
| Constructor and Description |
|---|
Provider_TransverseMercatorZonedGridSystem() |
| Modifier and Type | Method and Description |
|---|---|
MathTransform |
createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.
|
protected java.lang.Class |
getOperationType()
Returns the operation type for this map projection.
|
public static final ParameterDescriptor INITIAL_LONGITUDE
public static final ParameterDescriptor ZONE_WIDTH
public static final ParameterDescriptor SCALE_FACTOR_LOCAL
public Provider_TransverseMercatorZonedGridSystem()
protected java.lang.Class getOperationType()
IdrTransverseMercator.ProvidergetOperationType in class IdrTransverseMercator.Providerpublic MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
createMathTransform in class IdrTransverseMercator.Providerparameters - The group of parameter values.ParameterNotFoundException - if a required parameter was not found.