org.geotoolkit.referencing.operation.provider
Class HotineObliqueMercator.TwoPoint

Object
  extended by FormattableObject
      extended by AbstractIdentifiedObject
          extended by DefaultOperationMethod
              extended by MathTransformProvider
                  extended by MapProjection
                      extended by ObliqueMercator
                          extended by HotineObliqueMercator
                              extended by HotineObliqueMercator.TwoPoint
All Implemented Interfaces:
Serializable, Formattable, Deprecable, LenientComparable, IdentifiedObject, OperationMethod
Enclosing class:
HotineObliqueMercator

@Immutable
public static class HotineObliqueMercator.TwoPoint
extends HotineObliqueMercator

The provider for "Hotine Oblique Mercator" projection specified by two points on the central line. This is different than the classical Hotine Oblique Mercator, which uses a central point and azimuth.

The following table summarizes the parameters recognized by this provider. For a more detailed parameter list, see the PARAMETERS constant.

Operation name: Hotine_Oblique_Mercator_Two_Point_Natural_Origin

Parameter nameDefault value
Semi_Major
Semi_Minor
roll_longitudefalse
Latitude_Of_1st_Point
Longitude_Of_1st_Point
Latitude_Of_2nd_Point
Longitude_Of_2nd_Point
Latitude_Of_Center
Scale_Factor1
False_Easting0 metres
False_Northing0 metres

Since:
2.4
Version:
3.20
Author:
Rueben Schulz (UBC), Martin Desruisseaux (Geomatys)
See Also:
ObliqueMercator, Geotk coordinate operations matrix, Serialized Form
Module:
referencing/geotk-referencing (download)    View source code for this class

Nested Class Summary
 
Nested classes/interfaces inherited from class HotineObliqueMercator
HotineObliqueMercator.TwoPoint
 
Field Summary
static ParameterDescriptor<Double> LAT_OF_1ST_POINT
          Deprecated. Invoke PARAMETERS.descriptor(String) instead.
static ParameterDescriptor<Double> LAT_OF_2ND_POINT
          Deprecated. Invoke PARAMETERS.descriptor(String) instead.
static ParameterDescriptor<Double> LONG_OF_1ST_POINT
          Deprecated. Invoke PARAMETERS.descriptor(String) instead.
static ParameterDescriptor<Double> LONG_OF_2ND_POINT
          Deprecated. Invoke PARAMETERS.descriptor(String) instead.
static ParameterDescriptorGroup PARAMETERS
          The group of all parameters expected by this coordinate operation.
 
Fields inherited from class HotineObliqueMercator
FALSE_EASTING, FALSE_NORTHING
 
Fields inherited from class ObliqueMercator
AZIMUTH, LATITUDE_OF_CENTRE, LONGITUDE_OF_CENTRE, RECTIFIED_GRID_ANGLE, SCALE_FACTOR
 
Fields inherited from class MapProjection
ROLL_LONGITUDE, SEMI_MAJOR, SEMI_MINOR, X_SCALE, XY_PLANE_ROTATION, Y_SCALE
 
Fields inherited from class DefaultOperationMethod
sourceDimension, targetDimension
 
Fields inherited from class FormattableObject
EPSG, GEOTIFF, INTERNAL, OGC, SINGLE_LINE
 
Fields inherited from interface OperationMethod
FORMULA_KEY
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Constructor Summary
HotineObliqueMercator.TwoPoint()
          Constructs a new provider.
 
Method Summary
 
Methods inherited from class ObliqueMercator
createMathTransform, getOperationType
 
Methods inherited from class MathTransformProvider
ensureValidValues, formatWKT
 
Methods inherited from class DefaultOperationMethod
checkDimensions, computeHashCode, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions
 
Methods inherited from class AbstractIdentifiedObject
equals, getAlias, getIdentifier, getIdentifiers, getName, getName, getRemarks, hashCode, isDeprecated, nameMatches
 
Methods inherited from class FormattableObject
getDefaultIndentation, print, setDefaultIndentation, toString, toWKT, toWKT, toWKT, toWKT
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Field Detail

LAT_OF_1ST_POINT

@Deprecated
public static final ParameterDescriptor<Double> LAT_OF_1ST_POINT
Deprecated. Invoke PARAMETERS.descriptor(String) instead.
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

@Deprecated
public static final ParameterDescriptor<Double> LONG_OF_1ST_POINT
Deprecated. Invoke PARAMETERS.descriptor(String) instead.
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

@Deprecated
public static final ParameterDescriptor<Double> LAT_OF_2ND_POINT
Deprecated. Invoke PARAMETERS.descriptor(String) instead.
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

@Deprecated
public static final ParameterDescriptor<Double> LONG_OF_2ND_POINT
Deprecated. Invoke PARAMETERS.descriptor(String) instead.
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 group of all parameters expected by this coordinate operation. The following table lists the operation names and the parameters recognized by Geotk:

Name:ESRI:Hotine_Oblique_Mercator_Two_Point_Natural_Origin
Alias:Geotk:Rectified Skew Orthomorphic (RSO)
Name:ESRI:Semi_Major
Type:Double
Obligation:mandatory
Value range:[0…∞) metres
Name:ESRI:Semi_Minor
Type:Double
Obligation:mandatory
Value range:[0…∞) metres
Name:Geotk:roll_longitude
Type:Boolean
Obligation:optional
Default value:false
Name:ESRI:Latitude_Of_1st_Point
Type:Double
Obligation:mandatory
Value range:[-90 … 90]°
Name:ESRI:Longitude_Of_1st_Point
Type:Double
Obligation:mandatory
Value range:[-180 … 180]°
Name:ESRI:Latitude_Of_2nd_Point
Type:Double
Obligation:mandatory
Value range:[-90 … 90]°
Name:ESRI:Longitude_Of_2nd_Point
Type:Double
Obligation:mandatory
Value range:[-180 … 180]°
Name:ESRI:Latitude_Of_Center
Type:Double
Obligation:mandatory
Value range:[-90 … 90]°
Default value:
Name:ESRI:Scale_Factor
Type:Double
Obligation:mandatory
Value range:[0…∞)
Default value:1
Name:ESRI:False_Easting
Type:Double
Obligation:mandatory
Value range:(-∞ … ∞) metres
Default value:0 metres
Name:ESRI:False_Northing
Type:Double
Obligation:mandatory
Value range:(-∞ … ∞) metres
Default value:0 metres

Constructor Detail

HotineObliqueMercator.TwoPoint

public HotineObliqueMercator.TwoPoint()
Constructs a new provider.



Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.