com.supermap.analyst.spatialstatistics
类 DistanceMethod
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.analyst.spatialstatistics.DistanceMethod
-
public class DistanceMethod extends Enum
该类定义了距离计算方法常量。- 另请参阅:
MeasureParameter
-
-
字段概要
字段 限定符和类型 字段和说明 static DistanceMethod
EUCLIDEAN
欧式距离。static DistanceMethod
MANHATTAN
曼哈顿距离。
-
-
-
字段详细资料
-
EUCLIDEAN
public static final DistanceMethod EUCLIDEAN
欧式距离。计算两点间的直线距离。
-
MANHATTAN
public static final DistanceMethod MANHATTAN
曼哈顿距离。计算两点的x和y坐标的差值绝对值求和。该类型暂时不可用,仅作为测试,使用结果未知。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.