org.deegree.crs
Class GeocentricCRSType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.AbstractCRS
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
usedGeodeticDatum
protected String usedGeodeticDatum
GeocentricCRSType
public GeocentricCRSType()
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.