Uses of Interface
net.opengis.gml311.OperationParameterGroupBaseType
-
Packages that use OperationParameterGroupBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterGroupBaseType in net.opengis.gml311
Subinterfaces of OperationParameterGroupBaseType in net.opengis.gml311 Modifier and Type Interface Description interface
OperationParameterGroupType
A representation of the model object 'Operation Parameter Group Type'. -
Uses of OperationParameterGroupBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterGroupBaseType Modifier and Type Class Description class
OperationParameterGroupBaseTypeImpl
An implementation of the model object 'Operation Parameter Group Base Type'.class
OperationParameterGroupTypeImpl
An implementation of the model object 'Operation Parameter Group Type'. -
Uses of OperationParameterGroupBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterGroupBaseType Modifier and Type Method Description T
Gml311Switch. caseOperationParameterGroupBaseType(OperationParameterGroupBaseType object)
Returns the result of interpreting the object as an instance of 'Operation Parameter Group Base Type'.boolean
Gml311Validator. validateOperationParameterGroupBaseType(OperationParameterGroupBaseType operationParameterGroupBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-