Class AbstractSurfaceType

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PolygonType

    public abstract class AbstractSurfaceType
    extends AbstractGeometricPrimitiveType
    implements Serializable
    gml:AbstractSurfaceType is 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/3.2}AbstractGeometricPrimitiveType">
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractSurfaceType

        public AbstractSurfaceType()