net.opengis.gml
Class AbstractSurfaceType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractGeometricPrimitiveType
net.opengis.gml.AbstractSurfaceType
- Direct Known Subclasses:
- PolygonType
public class AbstractSurfaceType
- extends AbstractGeometricPrimitiveType
An abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.
Java class for AbstractSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType">
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSurfaceType
public AbstractSurfaceType()
Copyright © 2008. All Rights Reserved.