net.opengis.gml
Class TemporalDatumBaseType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractDatumBaseType
net.opengis.gml.AbstractDatumType
net.opengis.gml.TemporalDatumBaseType
- Direct Known Subclasses:
- TemporalDatumType
public abstract class TemporalDatumBaseType
- extends AbstractDatumType
Partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorPoint" and "realizationEpoch" elements.
Classe Java pour TemporalDatumBaseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TemporalDatumBaseType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}AbstractDatumType">
<sequence>
<element ref="{http://www.opengis.net/gml}metaDataProperty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}datumName"/>
<element ref="{http://www.opengis.net/gml}datumID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}validArea" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}scope" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}id use="required""/>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.AbstractDatumType |
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemporalDatumBaseType
public TemporalDatumBaseType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.