Coverage Report - net.opengis.gml.AbstractGeometricPrimitiveType
 
Classes in this File Line Coverage Branch Coverage Complexity
AbstractGeometricPrimitiveType
100% 
N/A 
0
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs 
 3  
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 4  
 // Any modifications to this file will be lost upon recompilation of the source schema. 
 5  
 // Generated on: 2008.06.11 at 12:15:46 AM EDT 
 6  
 //
 7  
 
 8  
 
 9  
 package net.opengis.gml;
 10  
 
 11  
 import javax.xml.bind.annotation.XmlAccessType;
 12  
 import javax.xml.bind.annotation.XmlAccessorType;
 13  
 import javax.xml.bind.annotation.XmlSeeAlso;
 14  
 import javax.xml.bind.annotation.XmlType;
 15  
 
 16  
 
 17  
 /**
 18  
  * This is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their coordinate tuples.
 19  
  * 
 20  
  * <p>Java class for AbstractGeometricPrimitiveType complex type.
 21  
  * 
 22  
  * <p>The following schema fragment specifies the expected content contained within this class.
 23  
  * 
 24  
  * <pre>
 25  
  * &lt;complexType name="AbstractGeometricPrimitiveType">
 26  
  *   &lt;complexContent>
 27  
  *     &lt;extension base="{http://www.opengis.net/gml}AbstractGeometryType">
 28  
  *     &lt;/extension>
 29  
  *   &lt;/complexContent>
 30  
  * &lt;/complexType>
 31  
  * </pre>
 32  
  * 
 33  
  * 
 34  
  */
 35  
 @XmlAccessorType(XmlAccessType.FIELD)
 36  
 @XmlType(name = "AbstractGeometricPrimitiveType")
 37  
 @XmlSeeAlso({
 38  
     AbstractCurveType.class,
 39  
     AbstractSurfaceType.class,
 40  
     PointType.class
 41  
 })
 42  6
 public abstract class AbstractGeometricPrimitiveType
 43  
     extends AbstractGeometryType
 44  
 {
 45  
 
 46  
 
 47  
 }