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
数据原始特征值。
|
public static final VertexWeightMode VWM_NONE
public static final VertexWeightMode VWM_DATASETFIELD
public static final VertexWeightMode VWM_EDGELENGTHMIN
public static final VertexWeightMode VWM_ORIGINALCATEGORY
public static final VertexWeightMode VWM_HEIGHT
Copyright © 2021–2024 SuperMap. All rights reserved.