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.
|
String |
getDriverName()
Obtiene el nombre del driver.
|
Params |
getParams()
Obtiene los parámetros del driver.
|
int |
getPercent()
Porcentaje de escritura completado.
|
String |
getProviderName()
Gets the provider name of this
RasterWriter |
void |
setCancellableRasterDriver(ExternalCancellable cancellable)
Assigns the object to be cancelled
|
void |
setColorBandsInterpretation(String[] colorInterp)
Asigna la interpretación de color para el fichero de salida.
|
void |
setWkt(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 IOException,
ProcessInterruptedException
void writeClose()
throws IOException
IOExceptionvoid writeCancel()
void setWkt(String wkt)
wkt - Params getParams()
void setColorBandsInterpretation(String[] colorInterp)
colorInterp - Interpretación de colorString getDriverName()
int getPercent()
void setCancellableRasterDriver(ExternalCancellable cancellable)
cancellable - String getProviderName()
RasterWriter