Package org.esa.snap.ui.product
Interface SimpleFeatureFigure
-
- All Superinterfaces:
Cloneable
,com.bc.ceres.swing.figure.Figure
,com.bc.ceres.swing.undo.Restorable
- All Known Implementing Classes:
SimpleFeaturePointFigure
,SimpleFeatureShapeFigure
public interface SimpleFeatureFigure extends com.bc.ceres.swing.figure.Figure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
forceRegeneration()
org.locationtech.jts.geom.Geometry
getGeometry()
org.opengis.feature.simple.SimpleFeature
getSimpleFeature()
void
setGeometry(org.locationtech.jts.geom.Geometry geometry)
-
Methods inherited from interface com.bc.ceres.swing.figure.Figure
addChangeListener, addFigure, addFigure, addFigures, addSegment, clone, contains, createHandles, dispose, draw, getBounds, getChangeListeners, getEffectiveStyle, getFigure, getFigure, getFigureCount, getFigureIndex, getFigures, getFigures, getMaxSelectionStage, getNormalStyle, getRank, getSegment, getSelectedStyle, isCloseTo, isCollection, isSelectable, isSelected, move, removeAllFigures, removeChangeListener, removeFigure, removeFigures, removeSegment, rotate, scale, setNormalStyle, setSegment, setSelected, setSelectedStyle
-
-