Uses of Interface
net.opengis.gml311.PassThroughOperationRefType
-
Packages that use PassThroughOperationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PassThroughOperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return PassThroughOperationRefType Modifier and Type Method Description PassThroughOperationRefTypeGml311Factory. createPassThroughOperationRefType()Returns a new object of class 'Pass Through Operation Ref Type'.PassThroughOperationRefTypeDocumentRoot. getPassThroughOperationRef()Returns the value of the 'Pass Through Operation Ref' containment reference.Methods in net.opengis.gml311 with parameters of type PassThroughOperationRefType Modifier and Type Method Description voidDocumentRoot. setPassThroughOperationRef(PassThroughOperationRefType value)Sets the value of the 'Pass Through Operation Ref' containment reference. -
Uses of PassThroughOperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PassThroughOperationRefType Modifier and Type Class Description classPassThroughOperationRefTypeImplAn implementation of the model object 'Pass Through Operation Ref Type'.Methods in net.opengis.gml311.impl that return PassThroughOperationRefType Modifier and Type Method Description PassThroughOperationRefTypeGml311FactoryImpl. createPassThroughOperationRefType()PassThroughOperationRefTypeDocumentRootImpl. getPassThroughOperationRef()Methods in net.opengis.gml311.impl with parameters of type PassThroughOperationRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPassThroughOperationRef(PassThroughOperationRefType newPassThroughOperationRef, NotificationChain msgs)voidDocumentRootImpl. setPassThroughOperationRef(PassThroughOperationRefType newPassThroughOperationRef) -
Uses of PassThroughOperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PassThroughOperationRefType Modifier and Type Method Description TGml311Switch. casePassThroughOperationRefType(PassThroughOperationRefType object)Returns the result of interpreting the object as an instance of 'Pass Through Operation Ref Type'.booleanGml311Validator. validatePassThroughOperationRefType(PassThroughOperationRefType passThroughOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-