org.geotools.referencing.operation.projection
Class NewZealandMapGrid.Provider
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection.AbstractProvider
NewZealandMapGrid.Provider
- All Implemented Interfaces:
- Serializable, IdentifiedObject, OperationMethod
- Enclosing class:
- NewZealandMapGrid
public static class NewZealandMapGrid.Provider
- extends MapProjection.AbstractProvider
The math transform
provider for New Zealand Map Grid (EPSG code 27200).
- Since:
- 2.2
- Author:
- Justin Deoliveira
- See Also:
DefaultMathTransformFactory
,
Serialized Form
Methods inherited from class MathTransformProvider |
createDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, getParameter, intValue, stringValue, toMap, value |
Methods inherited from class AbstractIdentifiedObject |
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches |
NewZealandMapGrid.Provider
public NewZealandMapGrid.Provider()
- Constructs a new provider.
createMathTransform
public MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
- Creates a transform from the specified group of parameter values. This method doesn't
check for the spherical case, since the New Zealand Map Grid projection is used with
the International 1924 ellipsoid.
- Specified by:
createMathTransform
in class MathTransformProvider
- Parameters:
parameters
- The group of parameter values.
- Returns:
- The created math transform.
- Throws:
ParameterNotFoundException
- if a required parameter was not found.- See Also:
MathTransformProvider.Delegate
Copyright © 1996-2014 Geotools. All Rights Reserved.