Package net.opengis.gml311
Interface NodeType
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,AbstractTopoPrimitiveType
,EObject
,Notifier
- All Known Implementing Classes:
NodeTypeImpl
A representation of the model object 'Node Type'.
Its optional co-boundary is a set of connected directedEdges. The orientation of one of these dirEdges is "+" if the Node is the "to" node of the Edge, and "-" if it is the "from" node.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<DirectedEdgePropertyType>
Returns the value of the 'Directed Edge' containment reference list.Returns the value of the 'Point Property' containment reference.void
Sets the value of the 'Point Property
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractTopoPrimitiveType
getContainer, getIsolated, setContainer
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
-
getDirectedEdge
EList<DirectedEdgePropertyType> getDirectedEdge()Returns the value of the 'Directed Edge' containment reference list. The list contents are of typeDirectedEdgePropertyType
.If the meaning of the 'Directed Edge' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Directed Edge' containment reference list.
- See Also:
-
getPointProperty
PointPropertyType getPointProperty()Returns the value of the 'Point Property' containment reference. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.- Returns:
- the value of the 'Point Property' containment reference.
- See Also:
-
setPointProperty
Sets the value of the 'Point Property
' containment reference.- Parameters:
value
- the new value of the 'Point Property' containment reference.- See Also:
-