Class SolidType


  • public class SolidType
    extends AbstractSolidType
    A solid is the basis for 3-dimensional geometry. The extent of a solid is defined by the boundary surfaces (shells). A shell is represented by a composite surface, where every shell is used to represent a single connected component of the boundary of a solid. It consists of a composite surface (a list of orientable surfaces) connected in a topological cycle (an object whose boundary is empty). Unlike a Ring, a Shell's elements have no natural sort order. Like Rings, Shells are simple.

    Java class for SolidType complex type.

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

     <complexType name="SolidType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractSolidType">
           <sequence>
             <element name="exterior" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
             <element name="interior" type="{http://www.opengis.net/gml}SurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>