public class Parameter extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Parameter(String name,
Measure measure)
Creates a new Parameters defined by his name and his measure.
|
| Modifier and Type | Method and Description |
|---|---|
Measure |
getMeasure()
Returns the measure in which this Parameter is expressed.
|
String |
getName()
Returns the name of this Parameter.
|
public static final String ELLIPSOID
public static final String CENTRAL_MERIDIAN
public static final String LATITUDE_OF_ORIGIN
public static final String STANDARD_PARALLEL_1
public static final String STANDARD_PARALLEL_2
public static final String LATITUDE_OF_TRUE_SCALE
public static final String AZIMUTH
public static final String RECTIFIED_GRID_ANGLE
public static final String SCALE_FACTOR
public static final String FALSE_EASTING
public static final String FALSE_NORTHING
Copyright © 2019 CNRS. All rights reserved.