Package org.esa.snap.ui
Class BoundaryOverlayImpl
- java.lang.Object
-
- org.esa.snap.ui.BoundaryOverlay
-
- org.esa.snap.ui.BoundaryOverlayImpl
-
- All Implemented Interfaces:
LayerCanvas.Overlay
public class BoundaryOverlayImpl extends BoundaryOverlay
This class extends aBoundaryOverlay
by the ability to draw a selected product.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BoundaryOverlayImpl(WorldMapPaneDataModel dataModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleSelectedProduct(Rendering rendering, Product selectedProduct)
-
Methods inherited from class org.esa.snap.ui.BoundaryOverlay
drawProduct, paintOverlay
-
-
-
-
Constructor Detail
-
BoundaryOverlayImpl
protected BoundaryOverlayImpl(WorldMapPaneDataModel dataModel)
-
-
Method Detail
-
handleSelectedProduct
protected void handleSelectedProduct(Rendering rendering, Product selectedProduct)
- Specified by:
handleSelectedProduct
in classBoundaryOverlay
-
-