- database - package database
-
- draw(Graphics2D, CoordinateConverter) - Method in interface geoexplorer.gui.GraphicalPrimitive
-
The function that draws the primitive
- draw(Graphics2D, CoordinateConverter) - Method in class geoexplorer.gui.LineString
-
- draw(Graphics2D, CoordinateConverter) - Method in class geoexplorer.gui.Point
-
- draw(Graphics2D, CoordinateConverter) - Method in class geoexplorer.gui.Polygon
-
- drawColor - Variable in class geoexplorer.gui.LineString
-
The drawing color of the line string.
- drawColor - Variable in class geoexplorer.gui.Point
-
The drawing color.
- drawColor - Variable in class geoexplorer.gui.Polygon
-
The drawing color of the shape
- dxScreenToMap(int) - Method in class geoexplorer.gui.CoordinateConverter
-
Converts an x distance from the screen reference to the map reference (the only difference with
xScreenToMap is that it does not take into account the origin of the map reference.
- dyScreenToMap(int) - Method in class geoexplorer.gui.CoordinateConverter
-
Converts a y distance from the screen reference to the map reference (the only difference with
yScreenToMap is that it does not take into account the origin of the map reference.