public class PansharpenOrthomosaic extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
PansharpenOrthomosaic() |
Modifier and Type | Method and Description |
---|---|
int |
getChannels()
Orthomosaic channel mask (boolean flags, e.g.
|
boolean |
getClipToPanData()
Clip result to high resolution orthomosaic.
|
int[] |
getFrames()
List of frames to process.
|
int |
getOrthomosaic()
Orthomosaic to pansharpen.
|
int |
getPanChannels()
Detailed orthomosaic channel mask (boolean flags, e.g.
|
int |
getPanOrthomosaic()
Detailed orthomosaic.
|
boolean |
getReplaceAsset()
Replace source orthomosaic with pansharpened result.
|
void |
setChannels(int value)
Orthomosaic channel mask (boolean flags, e.g.
|
void |
setClipToPanData(boolean value)
Clip result to high resolution orthomosaic.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setOrthomosaic(int value)
Orthomosaic to pansharpen.
|
void |
setPanChannels(int value)
Detailed orthomosaic channel mask (boolean flags, e.g.
|
void |
setPanOrthomosaic(int value)
Detailed orthomosaic.
|
void |
setReplaceAsset(boolean value)
Replace source orthomosaic with pansharpened result.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setChannels(int value)
public int getChannels()
public void setClipToPanData(boolean value)
public boolean getClipToPanData()
public void setFrames(int[] value)
public int[] getFrames()
public void setOrthomosaic(int value)
public int getOrthomosaic()
public void setPanChannels(int value)
public int getPanChannels()
public void setPanOrthomosaic(int value)
public int getPanOrthomosaic()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()