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