Package net.opengis.gml311
Interface TopoPointPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TopoPointPropertyTypeImpl
public interface TopoPointPropertyType extends EObject
A representation of the model object 'Topo Point Property Type'.The following features are supported:
- See Also:
Gml311Package.getTopoPointPropertyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoPointType
getTopoPoint()
Returns the value of the 'Topo Point' containment reference.void
setTopoPoint(TopoPointType value)
Sets the value of the 'Topo Point
' containment reference.
-
-
-
Method Detail
-
getTopoPoint
TopoPointType getTopoPoint()
Returns the value of the 'Topo Point' containment reference.If the meaning of the 'Topo Point' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Point' containment reference.
- See Also:
setTopoPoint(TopoPointType)
,Gml311Package.getTopoPointPropertyType_TopoPoint()
-
setTopoPoint
void setTopoPoint(TopoPointType value)
Sets the value of the 'Topo Point
' containment reference.- Parameters:
value
- the new value of the 'Topo Point' containment reference.- See Also:
getTopoPoint()
-
-