Package net.opengis.gml311
Interface MultiPointType
- All Superinterfaces:
AbstractGeometricAggregateType,AbstractGeometryType,AbstractGMLType,EObject,Notifier
- All Known Implementing Classes:
MultiPointTypeImpl
A representation of the model object 'Multi Point Type'.
A MultiPoint is defined by one or more Points, referenced through pointMember elements.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<PointPropertyType>Returns the value of the 'Point Member' containment reference list.Returns the value of the 'Point Members' containment reference.voidSets the value of the 'Point Members' containment reference.Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabelsMethods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPointMember
EList<PointPropertyType> getPointMember()Returns the value of the 'Point Member' containment reference list. The list contents are of typePointPropertyType. This property element either references a Point via the XLink-attributes or contains the Point element.- Returns:
- the value of the 'Point Member' containment reference list.
- See Also:
-
getPointMembers
PointArrayPropertyType getPointMembers()Returns the value of the 'Point Members' containment reference. This property element contains a list of points. The order of the elements is significant and shall be preserved when processing the array.- Returns:
- the value of the 'Point Members' containment reference.
- See Also:
-
setPointMembers
Sets the value of the 'Point Members' containment reference.- Parameters:
value- the new value of the 'Point Members' containment reference.- See Also:
-