Class MultiGeometryType


  • public class MultiGeometryType
    extends AbstractGeometricAggregateType
    A geometry collection must include one or more geometries, referenced through geometryMember elements.

    Java class for MultiGeometryType complex type.

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

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

      • getGeometryMember

        public List<GeometryMember> getGeometryMember()
        Gets the value of the geometryMember 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 geometryMember property.

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

            getGeometryMember().add(newItem);
         

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

      • getGeometryMembers

        public GeometryMembers getGeometryMembers()
        Gets the value of the geometryMembers property.
        Returns:
        possible object is GeometryMembers
      • setGeometryMembers

        public void setGeometryMembers​(GeometryMembers value)
        Sets the value of the geometryMembers property.
        Parameters:
        value - allowed object is GeometryMembers