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 EdgeTypeGml311Factory. createEdgeType()Returns a new object of class 'Edge Type'.EdgeTypeDirectedEdgePropertyType. getEdge()Returns the value of the 'Edge' containment reference.EdgeTypeDocumentRoot. getEdge()Returns the value of the 'Edge' containment reference.EdgeTypeIsolatedPropertyType. getEdge()Returns the value of the 'Edge' containment reference.Methods in net.opengis.gml311 with parameters of type EdgeType Modifier and Type Method Description voidDirectedEdgePropertyType. setEdge(EdgeType value)Sets the value of the 'Edge' containment reference.voidDocumentRoot. setEdge(EdgeType value)Sets the value of the 'Edge' containment reference.voidIsolatedPropertyType. 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 classEdgeTypeImplAn implementation of the model object 'Edge Type'.Fields in net.opengis.gml311.impl declared as EdgeType Modifier and Type Field Description protected EdgeTypeDirectedEdgePropertyTypeImpl. edgeThe cached value of the 'Edge' containment reference.protected EdgeTypeIsolatedPropertyTypeImpl. edgeThe cached value of the 'Edge' containment reference.Methods in net.opengis.gml311.impl that return EdgeType Modifier and Type Method Description EdgeTypeGml311FactoryImpl. createEdgeType()EdgeTypeDirectedEdgePropertyTypeImpl. getEdge()EdgeTypeDocumentRootImpl. getEdge()EdgeTypeIsolatedPropertyTypeImpl. getEdge()Methods in net.opengis.gml311.impl with parameters of type EdgeType Modifier and Type Method Description NotificationChainDirectedEdgePropertyTypeImpl. basicSetEdge(EdgeType newEdge, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetEdge(EdgeType newEdge, NotificationChain msgs)NotificationChainIsolatedPropertyTypeImpl. basicSetEdge(EdgeType newEdge, NotificationChain msgs)voidDirectedEdgePropertyTypeImpl. setEdge(EdgeType newEdge)voidDocumentRootImpl. setEdge(EdgeType newEdge)voidIsolatedPropertyTypeImpl. 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 TGml311Switch. caseEdgeType(EdgeType object)Returns the result of interpreting the object as an instance of 'Edge Type'.booleanGml311Validator. validateEdgeType(EdgeType edgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-