Class RectangleType


  • public class RectangleType
    extends AbstractSurfacePatchType
    Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.

    Java class for RectangleType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RectangleType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}exterior"/>
           </sequence>
           <attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" />
         </extension>
       </complexContent>
     </complexType>