org.geotoolkit.referencing.operation.provider
Class HotineObliqueMercator.TwoPoint
Object
FormattableObject
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection
ObliqueMercator
HotineObliqueMercator
HotineObliqueMercator.TwoPoint
- All Implemented Interfaces:
- Serializable, Formattable, LenientComparable, IdentifiedObject, OperationMethod
- Enclosing class:
- HotineObliqueMercator
@Immutable
public static class HotineObliqueMercator.TwoPoint
- extends HotineObliqueMercator
The provider for "Hotine Oblique Mercator" projection specified with two points
on the central line. This is different than the classical Hotine Oblique Mercator, which uses a central point and azimuth.
- Since:
- 2.4
- 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.
HotineObliqueMercator.TwoPoint
public HotineObliqueMercator.TwoPoint()
- Constructs a new provider.
Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.