Uses of Interface
net.opengis.wcs20.ServiceParametersType
Packages that use ServiceParametersType
-
Uses of ServiceParametersType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ServiceParametersTypeModifier and TypeMethodDescriptionWcs20Factory.createServiceParametersType()
Returns a new object of class 'Service Parameters Type'.CoverageDescriptionType.getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.DocumentRoot.getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.OfferedCoverageType.getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.Methods in net.opengis.wcs20 with parameters of type ServiceParametersTypeModifier and TypeMethodDescriptionvoid
CoverageDescriptionType.setServiceParameters
(ServiceParametersType value) Sets the value of the 'Service Parameters
' containment reference.void
DocumentRoot.setServiceParameters
(ServiceParametersType value) Sets the value of the 'Service Parameters
' containment reference.void
OfferedCoverageType.setServiceParameters
(ServiceParametersType value) Sets the value of the 'Service Parameters
' containment reference. -
Uses of ServiceParametersType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ServiceParametersTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Service Parameters Type'.Fields in net.opengis.wcs20.impl declared as ServiceParametersTypeModifier and TypeFieldDescriptionprotected ServiceParametersType
CoverageDescriptionTypeImpl.serviceParameters
The cached value of the 'Service Parameters
' containment reference.protected ServiceParametersType
OfferedCoverageTypeImpl.serviceParameters
The cached value of the 'Service Parameters
' containment reference.Methods in net.opengis.wcs20.impl that return ServiceParametersTypeModifier and TypeMethodDescriptionWcs20FactoryImpl.createServiceParametersType()
CoverageDescriptionTypeImpl.getServiceParameters()
DocumentRootImpl.getServiceParameters()
OfferedCoverageTypeImpl.getServiceParameters()
Methods in net.opengis.wcs20.impl with parameters of type ServiceParametersTypeModifier and TypeMethodDescriptionNotificationChain
CoverageDescriptionTypeImpl.basicSetServiceParameters
(ServiceParametersType newServiceParameters, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetServiceParameters
(ServiceParametersType newServiceParameters, NotificationChain msgs) NotificationChain
OfferedCoverageTypeImpl.basicSetServiceParameters
(ServiceParametersType newServiceParameters, NotificationChain msgs) void
CoverageDescriptionTypeImpl.setServiceParameters
(ServiceParametersType newServiceParameters) void
DocumentRootImpl.setServiceParameters
(ServiceParametersType newServiceParameters) void
OfferedCoverageTypeImpl.setServiceParameters
(ServiceParametersType newServiceParameters) -
Uses of ServiceParametersType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ServiceParametersTypeModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateServiceParametersType
(ServiceParametersType serviceParametersType, DiagnosticChain diagnostics, Map<Object, Object> context)