Package net.opengis.gml311
Interface TopoPointPropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TopoPointPropertyTypeImpl
 
 public interface TopoPointPropertyType extends EObjectA representation of the model object 'Topo Point Property Type'.The following features are supported: - See Also:
- Gml311Package.getTopoPointPropertyType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoPointTypegetTopoPoint()Returns the value of the 'Topo Point' containment reference.voidsetTopoPoint(TopoPointType value)Sets the value of the 'Topo Point' containment reference.
 
- 
- 
- 
Method Detail- 
getTopoPointTopoPointType 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()
 
 - 
setTopoPointvoid 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()
 
 
- 
 
-