//
// 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;
/**
* Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes. It is a special case of the B-Spline curve with two knots.
*
* <p>Java-Klasse für BezierType complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* <complexType name="BezierType">
* <complexContent>
* <restriction base="{http://www.opengis.net/gml}BSplineType">
* <sequence>
* <choice>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://www.opengis.net/gml}pos"/>
* <element ref="{http://www.opengis.net/gml}pointProperty"/>
* <element ref="{http://www.opengis.net/gml}pointRep"/>
* </choice>
* <element ref="{http://www.opengis.net/gml}posList"/>
* <element ref="{http://www.opengis.net/gml}coordinates"/>
* </choice>
* <element name="degree" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
* <element name="knot" type="{http://www.opengis.net/gml}KnotPropertyType" maxOccurs="2" minOccurs="2"/>
* </sequence>
* <attribute name="interpolation" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="polynomialSpline" />
* <attribute name="isPolynomial" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BezierType")
public class BezierType
extends BSplineType
{
}