public class ExportTiledModel extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportTiledModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
getClipToBoundary()
Clip tiled model to boundary shapes.
|
boolean |
getClipToRegion()
Clip tiled model to chunk region.
|
CoordinateSystem |
getCRS()
Output coordinate system.
|
int |
getFaceCount()
Number of faces per megapixel of texture resolution (block model export only).
|
int |
getFolderDepth()
Tileset subdivision depth (Cesium format only).
|
TiledModelFormat |
getFormat()
Export format.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
boolean |
getModelCompression()
Enable mesh compression (Cesium format only).
|
ModelFormat |
getModelFormat()
Model format for zip export.
|
int |
getModelGroup()
Block model key to export.
|
java.lang.String |
getPath()
Path to output model.
|
double |
getPixelSize()
Target model resolution in meters (block model export only).
|
RasterTransformType |
getRasterTransform()
Raster band transformation.
|
double |
getScreenSpaceError()
Target screen space error (Cesium format only).
|
ImageFormat |
getTextureFormat()
Texture format.
|
int |
getTiledModel()
Tiled model key to export.
|
java.lang.String |
getTilesetVersion()
Cesium 3D Tiles format version to export (1.0 or 1.1).
|
int |
getTileSize()
Size of tiles in pixels (block model export only).
|
boolean |
getUseTilesetTransform()
Use tileset transform instead of individual tile transforms (Cesium format only).
|
void |
setClipToBoundary(boolean value)
Clip tiled model to boundary shapes.
|
void |
setClipToRegion(boolean value)
Clip tiled model to chunk region.
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setFaceCount(int value)
Number of faces per megapixel of texture resolution (block model export only).
|
void |
setFolderDepth(int value)
Tileset subdivision depth (Cesium format only).
|
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 |
setModelGroup(int value)
Block model key to export.
|
void |
setPath(java.lang.String value)
Path to output model.
|
void |
setPixelSize(double value)
Target model resolution in meters (block model export only).
|
void |
setRasterTransform(RasterTransformType value)
Raster band transformation.
|
void |
setScreenSpaceError(double value)
Target screen space error (Cesium format only).
|
void |
setTextureFormat(ImageFormat value)
Texture format.
|
void |
setTiledModel(int value)
Tiled model key to export.
|
void |
setTilesetVersion(java.lang.String value)
Cesium 3D Tiles format version to export (1.0 or 1.1).
|
void |
setTileSize(int value)
Size of tiles in pixels (block model export only).
|
void |
setUseTilesetTransform(boolean value)
Use tileset transform instead of individual tile transforms (Cesium format only).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setClipToRegion(boolean value)
public boolean getClipToRegion()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFaceCount(int value)
public int getFaceCount()
public void setFolderDepth(int value)
public int getFolderDepth()
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 setModelGroup(int value)
public int getModelGroup()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setPixelSize(double value)
public double getPixelSize()
public void setRasterTransform(RasterTransformType value)
public RasterTransformType getRasterTransform()
public void setScreenSpaceError(double value)
public double getScreenSpaceError()
public void setTextureFormat(ImageFormat value)
public ImageFormat getTextureFormat()
public void setTileSize(int value)
public int getTileSize()
public void setTiledModel(int value)
public int getTiledModel()
public void setTilesetVersion(java.lang.String value)
public java.lang.String getTilesetVersion()
public void setUseTilesetTransform(boolean value)
public boolean getUseTilesetTransform()