it.cnr.imaa.essi.ncml.binding.gml
Class MultiPointType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometryType
          extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometricAggregateType
              extended by it.cnr.imaa.essi.ncml.binding.gml.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>
 


Field Summary
protected  java.util.List<PointPropertyType> pointMember
           
protected  PointArrayPropertyType pointMembers
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometryType
axisLabels, gid, srsDimension, srsName, uomLabels
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
MultiPointType()
           
 
Method Summary
 java.util.List<PointPropertyType> getPointMember()
          Gets the value of the pointMember property.
 PointArrayPropertyType getPointMembers()
          Gets the value of the pointMembers property.
 void setPointMembers(PointArrayPropertyType value)
          Sets the value of the pointMembers property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsName
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointMember

protected java.util.List<PointPropertyType> pointMember

pointMembers

protected PointArrayPropertyType pointMembers
Constructor Detail

MultiPointType

public MultiPointType()
Method Detail

getPointMember

public java.util.List<PointPropertyType> 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 PointPropertyType


getPointMembers

public PointArrayPropertyType getPointMembers()
Gets the value of the pointMembers property.

Returns:
possible object is PointArrayPropertyType

setPointMembers

public void setPointMembers(PointArrayPropertyType value)
Sets the value of the pointMembers property.

Parameters:
value - allowed object is PointArrayPropertyType


Copyright © 2007. All Rights Reserved.