public class TransformRaster extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
TransformRaster() |
protected |
TransformRaster(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int |
getAsset()
Asset key to transform.
|
protected static long |
getCPtr(TransformRaster obj) |
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.
|
BBox2d |
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.
|
Matrix2x3d |
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(BBox2d 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(Matrix2x3d value)
2x3 raster-to-world transformation matrix.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected TransformRaster(long cPtr,
boolean cMemoryOwn)
public TransformRaster()
protected static long getCPtr(TransformRaster obj)
public 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(BBox2d value)
public BBox2d 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(Matrix2x3d value)
public Matrix2x3d getWorldTransform()