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 interface
OperationParameterType
A 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 class
OperationParameterBaseTypeImpl
An implementation of the model object 'Operation Parameter Base Type'.class
OperationParameterTypeImpl
An 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 T
Gml311Switch. caseOperationParameterBaseType(OperationParameterBaseType object)
Returns the result of interpreting the object as an instance of 'Operation Parameter Base Type'.boolean
Gml311Validator. validateOperationParameterBaseType(OperationParameterBaseType operationParameterBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-