com.supermap.data.processing
类 PointCloudLASVersion
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.processing.PointCloudLASVersion
-
public final class PointCloudLASVersion extends Enum
该枚举定义了点云数据的版本号常量,仅对LAS\LAZ格式的点云数据起作用。- 从以下版本开始:
- 12.0。
-
-
字段概要
字段 限定符和类型 字段和说明 static PointCloudLASVersion
VERSION_1_1
版本号1.1static PointCloudLASVersion
VERSION_1_2
版本号1.2static PointCloudLASVersion
VERSION_1_3
版本号1.3static PointCloudLASVersion
VERSION_1_4
版本号1.4static PointCloudLASVersion
VERSION_UNKNOWN
未知版本
-
-
-
字段详细资料
-
VERSION_UNKNOWN
public static final PointCloudLASVersion VERSION_UNKNOWN
未知版本
-
VERSION_1_1
public static final PointCloudLASVersion VERSION_1_1
版本号1.1
-
VERSION_1_2
public static final PointCloudLASVersion VERSION_1_2
版本号1.2
-
VERSION_1_3
public static final PointCloudLASVersion VERSION_1_3
版本号1.3
-
VERSION_1_4
public static final PointCloudLASVersion VERSION_1_4
版本号1.4
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.