it.cnr.imaa.essi.ncml.binding.gml
Class MultiPointType
java.lang.Object
it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometryType
it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometricAggregateType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pointMember
protected java.util.List<PointPropertyType> pointMember
pointMembers
protected PointArrayPropertyType pointMembers
MultiPointType
public MultiPointType()
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.