org.geotools.referencing.operation.projection
Class PolarStereographic.ProviderA
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection.AbstractProvider
Stereographic.Provider
PolarStereographic.ProviderA
- All Implemented Interfaces:
- Serializable, IdentifiedObject, OperationMethod
- Enclosing class:
- PolarStereographic
public static final class PolarStereographic.ProviderA
- extends Stereographic.Provider
The math transform
provider for a Polar Stereographic projection. This
provider uses the series equations for the inverse elliptical calculations.
- Since:
- 2.4
- Author:
- Rueben Schulz
- 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 |
PolarStereographic.ProviderA
public PolarStereographic.ProviderA()
- Constructs a new provider.
createMathTransform
public MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
- Creates a transform from the specified group of parameter values.
- Overrides:
createMathTransform
in class Stereographic.Provider
- 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.