Ejemplo n.º 1
0
 /**
  * Compute different parameters on a ruler
  *
  * @param drawingTools the {@link DrawingTools} of the canvas where the ruler will be drawn.
  * @param rulerModel the {@link RulerModel} of the drawn ruler.
  * @param canvasProjection the canvas projection.
  */
 public RulerDrawingResult computeRuler(
     DrawingTools drawingTools, RulerModel model, Transformation canvasProjection) {
   return oneShotRulerDrawer.computeRuler(drawingTools, model, canvasProjection);
 }