41 |
|
|
42 |
import schmitzm.geotools.GTUtil; |
import schmitzm.geotools.GTUtil; |
43 |
import schmitzm.geotools.grid.GridUtil; |
import schmitzm.geotools.grid.GridUtil; |
44 |
|
import skrueger.geotools.Copyable; |
45 |
import skrueger.i8n.Translation; |
import skrueger.i8n.Translation; |
46 |
|
|
47 |
/** |
/** |
50 |
* |
* |
51 |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
52 |
* |
* |
53 |
|
* TODO implements {@link Copyable} |
54 |
*/ |
*/ |
55 |
public class RasterLegendData extends HashMap<Double, Translation> { |
public class RasterLegendData extends HashMap<Double, Translation> { |
56 |
static private final Logger LOGGER = Logger.getLogger(RasterLegendData.class); |
static private final Logger LOGGER = Logger.getLogger(RasterLegendData.class); |