org.citygml4j.jaxb.gml._3_1_1
Class EngineeringCRSType

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.EngineeringCRSType

public class EngineeringCRSType
extends AbstractReferenceSystemType

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

EngineeringCRSType

public EngineeringCRSType()
Method Detail

getUsesCS

public CoordinateSystemRefType getUsesCS()
Gets the value of the usesCS property.

Returns:
possible object is CoordinateSystemRefType

setUsesCS

public void setUsesCS(CoordinateSystemRefType value)
Sets the value of the usesCS property.

Parameters:
value - allowed object is CoordinateSystemRefType

isSetUsesCS

public boolean isSetUsesCS()

getUsesEngineeringDatum

public EngineeringDatumRefType getUsesEngineeringDatum()
Gets the value of the usesEngineeringDatum property.

Returns:
possible object is EngineeringDatumRefType

setUsesEngineeringDatum

public void setUsesEngineeringDatum(EngineeringDatumRefType value)
Sets the value of the usesEngineeringDatum property.

Parameters:
value - allowed object is EngineeringDatumRefType

isSetUsesEngineeringDatum

public boolean isSetUsesEngineeringDatum()