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.ows20
Subinterfaces of AdditionalParametersBaseType in net.opengis.ows20 Modifier and Type Interface Description interface
AdditionalParametersType
A representation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20 that return AdditionalParametersBaseType Modifier and Type Method Description AdditionalParametersBaseType
Ows20Factory. createAdditionalParametersBaseType()
Returns a new object of class 'Additional Parameters Base Type'. -
Uses of AdditionalParametersBaseType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AdditionalParametersBaseType Modifier and Type Class Description class
AdditionalParametersBaseTypeImpl
An implementation of the model object 'Additional Parameters Base Type'.class
AdditionalParametersTypeImpl
An implementation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20.impl that return AdditionalParametersBaseType Modifier and Type Method Description AdditionalParametersBaseType
Ows20FactoryImpl. createAdditionalParametersBaseType()
-
Uses of AdditionalParametersBaseType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AdditionalParametersBaseType Modifier and Type Method Description T
Ows20Switch. caseAdditionalParametersBaseType(AdditionalParametersBaseType object)
Returns the result of interpreting the object as an instance of 'Additional Parameters Base Type'.boolean
Ows20Validator. validateAdditionalParametersBaseType(AdditionalParametersBaseType additionalParametersBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-