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