| javax.swing.JFrame fr.ign.cogit.geoxygene.util.viewer.ObjectViewerInterface
ObjectViewerInterface | class ObjectViewerInterface extends JFrame implements Observer(Code) | | This class instanciates the GUI of the (Geo)Object Viewer.
author: Thierry Badard & Arnaud Braun version: 1.0 |
Inner Class :protected class ObjectsIDAndSource | |
Field Summary | |
protected JPanel | panel_themes JPanel for themes. | protected Viewer | view It is a reference to the Geotools viewer. |
Method Summary | |
protected void | addAFeatureCollectionTheme(FT_FeatureCollection fColl, String themeName) Display objects stored in the FeatureCollection, in a Theme with the given name. | protected void | addAShapefileTheme(URL url) Display objects stored in the FeatureCollection, with a given name. | protected void | addAnImageTheme(String fileName, int x, int y, int width, int height) | protected void | downTheme(Theme t) | protected Vector | getActiveThemes() | protected Vector | getSelectedObjects() | protected void | refreshAFeatureCollectionTheme(FT_FeatureCollection fColl, String themeName) Refresh the FeatureCollection displayed in the viewer with this given name. | public void | refreshAFeatureCollectionTheme(FT_Feature feature, String themeName) Refresh the FeatureCollection displayed in the viewer with this given name with this feature.
The feature must already belong to the collection. | protected void | removeTheme(ObjectViewerThemeProperties prop) | protected void | upTheme(Theme t) | public void | update(Observable o, Object rect) |
panel_themes | protected JPanel panel_themes(Code) | | JPanel for themes.
|
view | protected Viewer view(Code) | | It is a reference to the Geotools viewer.
|
addAFeatureCollectionTheme | protected void addAFeatureCollectionTheme(FT_FeatureCollection fColl, String themeName)(Code) | | Display objects stored in the FeatureCollection, in a Theme with the given name.
|
addAShapefileTheme | protected void addAShapefileTheme(URL url)(Code) | | Display objects stored in the FeatureCollection, with a given name.
|
addAnImageTheme | protected void addAnImageTheme(String fileName, int x, int y, int width, int height)(Code) | | Display a JPEG image
|
downTheme | protected void downTheme(Theme t)(Code) | | Moves down a theme
|
getSelectedObjects | protected Vector getSelectedObjects()(Code) | | |
refreshAFeatureCollectionTheme | protected void refreshAFeatureCollectionTheme(FT_FeatureCollection fColl, String themeName)(Code) | | Refresh the FeatureCollection displayed in the viewer with this given name.
|
refreshAFeatureCollectionTheme | public void refreshAFeatureCollectionTheme(FT_Feature feature, String themeName)(Code) | | Refresh the FeatureCollection displayed in the viewer with this given name with this feature.
The feature must already belong to the collection.
|
upTheme | protected void upTheme(Theme t)(Code) | | Move up a theme
|
|
|