Class MultiSurfaceType


public class MultiSurfaceType extends AbstractGeometricAggregateType
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/3.2}AbstractGeometricAggregateType">
       <sequence>
         <element ref="{http://www.opengis.net/gml/3.2}surfaceMember" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml/3.2}surfaceMembers" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MultiSurfaceType

      public MultiSurfaceType()
  • Method Details

    • getSurfaceMember

      public List<SurfacePropertyType> 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 SurfacePropertyType

    • getSurfaceMembers

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

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