public class ExportTiledModel extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ExportTiledModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClipToBoundary()
Clip tiled model to boundary shapes.
|
CoordinateSystem |
getCRS()
Output coordinate system.
|
TiledModelFormat |
getFormat()
Export format.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
boolean |
getModelCompression()
Enable mesh compression (Cesium format only).
|
ModelFormat |
getModelFormat()
Model format for zip export.
|
java.lang.String |
getPath()
Path to output model.
|
RasterTransformType |
getRasterTransform()
Raster band transformation.
|
double |
getScreenSpaceError()
Target screen space error (Cesium format only).
|
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 |
setModelCompression(boolean value)
Enable mesh compression (Cesium format only).
|
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 |
setScreenSpaceError(double value)
Target screen space error (Cesium format only).
|
void |
setTextureFormat(ImageFormat value)
Texture format.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic 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 setModelCompression(boolean value)
public boolean getModelCompression()
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 setScreenSpaceError(double value)
public double getScreenSpaceError()
public void setTextureFormat(ImageFormat value)
public ImageFormat getTextureFormat()