public class DuplicateAsset extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
DuplicateAsset() |
Modifier and Type | Method and Description |
---|---|
int |
getAssetKey()
Asset key.
|
DataSource |
getAssetType()
Asset type.
|
boolean |
getClipToBoundary()
Clip to boundary shapes.
|
boolean |
getClipToRegion()
Clip to chunk region.
|
boolean |
getCopyOrthophotos()
Copy orthophotos (orthomosaic asset type only).
|
void |
setAssetKey(int value)
Asset key.
|
void |
setAssetType(DataSource value)
Asset type.
|
void |
setClipToBoundary(boolean value)
Clip to boundary shapes.
|
void |
setClipToRegion(boolean value)
Clip to chunk region.
|
void |
setCopyOrthophotos(boolean value)
Copy orthophotos (orthomosaic asset type only).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setAssetKey(int value)
public int getAssetKey()
public void setAssetType(DataSource value)
public DataSource getAssetType()
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setClipToRegion(boolean value)
public boolean getClipToRegion()
public void setCopyOrthophotos(boolean value)
public boolean getCopyOrthophotos()