Uses of Interface
net.opengis.gml311.NodeType
Packages that use NodeType
-
Uses of NodeType in net.opengis.gml311
Methods in net.opengis.gml311 that return NodeTypeModifier and TypeMethodDescriptionGml311Factory.createNodeType()
Returns a new object of class 'Node Type'.DirectedNodePropertyType.getNode()
Returns the value of the 'Node' containment reference.DocumentRoot.getNode()
Returns the value of the 'Node' containment reference.IsolatedPropertyType.getNode()
Returns the value of the 'Node' containment reference.Methods in net.opengis.gml311 with parameters of type NodeType -
Uses of NodeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement NodeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Node Type'.Fields in net.opengis.gml311.impl declared as NodeTypeModifier and TypeFieldDescriptionprotected NodeType
DirectedNodePropertyTypeImpl.node
The cached value of the 'Node
' containment reference.protected NodeType
IsolatedPropertyTypeImpl.node
The cached value of the 'Node
' containment reference.Methods in net.opengis.gml311.impl that return NodeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createNodeType()
DirectedNodePropertyTypeImpl.getNode()
DocumentRootImpl.getNode()
IsolatedPropertyTypeImpl.getNode()
Methods in net.opengis.gml311.impl with parameters of type NodeTypeModifier and TypeMethodDescriptionNotificationChain
DirectedNodePropertyTypeImpl.basicSetNode
(NodeType newNode, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetNode
(NodeType newNode, NotificationChain msgs) NotificationChain
IsolatedPropertyTypeImpl.basicSetNode
(NodeType newNode, NotificationChain msgs) void
void
void
-
Uses of NodeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type NodeTypeModifier and TypeMethodDescriptionGml311Switch.caseNodeType
(NodeType object) Returns the result of interpreting the object as an instance of 'Node Type'.boolean
Gml311Validator.validateNodeType
(NodeType nodeType, DiagnosticChain diagnostics, Map<Object, Object> context)