public class TransformRaster extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
TransformRaster() |
Modifier and Type | Method and Description |
---|---|
int |
getAsset()
Asset key to transform.
|
boolean |
getClipToBoundary()
Clip raster to boundary shapes.
|
boolean |
getCopyOrthophotos()
Copy orthophotos (orthomosaic asset type only).
|
int[] |
getFrames()
List of frames to process.
|
int |
getHeight()
Raster height.
|
double |
getNodataValue()
No-data value (DEM export only).
|
boolean |
getNorthUp()
Use north-up orientation for export.
|
int |
getOperandAsset()
Operand asset key.
|
int |
getOperandChunk()
Operand chunk key.
|
int |
getOperandFrame()
Operand frame key.
|
OrthoProjection |
getProjection()
Output projection.
|
BBox |
getRegion()
Region to be processed.
|
boolean |
getReplaceAsset()
Replace default raster with transformed one.
|
double |
getResolution()
Output resolution in meters.
|
double |
getResolutionX()
Pixel size in the X dimension in projected units.
|
double |
getResolutionY()
Pixel size in the Y dimension in projected units.
|
DataSource |
getSourceData()
Selects between DEM and orthomosaic.
|
boolean |
getSubtract()
Subtraction flag.
|
int |
getWidth()
Raster width.
|
Matrix |
getWorldTransform()
2x3 raster-to-world transformation matrix.
|
void |
setAsset(int value)
Asset key to transform.
|
void |
setClipToBoundary(boolean value)
Clip raster to boundary shapes.
|
void |
setCopyOrthophotos(boolean value)
Copy orthophotos (orthomosaic asset type only).
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setHeight(int value)
Raster height.
|
void |
setNodataValue(double value)
No-data value (DEM export only).
|
void |
setNorthUp(boolean value)
Use north-up orientation for export.
|
void |
setOperandAsset(int value)
Operand asset key.
|
void |
setOperandChunk(int value)
Operand chunk key.
|
void |
setOperandFrame(int value)
Operand frame key.
|
void |
setProjection(OrthoProjection value)
Output projection.
|
void |
setRegion(BBox value)
Region to be processed.
|
void |
setReplaceAsset(boolean value)
Replace default raster with transformed one.
|
void |
setResolution(double value)
Output resolution in meters.
|
void |
setResolutionX(double value)
Pixel size in the X dimension in projected units.
|
void |
setResolutionY(double value)
Pixel size in the Y dimension in projected units.
|
void |
setSourceData(DataSource value)
Selects between DEM and orthomosaic.
|
void |
setSubtract(boolean value)
Subtraction flag.
|
void |
setWidth(int value)
Raster width.
|
void |
setWorldTransform(Matrix value)
2x3 raster-to-world transformation matrix.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setAsset(int value)
public int getAsset()
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setCopyOrthophotos(boolean value)
public boolean getCopyOrthophotos()
public void setFrames(int[] value)
public int[] getFrames()
public void setHeight(int value)
public int getHeight()
public void setNodataValue(double value)
public double getNodataValue()
public void setNorthUp(boolean value)
public boolean getNorthUp()
public void setOperandAsset(int value)
public int getOperandAsset()
public void setOperandChunk(int value)
public int getOperandChunk()
public void setOperandFrame(int value)
public int getOperandFrame()
public void setProjection(OrthoProjection value)
public OrthoProjection getProjection()
public void setRegion(BBox value)
public BBox getRegion()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()
public void setResolution(double value)
public double getResolution()
public void setResolutionX(double value)
public double getResolutionX()
public void setResolutionY(double value)
public double getResolutionY()
public void setSourceData(DataSource value)
public DataSource getSourceData()
public void setSubtract(boolean value)
public boolean getSubtract()
public void setWidth(int value)
public int getWidth()
public void setWorldTransform(Matrix value)
public Matrix getWorldTransform()