com.supermap.data.processing
类 VertexWeightMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.processing.VertexWeightMode
-
public class VertexWeightMode extends Enum
该枚举定义了模型数据集生成缓存的顶点权重模式。
-
-
字段概要
字段 限定符和类型 字段和说明 static VertexWeightMode
VWM_DATASETFIELD
数据集字段。static VertexWeightMode
VWM_EDGELENGTHMIN
三角形最短边。static VertexWeightMode
VWM_HEIGHT
高度,支持将高度存储为W位。static VertexWeightMode
VWM_NONE
其他未知类型。static VertexWeightMode
VWM_ORIGINALCATEGORY
数据原始特征值。
-
-
-
字段详细资料
-
VWM_NONE
public static final VertexWeightMode VWM_NONE
其他未知类型。
-
VWM_DATASETFIELD
public static final VertexWeightMode VWM_DATASETFIELD
数据集字段。
-
VWM_EDGELENGTHMIN
public static final VertexWeightMode VWM_EDGELENGTHMIN
三角形最短边。
-
VWM_ORIGINALCATEGORY
public static final VertexWeightMode VWM_ORIGINALCATEGORY
数据原始特征值。
-
VWM_HEIGHT
public static final VertexWeightMode VWM_HEIGHT
高度,支持将高度存储为W位。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.