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

Object
  extended by FormattableObject
      extended by AbstractIdentifiedObject
          extended by DefaultOperationMethod
              extended by MathTransformProvider
                  extended by MapProjection
                      extended by ObliqueMercator
                          extended by 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:
referencing/geotk-referencing (download)    View source code for this class

Nested Class Summary
 
Nested classes/interfaces inherited from class ObliqueMercator
ObliqueMercator.TwoPoint
 
Field Summary
static ParameterDescriptor<Double> LAT_OF_1ST_POINT
          The operation parameter descriptor for the latitudeOf1stPoint parameter value.
static ParameterDescriptor<Double> LAT_OF_2ND_POINT
          The operation parameter descriptor for the latitudeOf2ndPoint parameter value.
static ParameterDescriptor<Double> LONG_OF_1ST_POINT
          The operation parameter descriptor for the longitudeOf1stPoint parameter value.
static ParameterDescriptor<Double> LONG_OF_2ND_POINT
          The operation parameter descriptor for the longitudeOf2ndPoint parameter value.
static ParameterDescriptorGroup PARAMETERS
          The parameters group.
 
Fields inherited from class ObliqueMercator
AZIMUTH, FALSE_EASTING, FALSE_NORTHING, 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
ObliqueMercator.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, nameMatches
 
Methods inherited from class FormattableObject
getDefaultIndentation, print, setDefaultIndentation, toString, 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

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.

Constructor Detail

ObliqueMercator.TwoPoint

public ObliqueMercator.TwoPoint()
Constructs a new provider.



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