Package org.esa.snap.core.util
Class RectangleExtender
java.lang.Object
org.esa.snap.core.util.RectangleExtender
Extends a rectangle using a horizontal and vertical extension.
 The rectangle is limited by the given clipping rectangle
- 
Constructor SummaryConstructorsConstructorDescriptionRectangleExtender(Rectangle clippingRect, int widthExtend, int heightExtend) Creates a RectangleExtender
- 
Method Summary
- 
Constructor Details- 
RectangleExtenderCreates a RectangleExtender- Parameters:
- clippingRect- The clipping Rectangle.
- widthExtend- The horizontal extension
- heightExtend- The vertical extension
 
 
- 
- 
Method Details- 
extendExtends the given rectangle and clips the result to the clipping rectangle.- Parameters:
- rectangle-
- Returns:
- extended rectangle
 
 
-