Package org.geotools.coverage.io
Interface CoverageStore
- All Superinterfaces:
CoverageSource
Provided read-write access to a coverage data product.
- Author:
- Simone Giannecchini, GeoSolutions, Jody Garnett
-
Nested Class Summary
Nested classes/interfaces inherited from interface CoverageSource
CoverageSource.AdditionalDomain, CoverageSource.DomainType, CoverageSource.SpatialDomain, CoverageSource.TemporalDomain, CoverageSource.VerticalDomain
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the required (and optional) parameters that can be passed to the#update(CoverageReadRequest, ProgressListener)
method.update
(CoverageUpdateRequest writeRequest, ProgressListener progress) Issue a writeRequest to the coverage store.Methods inherited from interface CoverageSource
dispose, getAdditionalDomains, getCapabilities, getCoordinateReferenceSystem, getDimensionDescriptors, getInfo, getMetadata, getMetadataDomains, getName, getOverviewsLayouts, getOverviewsNumber, getRangeType, getReadParameterInfo, getSpatialDomain, getTemporalDomain, getVerticalDomain, read
-
Method Details
-
getUpdateParameterInfo
Describes the required (and optional) parameters that can be passed to the#update(CoverageReadRequest, ProgressListener)
method. -
update
Issue a writeRequest to the coverage store.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.
- Returns:
- response capturing the success/failure and side effects of performing the update.
-