|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cts.Parameter
public class Parameter
| 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 |
|---|
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
| Constructor Detail |
|---|
public Parameter(String name,
Measure measure)
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 |
|---|
public String getName()
public Measure getMeasure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||