Package net.opengis.gml311
Interface MultiPointType
-
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiPointTypeImpl
public interface MultiPointType extends AbstractGeometricAggregateType
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:
Gml311Package.getMultiPointType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<PointPropertyType>
getPointMember()
Returns the value of the 'Point Member' containment reference list.PointArrayPropertyType
getPointMembers()
Returns the value of the 'Point Members' containment reference.void
setPointMembers(PointArrayPropertyType value)
Sets the value of the 'Point Members
' containment reference.-
Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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:
Gml311Package.getMultiPointType_PointMember()
-
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(PointArrayPropertyType)
,Gml311Package.getMultiPointType_PointMembers()
-
setPointMembers
void setPointMembers(PointArrayPropertyType value)
Sets the value of the 'Point Members
' containment reference.- Parameters:
value
- the new value of the 'Point Members' containment reference.- See Also:
getPointMembers()
-
-