org.citygml4j.jaxb.gml._3_1_1
Class GeodesicType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
      extended by org.citygml4j.jaxb.gml._3_1_1.GeodesicStringType
          extended by org.citygml4j.jaxb.gml._3_1_1.GeodesicType

public class GeodesicType
extends GeodesicStringType

A Geodesic consists of two distinct positions joined by a geodesic curve. The control points of a Geodesic shall lie on the geodesic between its start point and end points. Between these two points, a geodesic curve defined from ellipsoid or geoid model used by the co-ordinate reference systems may be used to interpolate other positions. Any other point in the controlPoint array must fall on this geodesic.

Java class for GeodesicType complex type.

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

 <complexType name="GeodesicType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}GeodesicStringType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
GeodesicType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.GeodesicStringType
getGeometricPositionGroup, getInterpolation, getPosList, isSetGeometricPositionGroup, isSetInterpolation, isSetPosList, setGeometricPositionGroup, setInterpolation, setPosList, unsetGeometricPositionGroup
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeodesicType

public GeodesicType()