Interface SimpleFeatureFigure

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.bc.ceres.swing.figure.Figure

        com.bc.ceres.swing.figure.Figure.Rank
    • 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
      • Methods inherited from interface com.bc.ceres.swing.undo.Restorable

        createMemento, setMemento
    • Method Detail

      • 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()