org.citygml4j.jaxb.gml._3_1_1
Class TemporalCRSType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
                  extended by org.citygml4j.jaxb.gml._3_1_1.TemporalCRSType

public class TemporalCRSType
extends AbstractReferenceSystemType

A 1D coordinate reference system used for the recording of time.

Java class for TemporalCRSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TemporalCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}usesTemporalCS"/>
         <element ref="{http://www.opengis.net/gml}usesTemporalDatum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TemporalCRSType()
           
 
Method Summary
 TemporalCSRefType getUsesTemporalCS()
          Gets the value of the usesTemporalCS property.
 TemporalDatumRefType getUsesTemporalDatum()
          Gets the value of the usesTemporalDatum property.
 boolean isSetUsesTemporalCS()
           
 boolean isSetUsesTemporalDatum()
           
 void setUsesTemporalCS(TemporalCSRefType value)
          Sets the value of the usesTemporalCS property.
 void setUsesTemporalDatum(TemporalDatumRefType value)
          Sets the value of the usesTemporalDatum property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setSrsID, setValidArea, unsetSrsID
 
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

TemporalCRSType

public TemporalCRSType()
Method Detail

getUsesTemporalCS

public TemporalCSRefType getUsesTemporalCS()
Gets the value of the usesTemporalCS property.

Returns:
possible object is TemporalCSRefType

setUsesTemporalCS

public void setUsesTemporalCS(TemporalCSRefType value)
Sets the value of the usesTemporalCS property.

Parameters:
value - allowed object is TemporalCSRefType

isSetUsesTemporalCS

public boolean isSetUsesTemporalCS()

getUsesTemporalDatum

public TemporalDatumRefType getUsesTemporalDatum()
Gets the value of the usesTemporalDatum property.

Returns:
possible object is TemporalDatumRefType

setUsesTemporalDatum

public void setUsesTemporalDatum(TemporalDatumRefType value)
Sets the value of the usesTemporalDatum property.

Parameters:
value - allowed object is TemporalDatumRefType

isSetUsesTemporalDatum

public boolean isSetUsesTemporalDatum()