Uses of Interface
net.opengis.gml311.OperationParameterBaseType
-
Packages that use OperationParameterBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterBaseType in net.opengis.gml311
Subinterfaces of OperationParameterBaseType in net.opengis.gml311 Modifier and Type Interface Description interfaceOperationParameterTypeA representation of the model object 'Operation Parameter Type'. -
Uses of OperationParameterBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterBaseType Modifier and Type Class Description classOperationParameterBaseTypeImplAn implementation of the model object 'Operation Parameter Base Type'.classOperationParameterTypeImplAn implementation of the model object 'Operation Parameter Type'. -
Uses of OperationParameterBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterBaseType Modifier and Type Method Description TGml311Switch. caseOperationParameterBaseType(OperationParameterBaseType object)Returns the result of interpreting the object as an instance of 'Operation Parameter Base Type'.booleanGml311Validator. validateOperationParameterBaseType(OperationParameterBaseType operationParameterBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-