Uses of Interface
net.opengis.gml311.EdgeType
Packages that use EdgeType
-
Uses of EdgeType in net.opengis.gml311
Methods in net.opengis.gml311 that return EdgeTypeModifier and TypeMethodDescriptionGml311Factory.createEdgeType()
Returns a new object of class 'Edge Type'.DirectedEdgePropertyType.getEdge()
Returns the value of the 'Edge' containment reference.DocumentRoot.getEdge()
Returns the value of the 'Edge' containment reference.IsolatedPropertyType.getEdge()
Returns the value of the 'Edge' containment reference.Methods in net.opengis.gml311 with parameters of type EdgeType -
Uses of EdgeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EdgeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Edge Type'.Fields in net.opengis.gml311.impl declared as EdgeTypeModifier and TypeFieldDescriptionprotected EdgeType
DirectedEdgePropertyTypeImpl.edge
The cached value of the 'Edge
' containment reference.protected EdgeType
IsolatedPropertyTypeImpl.edge
The cached value of the 'Edge
' containment reference.Methods in net.opengis.gml311.impl that return EdgeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEdgeType()
DirectedEdgePropertyTypeImpl.getEdge()
DocumentRootImpl.getEdge()
IsolatedPropertyTypeImpl.getEdge()
Methods in net.opengis.gml311.impl with parameters of type EdgeTypeModifier and TypeMethodDescriptionNotificationChain
DirectedEdgePropertyTypeImpl.basicSetEdge
(EdgeType newEdge, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetEdge
(EdgeType newEdge, NotificationChain msgs) NotificationChain
IsolatedPropertyTypeImpl.basicSetEdge
(EdgeType newEdge, NotificationChain msgs) void
void
void
-
Uses of EdgeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EdgeTypeModifier and TypeMethodDescriptionGml311Switch.caseEdgeType
(EdgeType object) Returns the result of interpreting the object as an instance of 'Edge Type'.boolean
Gml311Validator.validateEdgeType
(EdgeType edgeType, DiagnosticChain diagnostics, Map<Object, Object> context)