| java.lang.Object net.refractions.udig.mapgraphic.grid.GridMapGraphic
GridMapGraphic | public class GridMapGraphic implements MapGraphic(Code) | | Draws the grid on the map.
author: Jesse since: 1.1.0 |
closest | public double[] closest(int x, int y, ILayer layer) throws FactoryException(Code) | | calculates the closest point to x,y.
Parameters: x - x coord in screen coords Parameters: y - y coord in screen coords Parameters: layer - layer containing this map graphic the closest point on the grid in map coords throws: FactoryException - |
|
|