Uses of Interface
net.opengis.gml311.DirectedNodePropertyType
Packages that use DirectedNodePropertyType
-
Uses of DirectedNodePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedNodePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createDirectedNodePropertyType()
Returns a new object of class 'Directed Node Property Type'.DocumentRoot.getDirectedNode()
Returns the value of the 'Directed Node' containment reference.TopoPointType.getDirectedNode()
Returns the value of the 'Directed Node' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedNodePropertyTypeModifier and TypeMethodDescriptionEList<DirectedNodePropertyType>
EdgeType.getDirectedNode()
Returns the value of the 'Directed Node' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectedNodePropertyTypeModifier and TypeMethodDescriptionvoid
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 DirectedNodePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Directed Node Property Type'.Fields in net.opengis.gml311.impl declared as DirectedNodePropertyTypeModifier and TypeFieldDescriptionprotected DirectedNodePropertyType
TopoPointTypeImpl.directedNode
The cached value of the 'Directed Node
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type DirectedNodePropertyTypeModifier and TypeFieldDescriptionprotected EList<DirectedNodePropertyType>
EdgeTypeImpl.directedNode
The cached value of the 'Directed Node
' containment reference list.Methods in net.opengis.gml311.impl that return DirectedNodePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectedNodePropertyType()
DocumentRootImpl.getDirectedNode()
TopoPointTypeImpl.getDirectedNode()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectedNodePropertyTypeMethods in net.opengis.gml311.impl with parameters of type DirectedNodePropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 DirectedNodePropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)