org.cts
Class Parameter

java.lang.Object
  extended by org.cts.Parameter

public class Parameter
extends Object


Field Summary
static String AZIMUTH
          Key to access azimuth of the initial line of oblique projections.
static String CENTRAL_MERIDIAN
          Key to access central meridian, one possible parameter of the projection.
static String ELLIPSOID
           
static String FALSE_EASTING
          Key to access false_easting, one possible parameter of the projection.
static String FALSE_NORTHING
          Key to access false_northing, one possible parameter of the projection.
static String LATITUDE_OF_ORIGIN
          Key to access latitude of origin, one possible parameter of the projection.
static String LATITUDE_OF_TRUE_SCALE
          Key to access latitude of true scale, one possible parameter of the projection.
static String RECTIFIED_GRID_ANGLE
          Key to access angle from the rectified grid to the skew (oblique) grid of oblique projections.
static String SCALE_FACTOR
          Key to access scale factor, one possible parameter of the projection.
static String STANDARD_PARALLEL_1
          Key to access the first standard parallel of secant conformal conic projections.
static String STANDARD_PARALLEL_2
          Key to access the second standard parallel of secant conformal conic projections.
 
Constructor Summary
Parameter(String name, Measure measure)
          Creates a new Parameters defined by his name and his measure.
 
Method Summary
 Measure getMeasure()
          Returns the measure in which this Parameter is expressed.
 String getName()
          Returns the name of this Parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELLIPSOID

public static final String ELLIPSOID
See Also:
Constant Field Values

CENTRAL_MERIDIAN

public static final String CENTRAL_MERIDIAN
Key to access central meridian, one possible parameter of the projection.

See Also:
Constant Field Values

LATITUDE_OF_ORIGIN

public static final String LATITUDE_OF_ORIGIN
Key to access latitude of origin, one possible parameter of the projection.

See Also:
Constant Field Values

STANDARD_PARALLEL_1

public static final String STANDARD_PARALLEL_1
Key to access the first standard parallel of secant conformal conic projections.

See Also:
Constant Field Values

STANDARD_PARALLEL_2

public static final String STANDARD_PARALLEL_2
Key to access the second standard parallel of secant conformal conic projections.

See Also:
Constant Field Values

LATITUDE_OF_TRUE_SCALE

public static final String LATITUDE_OF_TRUE_SCALE
Key to access latitude of true scale, one possible parameter of the projection.

See Also:
Constant Field Values

AZIMUTH

public static final String AZIMUTH
Key to access azimuth of the initial line of oblique projections.

See Also:
Constant Field Values

RECTIFIED_GRID_ANGLE

public static final String RECTIFIED_GRID_ANGLE
Key to access angle from the rectified grid to the skew (oblique) grid of oblique projections.

See Also:
Constant Field Values

SCALE_FACTOR

public static final String SCALE_FACTOR
Key to access scale factor, one possible parameter of the projection.

See Also:
Constant Field Values

FALSE_EASTING

public static final String FALSE_EASTING
Key to access false_easting, one possible parameter of the projection.

See Also:
Constant Field Values

FALSE_NORTHING

public static final String FALSE_NORTHING
Key to access false_northing, one possible parameter of the projection.

See Also:
Constant Field Values
Constructor Detail

Parameter

public Parameter(String name,
                 Measure measure)
Creates a new Parameters defined by his name and his measure.

Parameters:
name - the name of the new parameter (ex : latitude, false northing)
measure - the measure in which the parameter is expressed (ex : degrees, meters)
Method Detail

getName

public String getName()
Returns the name of this Parameter.


getMeasure

public Measure getMeasure()
Returns the measure in which this Parameter is expressed.



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.