org.esa.beam.framework.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
 void forceRegeneration()
           
 com.vividsolutions.jts.geom.Geometry getGeometry()
           
 org.opengis.feature.simple.SimpleFeature getSimpleFeature()
           
 void setGeometry(com.vividsolutions.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 Detail

getSimpleFeature

org.opengis.feature.simple.SimpleFeature getSimpleFeature()

getGeometry

com.vividsolutions.jts.geom.Geometry getGeometry()

setGeometry

void setGeometry(com.vividsolutions.jts.geom.Geometry geometry)

forceRegeneration

void forceRegeneration()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.