Class OrientableSurfaceType


  • public class OrientableSurfaceType
    extends AbstractSurfaceType
    OrientableSurface consists of a surface and an orientation. If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface".

    Java class for OrientableSurfaceType complex type.

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

     <complexType name="OrientableSurfaceType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}baseSurface"/>
           </sequence>
           <attribute name="orientation" type="{http://www.opengis.net/gml}SignType" default="+" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • orientation

        protected String orientation
    • Method Detail

      • getBaseSurface

        public BaseSurface getBaseSurface()
        References or contains the base surface (positive orientation).
        Returns:
        possible object is BaseSurface
      • setBaseSurface

        public void setBaseSurface​(BaseSurface value)
        Sets the value of the baseSurface property.
        Parameters:
        value - allowed object is BaseSurface
      • getOrientation

        public String getOrientation()
        Gets the value of the orientation property.
        Returns:
        possible object is String
      • setOrientation

        public void setOrientation​(String value)
        Sets the value of the orientation property.
        Parameters:
        value - allowed object is String