com.supermap.analyst.spatialstatistics
类 DistanceMethod

java.lang.Object
  继承者 com.supermap.analyst.spatialstatistics.DistanceMethod

public class DistanceMethod
extends java.lang.Object

该类定义了距离计算方法常量。

另请参见:
MeasureParameter

字段摘要
static DistanceMethod EUCLIDEAN
          欧式距离。
static DistanceMethod MANHATTAN
          曼哈顿距离。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

EUCLIDEAN

public static final DistanceMethod EUCLIDEAN
欧式距离。计算两点间的直线距离。


MANHATTAN

public static final DistanceMethod MANHATTAN
曼哈顿距离。计算两点的x和y坐标的差值绝对值求和。该类型暂时不可用,仅作为测试,使用结果未知。