public class DistanceMethod extends Enum
MeasureParameter
限定符和类型 | 字段和说明 |
---|---|
static DistanceMethod |
EUCLIDEAN
欧式距离。
|
static DistanceMethod |
MANHATTAN
曼哈顿距离。
|
public static final DistanceMethod EUCLIDEAN
public static final DistanceMethod MANHATTAN
Copyright © 2021–2024 SuperMap. All rights reserved.