Coverage Report - net.opengis.gml.AbstractRingType
 
Classes in this File Line Coverage Branch Coverage Complexity
AbstractRingType
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  
  * 
 19  
  *                                 An abstraction of a ring to support surface boundaries of different complexity.
 20  
  *                         
 21  
  * 
 22  
  * <p>Java class for AbstractRingType complex type.
 23  
  * 
 24  
  * <p>The following schema fragment specifies the expected content contained within this class.
 25  
  * 
 26  
  * <pre>
 27  
  * &lt;complexType name="AbstractRingType">
 28  
  *   &lt;complexContent>
 29  
  *     &lt;extension base="{http://www.opengis.net/gml}AbstractGeometryType">
 30  
  *     &lt;/extension>
 31  
  *   &lt;/complexContent>
 32  
  * &lt;/complexType>
 33  
  * </pre>
 34  
  * 
 35  
  * 
 36  
  */
 37  
 @XmlAccessorType(XmlAccessType.FIELD)
 38  
 @XmlType(name = "AbstractRingType")
 39  
 @XmlSeeAlso({
 40  
     LinearRingType.class
 41  
 })
 42  0
 public abstract class AbstractRingType
 43  
     extends AbstractGeometryType
 44  
 {
 45  
 
 46  
 
 47  
 }