//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2016.08.10 um 09:13:50 PM CEST
//
package net.opengis.gml;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* 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.
*
* <p>Java-Klasse für GeodesicType complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* <complexType name="GeodesicType">
* <complexContent>
* <extension base="{http://www.opengis.net/gml}GeodesicStringType">
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "GeodesicType")
public class GeodesicType
extends GeodesicStringType
{
}