|
||||||||||
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 class for EngineeringCRSType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the usesCS property. |
EngineeringDatumRefType |
getUsesEngineeringDatum()
Gets the value of the usesEngineeringDatum property. |
boolean |
isSetUsesCS()
|
boolean |
isSetUsesEngineeringDatum()
|
void |
setUsesCS(CoordinateSystemRefType value)
Sets the value of the usesCS property. |
void |
setUsesEngineeringDatum(EngineeringDatumRefType value)
Sets the value of the usesEngineeringDatum 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 |
---|
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 |