org.geotools.referencing.operation.projection
Class PolarStereographic.ProviderB
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection.AbstractProvider
Stereographic.Provider
PolarStereographic.ProviderB
- All Implemented Interfaces:
- Serializable, IdentifiedObject, OperationMethod
- Enclosing class:
- PolarStereographic
public static final class PolarStereographic.ProviderB
- extends Stereographic.Provider
The math transform
provider for a Polar Stereographic (Variant B)
projection. This provider includes a "Standard_Parallel_1" parameter and determines
the hemisphere of the projection from the Standard_Parallel_1 value. It also 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 |
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°N.
PolarStereographic.ProviderB
public PolarStereographic.ProviderB()
- 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.