public interface RasterWriter
Modifier and Type | Method and Description |
---|---|
void |
dataWrite()
Realiza la función de compresión a partir de los datos pasados por el
cliente.
|
java.lang.String |
getDriverName()
Obtiene el nombre del driver.
|
Params |
getParams()
Obtiene los parámetros del driver.
|
int |
getPercent()
Porcentaje de escritura completado.
|
java.lang.String |
getProviderName()
Gets the provider name of this
RasterWriter |
void |
setCancellableRasterDriver(ExternalCancellable cancellable)
Assigns the object to be cancelled
|
void |
setColorBandsInterpretation(java.lang.String[] colorInterp)
Asigna la interpretación de color para el fichero de salida.
|
void |
setWkt(java.lang.String wkt)
Añade la proyección Wkt con la que salvar.
|
void |
writeCancel()
Cancela el grabado de datos
|
void |
writeClose()
Cierra el driver
|
void dataWrite() throws java.io.IOException, ProcessInterruptedException
java.io.IOException
RmfSerializerException
ProcessInterruptedException
void writeClose() throws java.io.IOException
java.io.IOException
void writeCancel()
void setWkt(java.lang.String wkt)
wkt
- Params getParams()
void setColorBandsInterpretation(java.lang.String[] colorInterp)
colorInterp
- Interpretación de colorjava.lang.String getDriverName()
int getPercent()
void setCancellableRasterDriver(ExternalCancellable cancellable)
cancellable
- java.lang.String getProviderName()
RasterWriter