public class CopyDataset
extends java.lang.Object
| Constructor and Description |
|---|
CopyDataset(java.lang.String src,
java.lang.String dst)
Constructor
|
CopyDataset(java.lang.String src,
java.lang.String dst,
IncrementableTask incrementableTask)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy()
Función que realiza la copia del dataset
|
int |
getPercent()
Obtiene el incremento de escritura
|
public CopyDataset(java.lang.String src,
java.lang.String dst)
throws LoadLayerException
src - Nombre del fichero fuentedst - Nombre del fichero destinoLoadLayerExceptionLoadLayerExceptionRasterDriverExceptionNotSupportedExtensionExceptionpublic CopyDataset(java.lang.String src,
java.lang.String dst,
IncrementableTask incrementableTask)
throws LoadLayerException
src - Nombre del fichero fuentedst - Nombre del fichero destinoLoadLayerExceptionRasterDriverExceptionNotSupportedExtensionExceptionpublic void copy()
throws ProcessInterruptedException,
ProcessException
ProcessExceptionProcessExceptionjava.lang.InterruptedExceptionProcessInterruptedExceptionpublic int getPercent()