|
||||||||||
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.AbstractReferenceSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
org.citygml4j.jaxb.gml._3_1_1.TemporalCRSType
public class TemporalCRSType
A 1D coordinate reference system used for the recording of time.
Java-Klasse für TemporalCRSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der usesTemporalCS-Eigenschaft ab. |
TemporalDatumRefType |
getUsesTemporalDatum()
Ruft den Wert der usesTemporalDatum-Eigenschaft ab. |
boolean |
isSetUsesTemporalCS()
|
boolean |
isSetUsesTemporalDatum()
|
void |
setUsesTemporalCS(TemporalCSRefType value)
Legt den Wert der usesTemporalCS-Eigenschaft fest. |
void |
setUsesTemporalDatum(TemporalDatumRefType value)
Legt den Wert der usesTemporalDatum-Eigenschaft fest. |
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 |
---|
public TemporalCRSType()
Method Detail |
---|
public TemporalCSRefType getUsesTemporalCS()
TemporalCSRefType
public void setUsesTemporalCS(TemporalCSRefType value)
value
- allowed object is
TemporalCSRefType
public boolean isSetUsesTemporalCS()
public TemporalDatumRefType getUsesTemporalDatum()
TemporalDatumRefType
public void setUsesTemporalDatum(TemporalDatumRefType value)
value
- allowed object is
TemporalDatumRefType
public boolean isSetUsesTemporalDatum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |