Exemple #1
0
 public BufferedImage getLegend(GetLegendGraphic req) throws OWSException {
   return getLegendHandler.getLegend(req);
 }
Exemple #2
0
 /**
  * @param style
  * @return the optimal legend size
  */
 public Pair<Integer, Integer> getLegendSize(Style style) {
   return getLegendHandler.getLegendSize(style);
 }