org.deegree.cs.coordinatesystems
Class GeocentricCRS

java.lang.Object
  extended by org.deegree.cs.CRSIdentifiable
      extended by org.deegree.cs.coordinatesystems.CoordinateSystem
          extended by org.deegree.cs.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: 23245 $, $Date: 2010-03-25 10:45:24 +0100 (Do, 25. Mär 2010) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.cs.coordinatesystems.CoordinateSystem
CoordinateSystem.CRSType
 
Field Summary
static GeocentricCRS WGS84
          The default geocentric coordinate system.
 
Constructor Summary
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType[] codes, java.lang.String[] names, java.lang.String[] versions, java.lang.String[] descriptions, java.lang.String[] areasOfUse)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSCodeType code, java.lang.String name, java.lang.String version, java.lang.String description, java.lang.String areaOfUse)
           
GeocentricCRS(GeodeticDatum datum, Axis[] axisOrder, CRSIdentifiable identity)
           
GeocentricCRS(GeodeticDatum datum, CRSCodeType code, java.lang.String name)
          Geocentric crs with it's axis pointing to x=front, y=east, z=north.
GeocentricCRS(java.util.List<Transformation> transformations, GeodeticDatum usedDatum, Axis[] axisOrder, CRSIdentifiable identity)
           
 
Method Summary
 int getDimension()
           
 CoordinateSystem.CRSType getType()
           
 
Methods inherited from class org.deegree.cs.coordinatesystems.CoordinateSystem
convertToAxis, equals, getAxis, getDatum, getDirectTransformation, getEasting, getGeodeticDatum, getNorthing, getTransformations, getTypeName, getUnits, getValidDomain, hasDirectTransformation, hashCode, toString
 
Methods inherited from class org.deegree.cs.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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

GeocentricCRS

public GeocentricCRS(GeodeticDatum datum,
                     Axis[] axisOrder,
                     CRSIdentifiable identity)
Parameters:
datum -
axisOrder -
identity -

GeocentricCRS

public GeocentricCRS(GeodeticDatum datum,
                     Axis[] axisOrder,
                     CRSCodeType[] codes,
                     java.lang.String[] names,
                     java.lang.String[] versions,
                     java.lang.String[] descriptions,
                     java.lang.String[] areasOfUse)
Parameters:
datum -
axisOrder -
codes -
names -
versions -
descriptions -
areasOfUse -

GeocentricCRS

public GeocentricCRS(GeodeticDatum datum,
                     Axis[] axisOrder,
                     CRSCodeType code,
                     java.lang.String name,
                     java.lang.String version,
                     java.lang.String description,
                     java.lang.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,
                     java.lang.String name)
Geocentric crs with it's axis pointing to x=front, y=east, z=north.

Parameters:
datum -
code -
name -

GeocentricCRS

public GeocentricCRS(java.util.List<Transformation> transformations,
                     GeodeticDatum usedDatum,
                     Axis[] axisOrder,
                     CRSIdentifiable identity)
Parameters:
transformations -
usedDatum -
axisOrder -
identity -
Method Detail

getType

public CoordinateSystem.CRSType 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.


Copyright © 2011. All Rights Reserved.