|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeReferenceSystemType
org.citygml4j.jaxb.gml._3_1_1.TimeCoordinateSystemType
public class TimeCoordinateSystemType
A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.
Java-Klasse für TimeCoordinateSystemType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TimeCoordinateSystemType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTimeReferenceSystemType"> <sequence> <choice> <element name="originPosition" type="{http://www.opengis.net/gml}TimePositionType"/> <element name="origin" type="{http://www.opengis.net/gml}TimeInstantPropertyType"/> </choice> <element name="interval" type="{http://www.opengis.net/gml}TimeIntervalLengthType"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TimeCoordinateSystemType()
|
Method Summary | |
---|---|
TimeIntervalLengthType |
getInterval()
Ruft den Wert der interval-Eigenschaft ab. |
TimeInstantPropertyType |
getOrigin()
Ruft den Wert der origin-Eigenschaft ab. |
TimePositionType |
getOriginPosition()
Ruft den Wert der originPosition-Eigenschaft ab. |
boolean |
isSetInterval()
|
boolean |
isSetOrigin()
|
boolean |
isSetOriginPosition()
|
void |
setInterval(TimeIntervalLengthType value)
Legt den Wert der interval-Eigenschaft fest. |
void |
setOrigin(TimeInstantPropertyType value)
Legt den Wert der origin-Eigenschaft fest. |
void |
setOriginPosition(TimePositionType value)
Legt den Wert der originPosition-Eigenschaft fest. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimeReferenceSystemType |
---|
getDomainOfValidity, isSetDomainOfValidity, setDomainOfValidity |
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 |
Constructor Detail |
---|
public TimeCoordinateSystemType()
Method Detail |
---|
public TimePositionType getOriginPosition()
TimePositionType
public void setOriginPosition(TimePositionType value)
value
- allowed object is
TimePositionType
public boolean isSetOriginPosition()
public TimeInstantPropertyType getOrigin()
TimeInstantPropertyType
public void setOrigin(TimeInstantPropertyType value)
value
- allowed object is
TimeInstantPropertyType
public boolean isSetOrigin()
public TimeIntervalLengthType getInterval()
TimeIntervalLengthType
public void setInterval(TimeIntervalLengthType value)
value
- allowed object is
TimeIntervalLengthType
public boolean isSetInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |