org.deegree.crs
Class DatumDefinitions
java.lang.Object
org.deegree.crs.Definitions
org.deegree.crs.DatumDefinitions
public class DatumDefinitions
- extends Definitions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/crs}_Definitions">
<sequence>
<element name="GeodeticDatum" type="{http://www.deegree.org/crs}GeodeticDatumType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
geodeticDatum
protected List<GeodeticDatumType> geodeticDatum
DatumDefinitions
public DatumDefinitions()
getGeodeticDatum
public List<GeodeticDatumType> getGeodeticDatum()
- Gets the value of the geodeticDatum property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the geodeticDatum property.
For example, to add a new item, do as follows:
getGeodeticDatum().add(newItem);
Objects of the following type(s) are allowed in the list
GeodeticDatumType
Copyright © 2011. All Rights Reserved.