|
||||||||||
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.EngineeringCRSType
public class EngineeringCRSType
A contextually local coordinate reference system; which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft. For further information, see OGC Abstract Specification Topic 2.
Java-Klasse für EngineeringCRSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="EngineeringCRSType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType"> <sequence> <element ref="{http://www.opengis.net/gml}usesCS"/> <element ref="{http://www.opengis.net/gml}usesEngineeringDatum"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
EngineeringCRSType()
|
Method Summary | |
---|---|
CoordinateSystemRefType |
getUsesCS()
Ruft den Wert der usesCS-Eigenschaft ab. |
EngineeringDatumRefType |
getUsesEngineeringDatum()
Ruft den Wert der usesEngineeringDatum-Eigenschaft ab. |
boolean |
isSetUsesCS()
|
boolean |
isSetUsesEngineeringDatum()
|
void |
setUsesCS(CoordinateSystemRefType value)
Legt den Wert der usesCS-Eigenschaft fest. |
void |
setUsesEngineeringDatum(EngineeringDatumRefType value)
Legt den Wert der usesEngineeringDatum-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 EngineeringCRSType()
Method Detail |
---|
public CoordinateSystemRefType getUsesCS()
CoordinateSystemRefType
public void setUsesCS(CoordinateSystemRefType value)
value
- allowed object is
CoordinateSystemRefType
public boolean isSetUsesCS()
public EngineeringDatumRefType getUsesEngineeringDatum()
EngineeringDatumRefType
public void setUsesEngineeringDatum(EngineeringDatumRefType value)
value
- allowed object is
EngineeringDatumRefType
public boolean isSetUsesEngineeringDatum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |