public class TransformRaster extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
TransformRaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAsset()
Asset key to transform.
|
DataSource |
getDataSource()
Selects between DEM and orthomosaic.
|
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.
|
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.
|
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 |
setDataSource(DataSource value)
Selects between DEM and orthomosaic.
|
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 |
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 |
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, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setAsset(int value)
public int getAsset()
public void setDataSource(DataSource value)
public DataSource getDataSource()
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 setResolution(double value)
public double getResolution()
public void setResolutionX(double value)
public double getResolutionX()
public void setResolutionY(double value)
public double getResolutionY()
public void setSubtract(boolean value)
public boolean getSubtract()
public void setWidth(int value)
public int getWidth()
public void setWorldTransform(Matrix value)
public Matrix getWorldTransform()