Uses of Interface
net.opengis.gml311.PassThroughOperationType
-
Packages that use PassThroughOperationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PassThroughOperationType in net.opengis.gml311
Methods in net.opengis.gml311 that return PassThroughOperationType Modifier and Type Method Description PassThroughOperationType
Gml311Factory. createPassThroughOperationType()
Returns a new object of class 'Pass Through Operation Type'.PassThroughOperationType
DocumentRoot. getPassThroughOperation()
Returns the value of the 'Pass Through Operation' containment reference.PassThroughOperationType
PassThroughOperationRefType. getPassThroughOperation()
Returns the value of the 'Pass Through Operation' containment reference.Methods in net.opengis.gml311 with parameters of type PassThroughOperationType Modifier and Type Method Description void
DocumentRoot. setPassThroughOperation(PassThroughOperationType value)
Sets the value of the 'Pass Through Operation
' containment reference.void
PassThroughOperationRefType. setPassThroughOperation(PassThroughOperationType value)
Sets the value of the 'Pass Through Operation
' containment reference. -
Uses of PassThroughOperationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PassThroughOperationType Modifier and Type Class Description class
PassThroughOperationTypeImpl
An implementation of the model object 'Pass Through Operation Type'.Fields in net.opengis.gml311.impl declared as PassThroughOperationType Modifier and Type Field Description protected PassThroughOperationType
PassThroughOperationRefTypeImpl. passThroughOperation
The cached value of the 'Pass Through Operation
' containment reference.Methods in net.opengis.gml311.impl that return PassThroughOperationType Modifier and Type Method Description PassThroughOperationType
Gml311FactoryImpl. createPassThroughOperationType()
PassThroughOperationType
DocumentRootImpl. getPassThroughOperation()
PassThroughOperationType
PassThroughOperationRefTypeImpl. getPassThroughOperation()
Methods in net.opengis.gml311.impl with parameters of type PassThroughOperationType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPassThroughOperation(PassThroughOperationType newPassThroughOperation, NotificationChain msgs)
NotificationChain
PassThroughOperationRefTypeImpl. basicSetPassThroughOperation(PassThroughOperationType newPassThroughOperation, NotificationChain msgs)
void
DocumentRootImpl. setPassThroughOperation(PassThroughOperationType newPassThroughOperation)
void
PassThroughOperationRefTypeImpl. setPassThroughOperation(PassThroughOperationType newPassThroughOperation)
-
Uses of PassThroughOperationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PassThroughOperationType Modifier and Type Method Description T
Gml311Switch. casePassThroughOperationType(PassThroughOperationType object)
Returns the result of interpreting the object as an instance of 'Pass Through Operation Type'.boolean
Gml311Validator. validatePassThroughOperationType(PassThroughOperationType passThroughOperationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-