Class TriangleType


  • public class TriangleType
    extends AbstractSurfacePatchType
    Represents a triangle 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 four.

    Java class for TriangleType complex type.

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

     <complexType name="TriangleType">
       <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>