Class AbstractCurveType

  • Direct Known Subclasses:
    CurveType, LineStringType, OrientableCurveType

    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>