Package net.opengis.gml311
Interface MultiPointDomainType
-
- All Superinterfaces:
DomainSetType
,EObject
,Notifier
- All Known Implementing Classes:
MultiPointDomainTypeImpl
public interface MultiPointDomainType extends DomainSetType
A representation of the model object 'Multi Point Domain Type'.The following features are supported:
- See Also:
Gml311Package.getMultiPointDomainType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiPointType
getMultiPoint()
Returns the value of the 'Multi Point' containment reference.void
setMultiPoint(MultiPointType value)
Sets the value of the 'Multi Point
' containment reference.-
Methods inherited from interface DomainSetType
getActuate, getArcrole, getGeometry, getGeometryGroup, getHref, getRemoteSchema, getRole, getShow, getTimeObject, getTimeObjectGroup, getTitle, getType, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
-
-
-
-
Method Detail
-
getMultiPoint
MultiPointType getMultiPoint()
Returns the value of the 'Multi Point' containment reference.If the meaning of the 'Multi Point' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Multi Point' containment reference.
- See Also:
setMultiPoint(MultiPointType)
,Gml311Package.getMultiPointDomainType_MultiPoint()
-
setMultiPoint
void setMultiPoint(MultiPointType value)
Sets the value of the 'Multi Point
' containment reference.- Parameters:
value
- the new value of the 'Multi Point' containment reference.- See Also:
getMultiPoint()
-
-