org.citygml4j.jaxb.gml._3_1_1
Class GeographicCRSType

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

public class GeographicCRSType
extends AbstractReferenceSystemType

A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.

Java class for GeographicCRSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GeographicCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}usesEllipsoidalCS"/>
         <element ref="{http://www.opengis.net/gml}usesGeodeticDatum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
GeographicCRSType()
           
 
Method Summary
 EllipsoidalCSRefType getUsesEllipsoidalCS()
          Gets the value of the usesEllipsoidalCS property.
 GeodeticDatumRefType getUsesGeodeticDatum()
          Gets the value of the usesGeodeticDatum property.
 boolean isSetUsesEllipsoidalCS()
           
 boolean isSetUsesGeodeticDatum()
           
 void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
          Sets the value of the usesEllipsoidalCS property.
 void setUsesGeodeticDatum(GeodeticDatumRefType value)
          Sets the value of the usesGeodeticDatum 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

GeographicCRSType

public GeographicCRSType()
Method Detail

getUsesEllipsoidalCS

public EllipsoidalCSRefType getUsesEllipsoidalCS()
Gets the value of the usesEllipsoidalCS property.

Returns:
possible object is EllipsoidalCSRefType

setUsesEllipsoidalCS

public void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
Sets the value of the usesEllipsoidalCS property.

Parameters:
value - allowed object is EllipsoidalCSRefType

isSetUsesEllipsoidalCS

public boolean isSetUsesEllipsoidalCS()

getUsesGeodeticDatum

public GeodeticDatumRefType getUsesGeodeticDatum()
Gets the value of the usesGeodeticDatum property.

Returns:
possible object is GeodeticDatumRefType

setUsesGeodeticDatum

public void setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the usesGeodeticDatum property.

Parameters:
value - allowed object is GeodeticDatumRefType

isSetUsesGeodeticDatum

public boolean isSetUsesGeodeticDatum()