com.supermap.realspace

类 Layer3DPointCloud



  • public class Layer3DPointCloud
    extends Layer3D
    三维点云数据集图层类,继承自Layer3D类。
    • 方法详细资料

      • getDataset

        public Dataset getDataset()
      • getHypsometricSetting

        public HypsometricSetting getHypsometricSetting()
        获取点云图层分层设色。
        返回:
        分层设色类
        抛出:
        IllegalStateException - 对象已被释放。
        从以下版本开始:
        12.0.0。
      • setHypsometricSetting

        public void setHypsometricSetting(HypsometricSetting value)
        设置点云图层分层设色。
        参数:
        value - 分层设色类
        抛出:
        IllegalStateException - 对象已被释放。
        从以下版本开始:
        12.0.0。
      • setHypsometricSetting

        public void setHypsometricSetting(HypsometricSetting value,
                                          PointCloudAttributeType attributeType)
        设置点云图层分层设色。
        参数:
        value - 分层设色类
        attributeType - 特征值字段
        抛出:
        IllegalStateException - 对象已被释放。
        从以下版本开始:
        12.0.0。
      • getValidCategoryFields

        public PointCloudAttributeType[] getValidCategoryFields()
        返回点云瓦片图层当前分层设色的特征值字段。
        返回:
        特征值字段。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        12.0.0。
      • getHypsometricSettingCategoryField

        public PointCloudAttributeType getHypsometricSettingCategoryField()
        返回当前用于分层设色的特征值字段。
        返回:
        特征值字段。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        12.0.0。
      • getMinDataValue

        public double getMinDataValue(PointCloudAttributeType attributeType)
        获取当前特征字段的最小值。
        返回:
        特征字段的最小值。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        12.0.0。
      • getMaxDataValue

        public double getMaxDataValue(PointCloudAttributeType attributeType)
        获取当前特征字段的最大值。
        返回:
        特征字段的最大值。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        12.0.0。
      • getFieldInfos

        public FieldInfos getFieldInfos()
        获取点云图层属性字段。
        返回:
        属性字段。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        12.0.0。
      • getAllFieldValueOfSelectedObject

        public Object[] getAllFieldValueOfSelectedObject()
        获取选中点的所有属性值。
        返回:
        属性值。
        抛出:
        IllegalStateException - 当前对象已被释放。
        从以下版本开始:
        12.0.0。

Copyright © 2021–2025 SuperMap. All rights reserved.