com.supermap.data.processing

类 PointCloudReaderInfo

  • 所有已实现的接口:
    IDisposable


    public class PointCloudReaderInfo
    extends PointCloudFileInfo
    读取点云信息。
    从以下版本开始:
    12.0。
    • 构造器详细资料

      • PointCloudReaderInfo

        public PointCloudReaderInfo()
    • 方法详细资料

      • setFilePath

        public void setFilePath(String strFilePath)
        设置点云文件路径
        参数:
        strFilePath - 点云文件路径
      • getFilePath

        public String getFilePath()
        获取点云文件路径。
        返回:
        点云文件路径。
      • setPointCloud

        public void setPointCloud(PointCloud value)
        设置点云元信息
        参数:
        value - 点云元信息
      • getPointCloud

        public PointCloud getPointCloud()
        获取点云元信息
        返回:
        点云元信息

Copyright © 2021–2025 SuperMap. All rights reserved.