public interface Resampler
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canResample(Product multiSizeProduct)Performs a check whether the product can be resampled to a single-size product. | 
| String | getDescription()Returns a description of the resampler. | 
| String | getName()Returns the name of the resampler. | 
| Product | resample(Product multiSizeProduct)Resamples a multi-size product to a single-size product. | 
String getName()
String getDescription()
boolean canResample(Product multiSizeProduct)
multiSizeProduct - A product with multiple sizes and/or resolutions.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.