- geoexplorer - package geoexplorer
-
- GeoExplorer - Class in geoexplorer
-
- GeoExplorer() - Constructor for class geoexplorer.GeoExplorer
-
- geoexplorer.gui - package geoexplorer.gui
-
- GeoMainFrame - Class in geoexplorer.gui
-
The main JFrame of the application: basically only contains a map panel.
- GeoMainFrame(String, MapPanel) - Constructor for class geoexplorer.gui.GeoMainFrame
-
Builds and initializes the main window.
- getBoundingBox() - Method in interface geoexplorer.gui.GraphicalPrimitive
-
Computes the bounding box of the graphical primitive.
- getBoundingBox() - Method in class geoexplorer.gui.LineString
-
- getBoundingBox() - Method in class geoexplorer.gui.Point
-
- getBoundingBox() - Method in class geoexplorer.gui.Polygon
-
- getConnection() - Static method in class database.Utils
-
- getHeight() - Method in class geoexplorer.gui.BoundingBox
-
Gets the height of the bounding box.
- getWidth() - Method in class geoexplorer.gui.BoundingBox
-
Gets the width of the bounding box.
- getX() - Method in class geoexplorer.gui.Point
-
Gets the x coordinate of the point.
- getY() - Method in class geoexplorer.gui.Point
-
Gets the y coordinate of the point.
- GraphicalPrimitive - Interface in geoexplorer.gui
-
Represents any graphical primitive which can be displayed in the map panel.