org.geotools.referencing.operation.projection
Class PolarStereographic.ProviderSouth
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection.AbstractProvider
Stereographic.Provider
PolarStereographic.ProviderSouth
- All Implemented Interfaces:
- Serializable, IdentifiedObject, OperationMethod
- Enclosing class:
- PolarStereographic
public static final class PolarStereographic.ProviderSouth
- extends Stereographic.Provider
The math transform
provider for a South Polar Stereographic projection.
This provider sets the "latitude_of_origin" parameter to -90.0 degrees and uses the
iterative equations for the inverse elliptical calculations.
- Since:
- 2.4
- Author:
- Rueben Schulz
- See Also:
DefaultMathTransformFactory
,
Serialized Form
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 |
STANDARD_PARALLEL
public static final ParameterDescriptor STANDARD_PARALLEL
- The operation parameter descriptor for the
standardParallel
parameter value. Valid values range is from -90 to 90°. The default
value is 90°S.
PolarStereographic.ProviderSouth
public PolarStereographic.ProviderSouth()
- 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-2009 Geotools. All Rights Reserved.