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 DirectedNodePropertyTypeGml311Factory. createDirectedNodePropertyType()Returns a new object of class 'Directed Node Property Type'.DirectedNodePropertyTypeDocumentRoot. getDirectedNode()Returns the value of the 'Directed Node' containment reference.DirectedNodePropertyTypeTopoPointType. 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 voidDocumentRoot. setDirectedNode(DirectedNodePropertyType value)Sets the value of the 'Directed Node' containment reference.voidTopoPointType. 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 classDirectedNodePropertyTypeImplAn implementation of the model object 'Directed Node Property Type'.Fields in net.opengis.gml311.impl declared as DirectedNodePropertyType Modifier and Type Field Description protected DirectedNodePropertyTypeTopoPointTypeImpl. directedNodeThe 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. directedNodeThe cached value of the 'Directed Node' containment reference list.Methods in net.opengis.gml311.impl that return DirectedNodePropertyType Modifier and Type Method Description DirectedNodePropertyTypeGml311FactoryImpl. createDirectedNodePropertyType()DirectedNodePropertyTypeDocumentRootImpl. getDirectedNode()DirectedNodePropertyTypeTopoPointTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetDirectedNode(DirectedNodePropertyType newDirectedNode, NotificationChain msgs)NotificationChainTopoPointTypeImpl. basicSetDirectedNode(DirectedNodePropertyType newDirectedNode, NotificationChain msgs)voidDocumentRootImpl. setDirectedNode(DirectedNodePropertyType newDirectedNode)voidTopoPointTypeImpl. 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 TGml311Switch. caseDirectedNodePropertyType(DirectedNodePropertyType object)Returns the result of interpreting the object as an instance of 'Directed Node Property Type'.booleanGml311Validator. validateDirectedNodePropertyType(DirectedNodePropertyType directedNodePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-