org.geotoolkit.referencing.operation.provider
Class ObliqueMercator.TwoPoint
Object
FormattableObject
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection
ObliqueMercator
ObliqueMercator.TwoPoint
- All Implemented Interfaces:
- Serializable, Formattable, LenientComparable, IdentifiedObject, OperationMethod
- Enclosing class:
- ObliqueMercator
@Immutable
public static class ObliqueMercator.TwoPoint
- extends ObliqueMercator
The provider for "Oblique Mercator" projection specified with two points
on the central line. This is different than the classical Oblique Mercator, which uses a central point and azimuth.
- Since:
- 2.1
- Version:
- 3.00
- Author:
- Rueben Schulz (UBC), Martin Desruisseaux (Geomatys)
- See Also:
ObliqueMercator,
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 |
LAT_OF_1ST_POINT
public static final ParameterDescriptor<Double> LAT_OF_1ST_POINT
- The operation parameter descriptor for the
latitudeOf1stPoint parameter value.
Valid values range is [-90 … 90]°. This parameter is mandatory and has no
default value.
LONG_OF_1ST_POINT
public static final ParameterDescriptor<Double> LONG_OF_1ST_POINT
- The operation parameter descriptor for the
longitudeOf1stPoint parameter value.
Valid values range is [-180 … 180]°. This parameter is mandatory and has no
default value.
LAT_OF_2ND_POINT
public static final ParameterDescriptor<Double> LAT_OF_2ND_POINT
- The operation parameter descriptor for the
latitudeOf2ndPoint parameter value.
Valid values range is [-90 … 90]°. This parameter is mandatory and has no
default value.
LONG_OF_2ND_POINT
public static final ParameterDescriptor<Double> LONG_OF_2ND_POINT
- The operation parameter descriptor for the
longitudeOf2ndPoint parameter value.
Valid values range is [-180 … 180]°. This parameter is mandatory and has no
default value.
PARAMETERS
public static final ParameterDescriptorGroup PARAMETERS
- The parameters group.
ObliqueMercator.TwoPoint
public ObliqueMercator.TwoPoint()
- Constructs a new provider.
Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.