Package org.esa.snap.core.subset
Class GeometrySubsetRegion
- java.lang.Object
- 
- org.esa.snap.core.subset.AbstractSubsetRegion
- 
- org.esa.snap.core.subset.GeometrySubsetRegion
 
 
- 
 public class GeometrySubsetRegion extends AbstractSubsetRegion Created by jcoravu on 13/2/2020.
- 
- 
Field Summary- 
Fields inherited from class org.esa.snap.core.subset.AbstractSubsetRegionborderPixels
 
- 
 - 
Constructor SummaryConstructors Constructor Description GeometrySubsetRegion(org.locationtech.jts.geom.Geometry geometryRegion, int borderPixels)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RectanglecomputeBandPixelRegion(GeoCoding productDefaultGeoCoding, GeoCoding bandDefaultGeoCoding, int defaultProductWidth, int defaultProductHeight, int defaultBandWidth, int defaultBandHeight, boolean roundPixelRegion)RectanglecomputeProductPixelRegion(GeoCoding productDefaultGeoCoding, int defaultProductWidth, int defaultProductHeight, boolean roundPixelRegion)- 
Methods inherited from class org.esa.snap.core.subset.AbstractSubsetRegionvalidateDefaultSize
 
- 
 
- 
- 
- 
Method Detail- 
computeProductPixelRegionpublic Rectangle computeProductPixelRegion(GeoCoding productDefaultGeoCoding, int defaultProductWidth, int defaultProductHeight, boolean roundPixelRegion) - Specified by:
- computeProductPixelRegionin class- AbstractSubsetRegion
 
 - 
computeBandPixelRegionpublic Rectangle computeBandPixelRegion(GeoCoding productDefaultGeoCoding, GeoCoding bandDefaultGeoCoding, int defaultProductWidth, int defaultProductHeight, int defaultBandWidth, int defaultBandHeight, boolean roundPixelRegion) - Specified by:
- computeBandPixelRegionin class- AbstractSubsetRegion
 
 
- 
 
-