org.deegree.crs
Class GeographicCRSType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.AbstractCRS
org.deegree.crs.GeographicCRSType
public class GeographicCRSType
- extends AbstractCRS
A geographic crs is defined on a datum. The value should be a valid id of an element in the
configuration.
Java class for GeographicCRSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeographicCRSType">
<complexContent>
<extension base="{http://www.deegree.org/crs}AbstractCRS">
<sequence>
<element name="UsedDatum" 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 |
usedDatum
protected String usedDatum
GeographicCRSType
public GeographicCRSType()
getUsedDatum
public String getUsedDatum()
- Gets the value of the usedDatum property.
- Returns:
- possible object is
String
setUsedDatum
public void setUsedDatum(String value)
- Sets the value of the usedDatum property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.