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 DirectedEdgePropertyTypeGml311Factory. createDirectedEdgePropertyType()Returns a new object of class 'Directed Edge Property Type'.DirectedEdgePropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 classDirectedEdgePropertyTypeImplAn 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. directedEdgeThe cached value of the 'Directed Edge' containment reference list.protected EList<DirectedEdgePropertyType>NodeTypeImpl. directedEdgeThe cached value of the 'Directed Edge' containment reference list.protected EList<DirectedEdgePropertyType>TopoCurveTypeImpl. directedEdgeThe cached value of the 'Directed Edge' containment reference list.Methods in net.opengis.gml311.impl that return DirectedEdgePropertyType Modifier and Type Method Description DirectedEdgePropertyTypeGml311FactoryImpl. createDirectedEdgePropertyType()DirectedEdgePropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetDirectedEdge(DirectedEdgePropertyType newDirectedEdge, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseDirectedEdgePropertyType(DirectedEdgePropertyType object)Returns the result of interpreting the object as an instance of 'Directed Edge Property Type'.booleanGml311Validator. validateDirectedEdgePropertyType(DirectedEdgePropertyType directedEdgePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-