Uses of Interface
net.opengis.gml311.OperationMethodBaseType
-
Packages that use OperationMethodBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationMethodBaseType in net.opengis.gml311
Subinterfaces of OperationMethodBaseType in net.opengis.gml311 Modifier and Type Interface Description interface
OperationMethodType
A representation of the model object 'Operation Method Type'. -
Uses of OperationMethodBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationMethodBaseType Modifier and Type Class Description class
OperationMethodBaseTypeImpl
An implementation of the model object 'Operation Method Base Type'.class
OperationMethodTypeImpl
An implementation of the model object 'Operation Method Type'. -
Uses of OperationMethodBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationMethodBaseType Modifier and Type Method Description T
Gml311Switch. caseOperationMethodBaseType(OperationMethodBaseType object)
Returns the result of interpreting the object as an instance of 'Operation Method Base Type'.boolean
Gml311Validator. validateOperationMethodBaseType(OperationMethodBaseType operationMethodBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-