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 PassThroughOperationRefType
Gml311Factory. createPassThroughOperationRefType()
Returns a new object of class 'Pass Through Operation Ref Type'.PassThroughOperationRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
PassThroughOperationRefTypeImpl
An implementation of the model object 'Pass Through Operation Ref Type'.Methods in net.opengis.gml311.impl that return PassThroughOperationRefType Modifier and Type Method Description PassThroughOperationRefType
Gml311FactoryImpl. createPassThroughOperationRefType()
PassThroughOperationRefType
DocumentRootImpl. getPassThroughOperationRef()
Methods in net.opengis.gml311.impl with parameters of type PassThroughOperationRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPassThroughOperationRef(PassThroughOperationRefType newPassThroughOperationRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. casePassThroughOperationRefType(PassThroughOperationRefType object)
Returns the result of interpreting the object as an instance of 'Pass Through Operation Ref Type'.boolean
Gml311Validator. validatePassThroughOperationRefType(PassThroughOperationRefType passThroughOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-