org.deegree.crs
Class GeocentricCRSType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.AbstractCRS
          extended by org.deegree.crs.GeocentricCRSType

public class GeocentricCRSType
extends AbstractCRS

A geocentricCRS is a coordinate system which is defined with it's center at the earths mass.

Java class for GeocentricCRSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GeocentricCRSType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}AbstractCRS">
       <sequence>
         <element name="UsedGeodeticDatum" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.crs.AbstractCRS
AbstractCRS.PolynomialTransformation
 
Field Summary
protected  String usedGeodeticDatum
           
 
Fields inherited from class org.deegree.crs.AbstractCRS
axis, polynomialTransformation
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
GeocentricCRSType()
           
 
Method Summary
 String getUsedGeodeticDatum()
          Gets the value of the usedGeodeticDatum property.
 void setUsedGeodeticDatum(String value)
          Sets the value of the usedGeodeticDatum property.
 
Methods inherited from class org.deegree.crs.AbstractCRS
getAxis, getPolynomialTransformation, setPolynomialTransformation
 
Methods inherited from class org.deegree.crs.Identifiable
getId, getNameOrVersionOrDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usedGeodeticDatum

protected String usedGeodeticDatum
Constructor Detail

GeocentricCRSType

public GeocentricCRSType()
Method Detail

getUsedGeodeticDatum

public String getUsedGeodeticDatum()
Gets the value of the usedGeodeticDatum property.

Returns:
possible object is String

setUsedGeodeticDatum

public void setUsedGeodeticDatum(String value)
Sets the value of the usedGeodeticDatum property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.