|
||||||||||
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 class for TimeCoordinateSystemType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the interval property. |
TimeInstantPropertyType |
getOrigin()
Gets the value of the origin property. |
TimePositionType |
getOriginPosition()
Gets the value of the originPosition property. |
boolean |
isSetInterval()
|
boolean |
isSetOrigin()
|
boolean |
isSetOriginPosition()
|
void |
setInterval(TimeIntervalLengthType value)
Sets the value of the interval property. |
void |
setOrigin(TimeInstantPropertyType value)
Sets the value of the origin property. |
void |
setOriginPosition(TimePositionType value)
Sets the value of the originPosition property. |
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 |