public class ExportPointCloud extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportPointCloud() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBinary()
Enables/disables binary encoding for selected format (if applicable).
|
double |
getBlockHeight()
Block height in meters.
|
double |
getBlockWidth()
Block width in meters.
|
int[] |
getClasses()
List of point classes to be exported.
|
boolean |
getClipToBoundary()
Clip point cloud to boundary shapes.
|
boolean |
getClipToRegion()
Clip point cloud to chunk region.
|
boolean |
getColorsRgb8Bit()
Convert colors to 8 bit RGB.
|
java.lang.String |
getComment()
Optional comment (if supported by selected format).
|
boolean |
getCompression()
Enable compression (Cesium format only).
|
CoordinateSystem |
getCRS()
Output coordinate system.
|
int |
getFolderDepth()
Tileset subdivision depth (Cesium format only).
|
PointCloudFormat |
getFormat()
Export format.
|
ImageFormat |
getImageFormat()
Image data format.
|
java.lang.String |
getPath()
Path to output file.
|
int |
getPointCloud()
Point cloud key to export.
|
RasterTransformType |
getRasterTransform()
Raster band transformation.
|
BBox |
getRegion()
Region to be exported.
|
boolean |
getSaveComment()
Enable comment export.
|
boolean |
getSaveImages()
Enable image export.
|
boolean |
getSavePointClassification()
Enables/disables export of point classification.
|
boolean |
getSavePointColor()
Enables/disables export of point color.
|
boolean |
getSavePointConfidence()
Enables/disables export of point confidence.
|
boolean |
getSavePointIndex()
Enables/disables export of point row and column indices.
|
boolean |
getSavePointIntensity()
Enables/disables export of point intensity.
|
boolean |
getSavePointNormal()
Enables/disables export of point normal.
|
boolean |
getSavePointReturnNumber()
Enables/disables export of point return number.
|
boolean |
getSavePointScanAngle()
Enables/disables export of point scan angle.
|
boolean |
getSavePointSourceId()
Enables/disables export of point source ID.
|
boolean |
getSavePointTimestamp()
Enables/disables export of point timestamp.
|
double |
getScreenSpaceError()
Target screen space error (Cesium format only).
|
Vector |
getShift()
Optional shift to be applied to point coordinates.
|
DataSource |
getSourceData()
Selects between point cloud and tie points.
|
boolean |
getSplitInBlocks()
Enable tiled export.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
java.lang.String |
getTilesetVersion()
Cesium 3D Tiles format version to export (1.0 or 1.1).
|
Viewpoint |
getViewpoint()
Default view.
|
void |
setBinary(boolean value)
Enables/disables binary encoding for selected format (if applicable).
|
void |
setBlockHeight(double value)
Block height in meters.
|
void |
setBlockWidth(double value)
Block width in meters.
|
void |
setClasses(int[] value)
List of point classes to be exported.
|
void |
setClipToBoundary(boolean value)
Clip point cloud to boundary shapes.
|
void |
setClipToRegion(boolean value)
Clip point cloud to chunk region.
|
void |
setColorsRgb8Bit(boolean value)
Convert colors to 8 bit RGB.
|
void |
setComment(java.lang.String value)
Optional comment (if supported by selected format).
|
void |
setCompression(boolean value)
Enable compression (Cesium format only).
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setFolderDepth(int value)
Tileset subdivision depth (Cesium format only).
|
void |
setFormat(PointCloudFormat value)
Export format.
|
void |
setImageFormat(ImageFormat value)
Image data format.
|
void |
setPath(java.lang.String value)
Path to output file.
|
void |
setPointCloud(int value)
Point cloud key to export.
|
void |
setRasterTransform(RasterTransformType value)
Raster band transformation.
|
void |
setRegion(BBox value)
Region to be exported.
|
void |
setSaveComment(boolean value)
Enable comment export.
|
void |
setSaveImages(boolean value)
Enable image export.
|
void |
setSavePointClassification(boolean value)
Enables/disables export of point classification.
|
void |
setSavePointColor(boolean value)
Enables/disables export of point color.
|
void |
setSavePointConfidence(boolean value)
Enables/disables export of point confidence.
|
void |
setSavePointIndex(boolean value)
Enables/disables export of point row and column indices.
|
void |
setSavePointIntensity(boolean value)
Enables/disables export of point intensity.
|
void |
setSavePointNormal(boolean value)
Enables/disables export of point normal.
|
void |
setSavePointReturnNumber(boolean value)
Enables/disables export of point return number.
|
void |
setSavePointScanAngle(boolean value)
Enables/disables export of point scan angle.
|
void |
setSavePointSourceId(boolean value)
Enables/disables export of point source ID.
|
void |
setSavePointTimestamp(boolean value)
Enables/disables export of point timestamp.
|
void |
setScreenSpaceError(double value)
Target screen space error (Cesium format only).
|
void |
setShift(Vector value)
Optional shift to be applied to point coordinates.
|
void |
setSourceData(DataSource value)
Selects between point cloud and tie points.
|
void |
setSplitInBlocks(boolean value)
Enable tiled export.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setTilesetVersion(java.lang.String value)
Cesium 3D Tiles format version to export (1.0 or 1.1).
|
void |
setViewpoint(Viewpoint value)
Default view.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBinary(boolean value)
public boolean getBinary()
public void setBlockHeight(double value)
public double getBlockHeight()
public void setBlockWidth(double value)
public double getBlockWidth()
public void setClasses(int[] value)
public int[] getClasses()
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setClipToRegion(boolean value)
public boolean getClipToRegion()
public void setColorsRgb8Bit(boolean value)
public boolean getColorsRgb8Bit()
public void setComment(java.lang.String value)
public java.lang.String getComment()
public void setCompression(boolean value)
public boolean getCompression()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFolderDepth(int value)
public int getFolderDepth()
public void setFormat(PointCloudFormat value)
public PointCloudFormat getFormat()
public void setImageFormat(ImageFormat value)
public ImageFormat getImageFormat()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setPointCloud(int value)
public int getPointCloud()
public void setRasterTransform(RasterTransformType value)
public RasterTransformType getRasterTransform()
public void setRegion(BBox value)
public BBox getRegion()
public void setSaveComment(boolean value)
public boolean getSaveComment()
public void setSaveImages(boolean value)
public boolean getSaveImages()
public void setSavePointClassification(boolean value)
public boolean getSavePointClassification()
public void setSavePointColor(boolean value)
public boolean getSavePointColor()
public void setSavePointConfidence(boolean value)
public boolean getSavePointConfidence()
public void setSavePointIndex(boolean value)
public boolean getSavePointIndex()
public void setSavePointIntensity(boolean value)
public boolean getSavePointIntensity()
public void setSavePointNormal(boolean value)
public boolean getSavePointNormal()
public void setSavePointReturnNumber(boolean value)
public boolean getSavePointReturnNumber()
public void setSavePointScanAngle(boolean value)
public boolean getSavePointScanAngle()
public void setSavePointSourceId(boolean value)
public boolean getSavePointSourceId()
public void setSavePointTimestamp(boolean value)
public boolean getSavePointTimestamp()
public void setScreenSpaceError(double value)
public double getScreenSpaceError()
public void setShift(Vector value)
public Vector getShift()
public void setSourceData(DataSource value)
public DataSource getSourceData()
public void setSplitInBlocks(boolean value)
public boolean getSplitInBlocks()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setTilesetVersion(java.lang.String value)
public java.lang.String getTilesetVersion()
public void setViewpoint(Viewpoint value)
public Viewpoint getViewpoint()