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 void
TrackLayerEditor. updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext)
protected void
VectorDataLayerEditor. 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 class
SimpleFeaturePointFigure
A figure representing point features.class
SimpleFeatureShapeFigure
A figure representing shape features.Methods in org.esa.snap.ui.product that return SimpleFeatureFigure Modifier and Type Method Description SimpleFeatureFigure
SimpleFeatureFigureFactory. 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.SimpleFeatureFigure
ProductSceneView. getSelectedFeatureFigure()
-