Class AbstractCurveType

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    LineStringType

    public abstract class AbstractCurveType
    extends AbstractGeometricPrimitiveType
    implements Serializable
    gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity. The curve may 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/3.2}AbstractGeometricPrimitiveType">
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractCurveType

        public AbstractCurveType()