Uses of Interface
org.esa.snap.ui.product.SimpleFeatureFigure
-
Packages that use SimpleFeatureFigure Package Description org.esa.snap.rcp.layermanager.editors org.esa.snap.ui.product -
-
Uses of SimpleFeatureFigure in org.esa.snap.rcp.layermanager.editors
Methods in org.esa.snap.rcp.layermanager.editors with parameters of type SimpleFeatureFigure Modifier and Type Method Description protected voidTrackLayerEditor. updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext)protected voidVectorDataLayerEditor. updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext) -
Uses of SimpleFeatureFigure in org.esa.snap.ui.product
Classes in org.esa.snap.ui.product that implement SimpleFeatureFigure Modifier and Type Class Description classSimpleFeaturePointFigureA figure representing point features.classSimpleFeatureShapeFigureA figure representing shape features.Methods in org.esa.snap.ui.product that return SimpleFeatureFigure Modifier and Type Method Description SimpleFeatureFigureSimpleFeatureFigureFactory. createSimpleFeatureFigure(org.opengis.feature.simple.SimpleFeature simpleFeature, String defaultStyleCss)SimpleFeatureFigure[]ProductSceneView. getFeatureFigures(boolean selectedOnly)Gets either the selected figures, or all the figures of the currently selected layer.SimpleFeatureFigureProductSceneView. getSelectedFeatureFigure()SimpleFeatureFigure[]ProductSceneView. getSelectedFeatureFigures()Deprecated.since BEAM 4.10, useProductSceneView.getFeatureFigures(boolean)instead
-