Uses of Interface
net.opengis.gml311.DirectedEdgePropertyType
Packages that use DirectedEdgePropertyType
-
Uses of DirectedEdgePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedEdgePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createDirectedEdgePropertyType()
Returns a new object of class 'Directed Edge Property Type'.DocumentRoot.getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedEdgePropertyTypeModifier and TypeMethodDescriptionEList<DirectedEdgePropertyType>
FaceType.getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference list.EList<DirectedEdgePropertyType>
NodeType.getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference list.EList<DirectedEdgePropertyType>
TopoCurveType.getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectedEdgePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDirectedEdge
(DirectedEdgePropertyType value) Sets the value of the 'Directed Edge
' containment reference. -
Uses of DirectedEdgePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectedEdgePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Directed Edge Property Type'.Fields in net.opengis.gml311.impl with type parameters of type DirectedEdgePropertyTypeModifier and TypeFieldDescriptionprotected EList<DirectedEdgePropertyType>
FaceTypeImpl.directedEdge
The cached value of the 'Directed Edge
' containment reference list.protected EList<DirectedEdgePropertyType>
NodeTypeImpl.directedEdge
The cached value of the 'Directed Edge
' containment reference list.protected EList<DirectedEdgePropertyType>
TopoCurveTypeImpl.directedEdge
The cached value of the 'Directed Edge
' containment reference list.Methods in net.opengis.gml311.impl that return DirectedEdgePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectedEdgePropertyType()
DocumentRootImpl.getDirectedEdge()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectedEdgePropertyTypeModifier and TypeMethodDescriptionEList<DirectedEdgePropertyType>
FaceTypeImpl.getDirectedEdge()
EList<DirectedEdgePropertyType>
NodeTypeImpl.getDirectedEdge()
EList<DirectedEdgePropertyType>
TopoCurveTypeImpl.getDirectedEdge()
Methods in net.opengis.gml311.impl with parameters of type DirectedEdgePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDirectedEdge
(DirectedEdgePropertyType newDirectedEdge, NotificationChain msgs) void
DocumentRootImpl.setDirectedEdge
(DirectedEdgePropertyType newDirectedEdge) -
Uses of DirectedEdgePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectedEdgePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseDirectedEdgePropertyType
(DirectedEdgePropertyType object) Returns the result of interpreting the object as an instance of 'Directed Edge Property Type'.boolean
Gml311Validator.validateDirectedEdgePropertyType
(DirectedEdgePropertyType directedEdgePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)