| java.lang.Object java.util.Observable fr.ign.cogit.geoxygene.util.viewer.ObjectViewer
ObjectViewer | public class ObjectViewer extends Observable (Code) | | 2007 : amélioration de la gestion de la fermeture - grosso
author: Thierry Badard & Arnaud Braun version: 1.1 |
Constructor Summary | |
public | ObjectViewer() Creates a new ObjectViewer without connection to a Geodatabase. | public | ObjectViewer(Geodatabase db) Creates a new ObjectViewer with a connection to a Geodatabase. |
flagWindowClosing | public static boolean flagWindowClosing(Code) | | |
ObjectViewer | public ObjectViewer()(Code) | | Creates a new ObjectViewer without connection to a Geodatabase.
|
ObjectViewer | public ObjectViewer(Geodatabase db)(Code) | | Creates a new ObjectViewer with a connection to a Geodatabase.
|
addAShapefile | public void addAShapefile(URL url)(Code) | | Display objects stored in the shapefile given by url (without .shp) in an ObjectViewer.
|
addAnImage | public void addAnImage(URL url, int x, int y, int width, int height)(Code) | | Display an image (.jpg or .gif) in an ObjectViewer.
|
addFeatureCollection | public void addFeatureCollection(FT_FeatureCollection fColl, String themeName)(Code) | | Display objects stored in the FeatureCollection as a Theme with the given name.
|
refreshFeatureCollection | public void refreshFeatureCollection(FT_FeatureCollection fColl, String themeName)(Code) | | Refresh fully the FeatureCollection displayed in the viewer with this given name.
|
refreshFeatureCollection | public void refreshFeatureCollection(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.
|
|
|