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-Klasse für GeographicCRSType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der usesEllipsoidalCS-Eigenschaft ab.
 GeodeticDatumRefType getUsesGeodeticDatum()
          Ruft den Wert der usesGeodeticDatum-Eigenschaft ab.
 boolean isSetUsesEllipsoidalCS()
           
 boolean isSetUsesGeodeticDatum()
           
 void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
          Legt den Wert der usesEllipsoidalCS-Eigenschaft fest.
 void setUsesGeodeticDatum(GeodeticDatumRefType value)
          Legt den Wert der usesGeodeticDatum-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

GeographicCRSType

public GeographicCRSType()
Method Detail

getUsesEllipsoidalCS

public EllipsoidalCSRefType getUsesEllipsoidalCS()
Ruft den Wert der usesEllipsoidalCS-Eigenschaft ab.

Returns:
possible object is EllipsoidalCSRefType

setUsesEllipsoidalCS

public void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
Legt den Wert der usesEllipsoidalCS-Eigenschaft fest.

Parameters:
value - allowed object is EllipsoidalCSRefType

isSetUsesEllipsoidalCS

public boolean isSetUsesEllipsoidalCS()

getUsesGeodeticDatum

public GeodeticDatumRefType getUsesGeodeticDatum()
Ruft den Wert der usesGeodeticDatum-Eigenschaft ab.

Returns:
possible object is GeodeticDatumRefType

setUsesGeodeticDatum

public void setUsesGeodeticDatum(GeodeticDatumRefType value)
Legt den Wert der usesGeodeticDatum-Eigenschaft fest.

Parameters:
value - allowed object is GeodeticDatumRefType

isSetUsesGeodeticDatum

public boolean isSetUsesGeodeticDatum()