Class MultiPointType


  • public class MultiPointType
    extends AbstractGeometricAggregateType
    A MultiPoint is defined by one or more Points, referenced through pointMember elements.

    Java class for MultiPointType complex type.

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

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

      • getPointMember

        public List<PointMember> getPointMember()
        Gets the value of the pointMember 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 pointMember property.

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

            getPointMember().add(newItem);
         

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

      • getPointMembers

        public PointMembers getPointMembers()
        Gets the value of the pointMembers property.
        Returns:
        possible object is PointMembers
      • setPointMembers

        public void setPointMembers​(PointMembers value)
        Sets the value of the pointMembers property.
        Parameters:
        value - allowed object is PointMembers