public abstract class RasterLegendIO extends Object implements RasterLegend
| Constructor and Description |
|---|
RasterLegendIO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Devuelve la descripcion a mostrar en los paneles de JFileChooser.
|
String[] |
getFormats() |
abstract ColorTable |
read(File input)
Lee una tabla de color del fichero pasado por parametro
|
abstract void |
write(ColorTable colorTable,
File output)
Guarda una tabla de color en el fichero pasado por parametro
|
public static String[] formats
public String[] getFormats()
public String getDescription()
getDescription in interface RasterLegendpublic abstract ColorTable read(File input) throws IOException
read in interface RasterLegendinput - IOException - cuando ha fallado la cargapublic abstract void write(ColorTable colorTable, File output) throws IOException
write in interface RasterLegendcolorTable - output - IOException - cuando ha fallado la escritura