public class ExportTiledModel extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportTiledModel() |
protected |
ExportTiledModel(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
boolean |
getClipToBoundary()
Clip tiled model to boundary shapes.
|
protected static long |
getCPtr(ExportTiledModel obj) |
CoordinateSystem |
getCRS()
Output coordinate system.
|
TiledModelFormat |
getFormat()
Export format.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
ModelFormat |
getModelFormat()
Model format for zip export.
|
java.lang.String |
getPath()
Path to output model.
|
RasterTransformType |
getRasterTransform()
Raster band transformation.
|
ImageFormat |
getTextureFormat()
Texture format.
|
void |
setClipToBoundary(boolean value)
Clip tiled model to boundary shapes.
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setFormat(TiledModelFormat value)
Export format.
|
void |
setImageCompression(ImageCompression value)
Image compression parameters.
|
void |
setModelFormat(ModelFormat value)
Model format for zip export.
|
void |
setPath(java.lang.String value)
Path to output model.
|
void |
setRasterTransform(RasterTransformType value)
Raster band transformation.
|
void |
setTextureFormat(ImageFormat value)
Texture format.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected ExportTiledModel(long cPtr,
boolean cMemoryOwn)
public ExportTiledModel()
protected static long getCPtr(ExportTiledModel obj)
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFormat(TiledModelFormat value)
public TiledModelFormat getFormat()
public void setImageCompression(ImageCompression value)
public ImageCompression getImageCompression()
public void setModelFormat(ModelFormat value)
public ModelFormat getModelFormat()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setRasterTransform(RasterTransformType value)
public RasterTransformType getRasterTransform()
public void setTextureFormat(ImageFormat value)
public ImageFormat getTextureFormat()