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 RasterLegend
public abstract ColorTable read(File input) throws IOException
read
in interface RasterLegend
input
- IOException
- cuando ha fallado la cargapublic abstract void write(ColorTable colorTable, File output) throws IOException
write
in interface RasterLegend
colorTable
- output
- IOException
- cuando ha fallado la escritura