Package net.opengis.gml311
Interface TopoPointType
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoPointTypeImpl
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Directed Node' containment reference.void
Sets the value of the 'Directed Node
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Directed Node
' containment reference.- Parameters:
value
- the new value of the 'Directed Node' containment reference.- See Also:
-