|
||||||||||
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.VerticalCRSType
public class VerticalCRSType
A 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system.
Java-Klasse für VerticalCRSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="VerticalCRSType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType"> <sequence> <element ref="{http://www.opengis.net/gml}usesVerticalCS"/> <element ref="{http://www.opengis.net/gml}usesVerticalDatum"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
VerticalCRSType()
|
Method Summary | |
---|---|
VerticalCSRefType |
getUsesVerticalCS()
Ruft den Wert der usesVerticalCS-Eigenschaft ab. |
VerticalDatumRefType |
getUsesVerticalDatum()
Ruft den Wert der usesVerticalDatum-Eigenschaft ab. |
boolean |
isSetUsesVerticalCS()
|
boolean |
isSetUsesVerticalDatum()
|
void |
setUsesVerticalCS(VerticalCSRefType value)
Legt den Wert der usesVerticalCS-Eigenschaft fest. |
void |
setUsesVerticalDatum(VerticalDatumRefType value)
Legt den Wert der usesVerticalDatum-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 VerticalCRSType()
Method Detail |
---|
public VerticalCSRefType getUsesVerticalCS()
VerticalCSRefType
public void setUsesVerticalCS(VerticalCSRefType value)
value
- allowed object is
VerticalCSRefType
public boolean isSetUsesVerticalCS()
public VerticalDatumRefType getUsesVerticalDatum()
VerticalDatumRefType
public void setUsesVerticalDatum(VerticalDatumRefType value)
value
- allowed object is
VerticalDatumRefType
public boolean isSetUsesVerticalDatum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |