com.supermap.data.processing
类 PointCloudReaderInfo
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.processing.PointCloudFileInfo
-
- com.supermap.data.processing.PointCloudReaderInfo
-
- 所有已实现的接口:
- IDisposable
public class PointCloudReaderInfo extends PointCloudFileInfo
读取点云信息。- 从以下版本开始:
- 12.0。
-
-
构造器概要
构造器 构造器和说明 PointCloudReaderInfo()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放资源.StringgetFilePath()获取点云文件路径。PointCloudgetPointCloud()获取点云元信息voidsetFilePath(String strFilePath)设置点云文件路径voidsetPointCloud(PointCloud value)设置点云元信息-
从类继承的方法 com.supermap.data.processing.PointCloudFileInfo
getArrClassify, getBBoxMerged, getCoordSystemTransMethod, getCoordSystemTransParameter, getDesPrjCoordSys, getGroupFileNames, getListFileName, getPointCloudFileNamesArray, getPointCloudLayerFileNamesArray, getPointDataRGBMode, getPointDataSeparator, getPointDataUnit, getPointDensity, getPointInfoType, getPosition, getSrcPrjCoordSys, isFlipXY, isTransEnable, setArrClassify, setBBoxMerged, setCoordSystemTransMethod, setCoordSystemTransParameter, setDesPrjCoordSys, setFlipXY, setGroupFileNames, setListFileName, setPointCloudFileNamesArray, setPointCloudLayerFileNamesArray, setPointDataRGBMode, setPointDataSeparator, setPointDataUnit, setPointDensity, setPointInfoType, setPosition, setSrcPrjCoordSys, setTransEnable
-
-
-
-
方法详细资料
-
setFilePath
public void setFilePath(String strFilePath)
设置点云文件路径- 参数:
strFilePath- 点云文件路径
-
getFilePath
public String getFilePath()
获取点云文件路径。- 返回:
- 点云文件路径。
-
setPointCloud
public void setPointCloud(PointCloud value)
设置点云元信息- 参数:
value- 点云元信息
-
getPointCloud
public PointCloud getPointCloud()
获取点云元信息- 返回:
- 点云元信息
-
dispose
public void dispose()
释放资源.- 指定者:
dispose在接口中IDisposable- 覆盖:
dispose在类中PointCloudFileInfo
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.