Class PolyhedralSurfaceType


  • public class PolyhedralSurfaceType
    extends SurfaceType
    A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves. This differs from the surface type only in the restriction on the types of surface patches acceptable.

    Java class for PolyhedralSurfaceType complex type.

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

     <complexType name="PolyhedralSurfaceType">
       <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}polygonPatches"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>