Class MultiSurfaceType


  • public class MultiSurfaceType
    extends AbstractGeometricAggregateType
    A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.

    Java class for MultiSurfaceType complex type.

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

     <complexType name="MultiSurfaceType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractGeometricAggregateType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}surfaceMember" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opengis.net/gml}surfaceMembers" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getSurfaceMember

        public List<SurfaceMember> getSurfaceMember()
        Gets the value of the surfaceMember property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the surfaceMember property.

        For example, to add a new item, do as follows:

            getSurfaceMember().add(newItem);
         

        Objects of the following type(s) are allowed in the list SurfaceMember

      • getSurfaceMembers

        public SurfaceMembers getSurfaceMembers()
        Gets the value of the surfaceMembers property.
        Returns:
        possible object is SurfaceMembers
      • setSurfaceMembers

        public void setSurfaceMembers​(SurfaceMembers value)
        Sets the value of the surfaceMembers property.
        Parameters:
        value - allowed object is SurfaceMembers