Package net.opengis.gml311
Interface TopoPointType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoPointTypeImpl
public interface TopoPointType extends AbstractTopologyType
A representation of the model object 'Topo Point Type'. The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions. Note the orientation assigned to the directedNode has no meaning in this context. It is preserved for symmetry with the types and elements which follow.The following features are supported:
- See Also:
Gml311Package.getTopoPointType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectedNodePropertyType
getDirectedNode()
Returns the value of the 'Directed Node' containment reference.void
setDirectedNode(DirectedNodePropertyType value)
Sets the value of the 'Directed Node
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getDirectedNode
DirectedNodePropertyType getDirectedNode()
Returns the value of the 'Directed Node' containment reference.If the meaning of the 'Directed Node' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Directed Node' containment reference.
- See Also:
setDirectedNode(DirectedNodePropertyType)
,Gml311Package.getTopoPointType_DirectedNode()
-
setDirectedNode
void setDirectedNode(DirectedNodePropertyType value)
Sets the value of the 'Directed Node
' containment reference.- Parameters:
value
- the new value of the 'Directed Node' containment reference.- See Also:
getDirectedNode()
-
-