net.opengis.gml
Class AbstractCurveType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractGeometricPrimitiveType
net.opengis.gml.AbstractCurveType
- Direct Known Subclasses:
- LineStringType
public abstract class AbstractCurveType
- extends AbstractGeometricPrimitiveType
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.
Java class for AbstractCurveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCurveType">
<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 |
AbstractCurveType
public AbstractCurveType()
Copyright © 2008. All Rights Reserved.