org.geotoolkit.referencing.operation.provider
Class PolarStereographic.VariantB
Object
FormattableObject
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection
Stereographic
PolarStereographic
PolarStereographic.VariantB
- All Implemented Interfaces:
- Serializable, Formattable, LenientComparable, IdentifiedObject, OperationMethod
- Enclosing class:
- PolarStereographic
@Immutable
public static class PolarStereographic.VariantB
- extends PolarStereographic
The provider for "Polar Stereographic (Variant B)" projection (EPSG:9829).
This provider includes a "Standard_Parallel_1" parameter and determines
the hemisphere of the projection from the Standard_Parallel_1 value.
- Since:
- 2.4
- Version:
- 3.00
- Author:
- Rueben Schulz (UBC), Martin Desruisseaux (Geomatys)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class AbstractIdentifiedObject |
equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, hashCode, nameMatches, nameMatches, nameMatches |
CENTRAL_MERIDIAN
public static final ParameterDescriptor<Double> CENTRAL_MERIDIAN
- The operation parameter descriptor for the central meridian parameter value.
This parameter is mandatory.
Valid values range is [-180 … 180]° and default value is 0°.
STANDARD_PARALLEL
public static final ParameterDescriptor<Double> STANDARD_PARALLEL
- The operation parameter descriptor for the
standardParallel parameter value.
Valid values range is from [-90 … 90]° and default value is 90°N.
PARAMETERS
public static final ParameterDescriptorGroup PARAMETERS
- The parameters group.
PolarStereographic.VariantB
public PolarStereographic.VariantB()
- Constructs a new provider.
Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.