public abstract class AbstractSubsetRegion extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
borderPixels |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSubsetRegion(int borderPixels) |
Modifier and Type | Method and Description |
---|---|
abstract Rectangle |
computeBandPixelRegion(GeoCoding productDefaultGeoCoding,
GeoCoding bandDefaultGeoCoding,
int defaultProductWidth,
int defaultProductHeight,
int defaultBandWidth,
int defaultBandHeight,
boolean roundPixelRegion) |
abstract Rectangle |
computeProductPixelRegion(GeoCoding productDefaultGeoCoding,
int defaultProductWidth,
int defaultProductHeight,
boolean roundPixelRegion) |
protected void |
validateDefaultSize(int defaultProductWidth,
int defaultProductHeight,
String exceptionMessagePrefix) |
public abstract Rectangle computeProductPixelRegion(GeoCoding productDefaultGeoCoding, int defaultProductWidth, int defaultProductHeight, boolean roundPixelRegion)
public abstract Rectangle computeBandPixelRegion(GeoCoding productDefaultGeoCoding, GeoCoding bandDefaultGeoCoding, int defaultProductWidth, int defaultProductHeight, int defaultBandWidth, int defaultBandHeight, boolean roundPixelRegion)
protected void validateDefaultSize(int defaultProductWidth, int defaultProductHeight, String exceptionMessagePrefix)
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.