Uses of Interface
net.opengis.ows20.AdditionalParametersBaseType
- 
Packages that use AdditionalParametersBaseType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util 
- 
- 
Uses of AdditionalParametersBaseType in net.opengis.ows20Subinterfaces of AdditionalParametersBaseType in net.opengis.ows20 Modifier and Type Interface Description interfaceAdditionalParametersTypeA representation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20 that return AdditionalParametersBaseType Modifier and Type Method Description AdditionalParametersBaseTypeOws20Factory. createAdditionalParametersBaseType()Returns a new object of class 'Additional Parameters Base Type'.
- 
Uses of AdditionalParametersBaseType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement AdditionalParametersBaseType Modifier and Type Class Description classAdditionalParametersBaseTypeImplAn implementation of the model object 'Additional Parameters Base Type'.classAdditionalParametersTypeImplAn implementation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20.impl that return AdditionalParametersBaseType Modifier and Type Method Description AdditionalParametersBaseTypeOws20FactoryImpl. createAdditionalParametersBaseType()
- 
Uses of AdditionalParametersBaseType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type AdditionalParametersBaseType Modifier and Type Method Description TOws20Switch. caseAdditionalParametersBaseType(AdditionalParametersBaseType object)Returns the result of interpreting the object as an instance of 'Additional Parameters Base Type'.booleanOws20Validator. validateAdditionalParametersBaseType(AdditionalParametersBaseType additionalParametersBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-