org.deegree.crs.coordinatesystems
Class GeocentricCRS
java.lang.Object
org.deegree.crs.CRSIdentifiable
org.deegree.crs.coordinatesystems.CoordinateSystem
org.deegree.crs.coordinatesystems.GeocentricCRS
public class GeocentricCRS
- extends CoordinateSystem
A GeocentricCRS
is a coordinatesystem having three axis and a mass point defined to be equivalent to
earths center.
- Version:
- $Revision: 22635 $, $Date: 2010-02-19 11:33:08 +0100 (Fr, 19 Feb 2010) $
- Author:
- Rutger Bezema, last edited by: $Author: rbezema $
Constructor Summary |
GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSCodeType code)
|
GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSCodeType[] codes,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
|
GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSCodeType code,
String name,
String version,
String description,
String areaOfUse)
|
GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSIdentifiable identity)
|
GeocentricCRS(GeodeticDatum datum,
CRSCodeType code,
String name)
Geocentric crs with it's axis pointing to x=front, y=east, z=north. |
GeocentricCRS(List<Transformation> transformations,
GeodeticDatum usedDatum,
Axis[] axisOrder,
CRSIdentifiable identity)
|
Methods inherited from class org.deegree.crs.coordinatesystems.CoordinateSystem |
convertToAxis, equals, getAxis, getDatum, getDirectTransformation, getEasting, getGeodeticDatum, getNorthing, getTransformations, getTypeName, getUnits, hasDirectTransformation, hashCode, toString |
Methods inherited from class org.deegree.crs.CRSIdentifiable |
addAreaOfUse, addName, checkForNullObject, checkForNullObject, checkForNullObject, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion |
WGS84
public static final GeocentricCRS WGS84
- The default geocentric coordinate system. Geocentric datum is WGS84 and linear units are metre. The X
axis points towards the prime meridian (e.g. front). The Y axis points East. The Z axis
points North.
GeocentricCRS
public GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSIdentifiable identity)
- Parameters:
datum
- axisOrder
- identity
-
GeocentricCRS
public GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSCodeType[] codes,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
- Parameters:
datum
- axisOrder
- codes
- names
- versions
- descriptions
- areasOfUse
-
GeocentricCRS
public GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSCodeType code,
String name,
String version,
String description,
String areaOfUse)
- Parameters:
datum
- axisOrder
- code
- name
- version
- description
- areaOfUse
-
GeocentricCRS
public GeocentricCRS(GeodeticDatum datum,
Axis[] axisOrder,
CRSCodeType code)
- Parameters:
datum
- axisOrder
- code
-
GeocentricCRS
public GeocentricCRS(GeodeticDatum datum,
CRSCodeType code,
String name)
- Geocentric crs with it's axis pointing to x=front, y=east, z=north.
- Parameters:
datum
- code
- name
-
GeocentricCRS
public GeocentricCRS(List<Transformation> transformations,
GeodeticDatum usedDatum,
Axis[] axisOrder,
CRSIdentifiable identity)
- Parameters:
transformations
- usedDatum
- axisOrder
- identity
-
getType
public int getType()
- Specified by:
getType
in class CoordinateSystem
- Returns:
- one of the *_CRS types defined in this class.
getDimension
public int getDimension()
- Specified by:
getDimension
in class CoordinateSystem
- Returns:
- the dimension of this CRS.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>