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.wcs20Methods in net.opengis.wcs20 that return ServiceParametersType Modifier and Type Method Description ServiceParametersTypeWcs20Factory. createServiceParametersType()Returns a new object of class 'Service Parameters Type'.ServiceParametersTypeCoverageDescriptionType. getServiceParameters()Returns the value of the 'Service Parameters' containment reference.ServiceParametersTypeDocumentRoot. getServiceParameters()Returns the value of the 'Service Parameters' containment reference.ServiceParametersTypeOfferedCoverageType. 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 voidCoverageDescriptionType. setServiceParameters(ServiceParametersType value)Sets the value of the 'Service Parameters' containment reference.voidDocumentRoot. setServiceParameters(ServiceParametersType value)Sets the value of the 'Service Parameters' containment reference.voidOfferedCoverageType. setServiceParameters(ServiceParametersType value)Sets the value of the 'Service Parameters' containment reference.
- 
Uses of ServiceParametersType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement ServiceParametersType Modifier and Type Class Description classServiceParametersTypeImplAn implementation of the model object 'Service Parameters Type'.Fields in net.opengis.wcs20.impl declared as ServiceParametersType Modifier and Type Field Description protected ServiceParametersTypeCoverageDescriptionTypeImpl. serviceParametersThe cached value of the 'Service Parameters' containment reference.protected ServiceParametersTypeOfferedCoverageTypeImpl. serviceParametersThe cached value of the 'Service Parameters' containment reference.Methods in net.opengis.wcs20.impl that return ServiceParametersType Modifier and Type Method Description ServiceParametersTypeWcs20FactoryImpl. createServiceParametersType()ServiceParametersTypeCoverageDescriptionTypeImpl. getServiceParameters()ServiceParametersTypeDocumentRootImpl. getServiceParameters()ServiceParametersTypeOfferedCoverageTypeImpl. getServiceParameters()Methods in net.opengis.wcs20.impl with parameters of type ServiceParametersType Modifier and Type Method Description NotificationChainCoverageDescriptionTypeImpl. basicSetServiceParameters(ServiceParametersType newServiceParameters, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetServiceParameters(ServiceParametersType newServiceParameters, NotificationChain msgs)NotificationChainOfferedCoverageTypeImpl. basicSetServiceParameters(ServiceParametersType newServiceParameters, NotificationChain msgs)voidCoverageDescriptionTypeImpl. setServiceParameters(ServiceParametersType newServiceParameters)voidDocumentRootImpl. setServiceParameters(ServiceParametersType newServiceParameters)voidOfferedCoverageTypeImpl. setServiceParameters(ServiceParametersType newServiceParameters)
- 
Uses of ServiceParametersType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type ServiceParametersType Modifier and Type Method Description booleanWcs20Validator. validateServiceParametersType(ServiceParametersType serviceParametersType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-