Uses of Interface
net.opengis.gml311.EdgeType
-
Packages that use EdgeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EdgeType in net.opengis.gml311
Methods in net.opengis.gml311 that return EdgeType Modifier and Type Method Description EdgeType
Gml311Factory. createEdgeType()
Returns a new object of class 'Edge Type'.EdgeType
DirectedEdgePropertyType. getEdge()
Returns the value of the 'Edge' containment reference.EdgeType
DocumentRoot. getEdge()
Returns the value of the 'Edge' containment reference.EdgeType
IsolatedPropertyType. getEdge()
Returns the value of the 'Edge' containment reference.Methods in net.opengis.gml311 with parameters of type EdgeType Modifier and Type Method Description void
DirectedEdgePropertyType. setEdge(EdgeType value)
Sets the value of the 'Edge
' containment reference.void
DocumentRoot. setEdge(EdgeType value)
Sets the value of the 'Edge
' containment reference.void
IsolatedPropertyType. setEdge(EdgeType value)
Sets the value of the 'Edge
' containment reference. -
Uses of EdgeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EdgeType Modifier and Type Class Description class
EdgeTypeImpl
An implementation of the model object 'Edge Type'.Fields in net.opengis.gml311.impl declared as EdgeType Modifier and Type Field Description protected 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 EdgeType Modifier and Type Method Description EdgeType
Gml311FactoryImpl. createEdgeType()
EdgeType
DirectedEdgePropertyTypeImpl. getEdge()
EdgeType
DocumentRootImpl. getEdge()
EdgeType
IsolatedPropertyTypeImpl. getEdge()
Methods in net.opengis.gml311.impl with parameters of type EdgeType Modifier and Type Method Description NotificationChain
DirectedEdgePropertyTypeImpl. basicSetEdge(EdgeType newEdge, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEdge(EdgeType newEdge, NotificationChain msgs)
NotificationChain
IsolatedPropertyTypeImpl. basicSetEdge(EdgeType newEdge, NotificationChain msgs)
void
DirectedEdgePropertyTypeImpl. setEdge(EdgeType newEdge)
void
DocumentRootImpl. setEdge(EdgeType newEdge)
void
IsolatedPropertyTypeImpl. setEdge(EdgeType newEdge)
-
Uses of EdgeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EdgeType Modifier and Type Method Description T
Gml311Switch. 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)
-