Class TriangulatedSurfaceType

  • Direct Known Subclasses:
    TinType

    public class TriangulatedSurfaceType
    extends SurfaceType
    A triangulated surface is a polyhedral surface that is composed only of triangles. There is no restriction on how the triangulation is derived.

    Java class for TriangulatedSurfaceType complex type.

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

     <complexType name="TriangulatedSurfaceType">
       <complexContent>
         <restriction base="{http://www.opengis.net/gml}SurfaceType">
           <sequence>
             <group ref="{http://www.opengis.net/gml}StandardObjectProperties"/>
             <element ref="{http://www.opengis.net/gml}trianglePatches"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>