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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.bc.ceres.swing.figure.Figure
com.bc.ceres.swing.figure.Figure.Rank
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.locationtech.jts.geom.Geometry
org.opengis.feature.simple.SimpleFeature
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
Methods inherited from interface com.bc.ceres.swing.undo.Restorable
createMemento, setMemento
-
Method Details
-
getSimpleFeature
org.opengis.feature.simple.SimpleFeature getSimpleFeature() -
getGeometry
org.locationtech.jts.geom.Geometry getGeometry() -
setGeometry
void setGeometry(org.locationtech.jts.geom.Geometry geometry) -
forceRegeneration
void forceRegeneration()
-