Uses of Interface
org.esa.snap.ui.product.SimpleFeatureFigure
Packages that use SimpleFeatureFigure
-
Uses of SimpleFeatureFigure in org.esa.snap.rcp.layermanager.editors
Methods in org.esa.snap.rcp.layermanager.editors with parameters of type SimpleFeatureFigureModifier and TypeMethodDescriptionprotected 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 SimpleFeatureFigureModifier and TypeClassDescriptionclass
A figure representing point features.class
A figure representing shape features.Methods in org.esa.snap.ui.product that return SimpleFeatureFigureModifier and TypeMethodDescriptionSimpleFeatureFigureFactory.createSimpleFeatureFigure
(org.opengis.feature.simple.SimpleFeature simpleFeature, String defaultStyleCss) ProductSceneView.getFeatureFigures
(boolean selectedOnly) Gets either the selected figures, or all the figures of the currently selected layer.ProductSceneView.getSelectedFeatureFigure()