public interface CoverageStore extends CoverageSource
CoverageSource.AdditionalDomain, CoverageSource.DomainType, CoverageSource.SpatialDomain, CoverageSource.TemporalDomain, CoverageSource.VerticalDomain| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Parameter<?>> | getUpdateParameterInfo()Describes the required (and optional) parameters that can be passed to the  #update(CoverageReadRequest, ProgressListener)method. | 
| CoverageResponse | update(CoverageUpdateRequest writeRequest,
      ProgressListener progress)Issue a writeRequest to the coverage store. | 
dispose, getAdditionalDomains, getCapabilities, getCoordinateReferenceSystem, getDimensionDescriptors, getInfo, getMetadata, getMetadataDomains, getName, getOverviewsLayouts, getOverviewsNumber, getRangeType, getReadParameterInfo, getSpatialDomain, getTemporalDomain, getVerticalDomain, readMap<String,Parameter<?>> getUpdateParameterInfo()
#update(CoverageReadRequest, ProgressListener) method.
 CoverageResponse update(CoverageUpdateRequest writeRequest, ProgressListener progress)
The writeRequest should be constructed within the guidelines provided by the getUpdateParameterInfo method; and should be limited to the abilities laid out by the getCapabilities method.
writeRequest - progress - Copyright © 1996–2019 Geotools. All rights reserved.