AbstractGeometricPrimitiveType.java

  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference
  3. // Implementation, v2.2.8-b130911.1802
  4. // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
  5. // Any modifications to this file will be lost upon recompilation of the source schema.
  6. // Generated on: 2016.12.07 at 02:40:39 PM CET
  7. //

  8. package nl.b3p.topnl.top100nl;

  9. import javax.xml.bind.annotation.XmlAccessType;
  10. import javax.xml.bind.annotation.XmlAccessorType;
  11. import javax.xml.bind.annotation.XmlSeeAlso;
  12. import javax.xml.bind.annotation.XmlType;

  13. /**
  14.  * gml:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives. A
  15.  * geometric primitive is a geometric object that is not decomposed further into other primitives in
  16.  * the system. All primitives are oriented in the direction implied by the sequence of their
  17.  * coordinate tuples.
  18.  *
  19.  * <p>Java class for AbstractGeometricPrimitiveType complex type.
  20.  *
  21.  * <p>The following schema fragment specifies the expected content contained within this class.
  22.  *
  23.  * <pre>
  24.  * &lt;complexType name="AbstractGeometricPrimitiveType">
  25.  *   &lt;complexContent>
  26.  *     &lt;extension base="{http://www.opengis.net/gml/3.2}AbstractGeometryType">
  27.  *     &lt;/extension>
  28.  *   &lt;/complexContent>
  29.  * &lt;/complexType>
  30.  * </pre>
  31.  */
  32. @XmlAccessorType(XmlAccessType.FIELD)
  33. @XmlType(name = "AbstractGeometricPrimitiveType")
  34. @XmlSeeAlso({PointType.class, AbstractSurfaceType.class, AbstractCurveType.class})
  35. public abstract class AbstractGeometricPrimitiveType extends AbstractGeometryType {}