Uses of Interface
net.opengis.gml311.DirectedNodePropertyType
-
Packages that use DirectedNodePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectedNodePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedNodePropertyType Modifier and Type Method Description DirectedNodePropertyType
Gml311Factory. createDirectedNodePropertyType()
Returns a new object of class 'Directed Node Property Type'.DirectedNodePropertyType
DocumentRoot. getDirectedNode()
Returns the value of the 'Directed Node' containment reference.DirectedNodePropertyType
TopoPointType. getDirectedNode()
Returns the value of the 'Directed Node' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedNodePropertyType Modifier and Type Method Description EList<DirectedNodePropertyType>
EdgeType. getDirectedNode()
Returns the value of the 'Directed Node' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectedNodePropertyType Modifier and Type Method Description void
DocumentRoot. setDirectedNode(DirectedNodePropertyType value)
Sets the value of the 'Directed Node
' containment reference.void
TopoPointType. setDirectedNode(DirectedNodePropertyType value)
Sets the value of the 'Directed Node
' containment reference. -
Uses of DirectedNodePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectedNodePropertyType Modifier and Type Class Description class
DirectedNodePropertyTypeImpl
An implementation of the model object 'Directed Node Property Type'.Fields in net.opengis.gml311.impl declared as DirectedNodePropertyType Modifier and Type Field Description protected DirectedNodePropertyType
TopoPointTypeImpl. directedNode
The cached value of the 'Directed Node
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type DirectedNodePropertyType Modifier and Type Field Description protected EList<DirectedNodePropertyType>
EdgeTypeImpl. directedNode
The cached value of the 'Directed Node
' containment reference list.Methods in net.opengis.gml311.impl that return DirectedNodePropertyType Modifier and Type Method Description DirectedNodePropertyType
Gml311FactoryImpl. createDirectedNodePropertyType()
DirectedNodePropertyType
DocumentRootImpl. getDirectedNode()
DirectedNodePropertyType
TopoPointTypeImpl. getDirectedNode()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectedNodePropertyType Modifier and Type Method Description EList<DirectedNodePropertyType>
EdgeTypeImpl. getDirectedNode()
Methods in net.opengis.gml311.impl with parameters of type DirectedNodePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDirectedNode(DirectedNodePropertyType newDirectedNode, NotificationChain msgs)
NotificationChain
TopoPointTypeImpl. basicSetDirectedNode(DirectedNodePropertyType newDirectedNode, NotificationChain msgs)
void
DocumentRootImpl. setDirectedNode(DirectedNodePropertyType newDirectedNode)
void
TopoPointTypeImpl. setDirectedNode(DirectedNodePropertyType newDirectedNode)
-
Uses of DirectedNodePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectedNodePropertyType Modifier and Type Method Description T
Gml311Switch. caseDirectedNodePropertyType(DirectedNodePropertyType object)
Returns the result of interpreting the object as an instance of 'Directed Node Property Type'.boolean
Gml311Validator. validateDirectedNodePropertyType(DirectedNodePropertyType directedNodePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-