Uses of Interface
net.opengis.wcs20.ServiceParametersType
-
Packages that use ServiceParametersType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ServiceParametersType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ServiceParametersType Modifier and Type Method Description ServiceParametersType
Wcs20Factory. createServiceParametersType()
Returns a new object of class 'Service Parameters Type'.ServiceParametersType
CoverageDescriptionType. getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.ServiceParametersType
DocumentRoot. getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.ServiceParametersType
OfferedCoverageType. getServiceParameters()
Returns the value of the 'Service Parameters' containment reference.Methods in net.opengis.wcs20 with parameters of type ServiceParametersType Modifier and Type Method Description void
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 ServiceParametersType Modifier and Type Class Description class
ServiceParametersTypeImpl
An implementation of the model object 'Service Parameters Type'.Fields in net.opengis.wcs20.impl declared as ServiceParametersType Modifier and Type Field Description protected 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 ServiceParametersType Modifier and Type Method Description ServiceParametersType
Wcs20FactoryImpl. createServiceParametersType()
ServiceParametersType
CoverageDescriptionTypeImpl. getServiceParameters()
ServiceParametersType
DocumentRootImpl. getServiceParameters()
ServiceParametersType
OfferedCoverageTypeImpl. getServiceParameters()
Methods in net.opengis.wcs20.impl with parameters of type ServiceParametersType Modifier and Type Method Description NotificationChain
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 ServiceParametersType Modifier and Type Method Description boolean
Wcs20Validator. validateServiceParametersType(ServiceParametersType serviceParametersType, DiagnosticChain diagnostics, Map<Object,Object> context)
-