org.citygml4j.jaxb.gml._3_1_1
Class TimeInstantType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.TimeInstantType
public class TimeInstantType
- extends AbstractTimeGeometricPrimitiveType
Omit back-pointers begunBy, endedBy.
Java-Klasse für TimeInstantType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TimeInstantType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTimeGeometricPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}timePosition"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeInstantType
public TimeInstantType()
getTimePosition
public TimePositionType getTimePosition()
- Ruft den Wert der timePosition-Eigenschaft ab.
- Returns:
- possible object is
TimePositionType
setTimePosition
public void setTimePosition(TimePositionType value)
- Legt den Wert der timePosition-Eigenschaft fest.
- Parameters:
value
- allowed object is
TimePositionType
isSetTimePosition
public boolean isSetTimePosition()