|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectebgeo.maprequest.cs.MRCoordinateSystem
A coordinate system. For MapRequest a coordinate system is the combination
of a datum and projection. For any mathematical operations the WKT form of
these objects are combined to produce a geotools CoordinateSystem
.
Field Summary | |
static String |
REALM_OZI_EXPLORER
Realm to represent OziExplorer common names. |
static String |
REALM_OZI_EXPLORER_CODE
Realm to represent OziExplorer codes. |
static String |
REALM_OZI_EXPLORER_PROJECTION_PARAMS
Realm to represent OziExplorer map projection parameters. |
static String |
REALM_OZI_EXPLORER_UNIT_MULTIPLIER
Realm to represent OziExplorer unit multiplier |
static String |
REALM_OZI_EXPLORER_USE_LATLONG_FOR_GRID
Realm to tell OziExplorer to output grid coordinates as lat/long |
Constructor Summary | |
MRCoordinateSystem(MRDatum datum,
MRProjection projection)
Construct a coordinate system from a datum and projection. |
Method Summary | |
CoordinatePoint |
convertToLatLong(CoordinatePoint point)
Convert a point to latitude/longitude. |
CoordinatePoint |
convertToLatLongWGS84(CoordinatePoint point)
Convert a point to latitude/longitude and WGS84. |
static MRCoordinateSystem |
getCS(String datum,
String projection)
Get a coordinate system from a datum and projection. |
MRDatum |
getDatum()
Get the datum for this coordinate system. |
CoordinateSystem |
getGeotoolsCS()
Get the CoordinateSystem object for this coordinate system. |
MRProjection |
getProjection()
Get the projection for this coordinate system. |
boolean |
isKnownCoordinateSystem()
Check if this is a "known" coordinate system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String REALM_OZI_EXPLORER
public static String REALM_OZI_EXPLORER_CODE
public static String REALM_OZI_EXPLORER_PROJECTION_PARAMS
public static String REALM_OZI_EXPLORER_UNIT_MULTIPLIER
public static String REALM_OZI_EXPLORER_USE_LATLONG_FOR_GRID
Constructor Detail |
public MRCoordinateSystem(MRDatum datum, MRProjection projection)
datum
- The datum.projection
- The projection.isKnownCoordinateSystem()
Method Detail |
public MRDatum getDatum()
public MRProjection getProjection()
public CoordinateSystem getGeotoolsCS()
public static MRCoordinateSystem getCS(String datum, String projection)
datum
- The well known name of a datum.projection
- The well known name of a projection.public CoordinatePoint convertToLatLongWGS84(CoordinatePoint point)
point
- A point that uses the coordinate system of this object.
public CoordinatePoint convertToLatLong(CoordinatePoint point)
point
- A point that uses the coordinate system of this object.
public boolean isKnownCoordinateSystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |