Uses of Interface
net.opengis.ows20.AdditionalParametersType
-
Packages that use AdditionalParametersType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of AdditionalParametersType in net.opengis.ows20
Methods in net.opengis.ows20 that return AdditionalParametersType Modifier and Type Method Description AdditionalParametersType
Ows20Factory. createAdditionalParametersType()
Returns a new object of class 'Additional Parameters Type'.AdditionalParametersType
DocumentRoot. getAdditionalParameters()
Returns the value of the 'Additional Parameters' containment reference.Methods in net.opengis.ows20 with parameters of type AdditionalParametersType Modifier and Type Method Description void
DocumentRoot. setAdditionalParameters(AdditionalParametersType value)
Sets the value of the 'Additional Parameters
' containment reference. -
Uses of AdditionalParametersType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AdditionalParametersType Modifier and Type Class Description class
AdditionalParametersTypeImpl
An implementation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20.impl that return AdditionalParametersType Modifier and Type Method Description AdditionalParametersType
Ows20FactoryImpl. createAdditionalParametersType()
AdditionalParametersType
DocumentRootImpl. getAdditionalParameters()
Methods in net.opengis.ows20.impl with parameters of type AdditionalParametersType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAdditionalParameters(AdditionalParametersType newAdditionalParameters, NotificationChain msgs)
void
DocumentRootImpl. setAdditionalParameters(AdditionalParametersType newAdditionalParameters)
-
Uses of AdditionalParametersType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AdditionalParametersType Modifier and Type Method Description T
Ows20Switch. caseAdditionalParametersType(AdditionalParametersType object)
Returns the result of interpreting the object as an instance of 'Additional Parameters Type'.boolean
Ows20Validator. validateAdditionalParametersType(AdditionalParametersType additionalParametersType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AdditionalParametersType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AdditionalParametersType Modifier and Type Method Description boolean
DocumentRootValidator. validateAdditionalParameters(AdditionalParametersType value)
-