Uses of Interface
net.opengis.gml311.DirectedEdgePropertyType
-
Packages that use DirectedEdgePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectedEdgePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedEdgePropertyType Modifier and Type Method Description DirectedEdgePropertyType
Gml311Factory. createDirectedEdgePropertyType()
Returns a new object of class 'Directed Edge Property Type'.DirectedEdgePropertyType
DocumentRoot. getDirectedEdge()
Returns the value of the 'Directed Edge' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedEdgePropertyType Modifier and Type Method Description EList<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 DirectedEdgePropertyType Modifier and Type Method Description void
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 DirectedEdgePropertyType Modifier and Type Class Description class
DirectedEdgePropertyTypeImpl
An implementation of the model object 'Directed Edge Property Type'.Fields in net.opengis.gml311.impl with type parameters of type DirectedEdgePropertyType Modifier and Type Field Description protected 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 DirectedEdgePropertyType Modifier and Type Method Description DirectedEdgePropertyType
Gml311FactoryImpl. createDirectedEdgePropertyType()
DirectedEdgePropertyType
DocumentRootImpl. getDirectedEdge()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectedEdgePropertyType Modifier and Type Method Description EList<DirectedEdgePropertyType>
FaceTypeImpl. getDirectedEdge()
EList<DirectedEdgePropertyType>
NodeTypeImpl. getDirectedEdge()
EList<DirectedEdgePropertyType>
TopoCurveTypeImpl. getDirectedEdge()
Methods in net.opengis.gml311.impl with parameters of type DirectedEdgePropertyType Modifier and Type Method Description NotificationChain
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 DirectedEdgePropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-