Class AbstractCurveType


public abstract class AbstractCurveType extends AbstractGeometricPrimitiveType
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>
 
  • Constructor Details

    • AbstractCurveType

      public AbstractCurveType()