public class ClipProcess
extends RasterProcess
ClippingProcess
es un proceso que usa un Thread
para aplicar un recorte a una capa y guardarlo en disco. Muestra una barra
de incremento informativa.Modifier and Type | Field and Description |
---|---|
static String |
AT |
static String |
COLOR_INTERP |
static String |
DRAW_BANDS |
static String |
DRIVER_PARAMS |
static String |
FILENAME |
static String |
INTERP_METHOD |
static String |
LAYER |
static String |
ONE_BY_BAND |
static String |
PATH |
static String |
PX_COORDS |
static String |
RESOLUTION |
static String |
SELECTED_ROIS |
static String |
SUFFIX |
static String |
TIME |
static String |
WORLD_COORDS |
Constructor and Description |
---|
ClipProcess() |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
int |
getPercent() |
String |
getTitle() |
void |
init()
Parámetros obligatorios al proceso:
filename: Nombre del fichero de salida
datawriter: Escritor de datos
viewname: Nombre de la vista sobre la que se carga la capa al acabar el proceso
pixelcoordinates: Coordenadas pixel del recorte (ulx, uly, lrx, lry)
layer: Capa de entrada para el recorte
drawablebands: Bandas de entrada
onelayerperband: booleano que informa de si escribimos una banda por fichero de salida o todas en un fichero
interpolationmethod: Método de interpolación.
|
void |
process()
Tarea de recorte
|
static void |
registerParameters() |
public static String LAYER
public static String PATH
public static String FILENAME
public static String TIME
public static String SUFFIX
public static String PX_COORDS
public static String WORLD_COORDS
public static String DRAW_BANDS
public static String ONE_BY_BAND
public static String INTERP_METHOD
public static String AT
public static String COLOR_INTERP
public static String SELECTED_ROIS
public static String RESOLUTION
public static String DRIVER_PARAMS
public void init()
public static void registerParameters()
public void process() throws ProcessInterruptedException, ClipException
public int getPercent()
public String getTitle()