Coverage Report - net.opengis.gml.AbstractCurveType
 
Classes in this File Line Coverage Branch Coverage Complexity
AbstractCurveType
0% 
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  
  * An abstraction of a curve to support the different levels of complexity. The curve can always be viewed as a geometric primitive, i.e. is continuous.
 19  
  * 
 20  
  * <p>Java class for AbstractCurveType complex type.
 21  
  * 
 22  
  * <p>The following schema fragment specifies the expected content contained within this class.
 23  
  * 
 24  
  * <pre>
 25  
  * &lt;complexType name="AbstractCurveType">
 26  
  *   &lt;complexContent>
 27  
  *     &lt;extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType">
 28  
  *     &lt;/extension>
 29  
  *   &lt;/complexContent>
 30  
  * &lt;/complexType>
 31  
  * </pre>
 32  
  * 
 33  
  * 
 34  
  */
 35  
 @XmlAccessorType(XmlAccessType.FIELD)
 36  
 @XmlType(name = "AbstractCurveType")
 37  
 @XmlSeeAlso({
 38  
     LineStringType.class
 39  
 })
 40  0
 public abstract class AbstractCurveType
 41  
     extends AbstractGeometricPrimitiveType
 42  
 {
 43  
 
 44  
 
 45  
 }