com.supermap.analyst.networkanalyst
类 MultiRelationType

java.lang.Object
  继承者 com.supermap.analyst.networkanalyst.MultiRelationType

public class MultiRelationType
extends java.lang.Object

该类定义了多网络数据集的关联关系类型。


字段摘要
static MultiRelationType ESCALATOR
          自动扶梯。
static MultiRelationType STAIRS
          楼梯。
static MultiRelationType STRAIGHTLADDER
          直梯。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

STRAIGHTLADDER

public static final MultiRelationType STRAIGHTLADDER
直梯。


ESCALATOR

public static final MultiRelationType ESCALATOR
自动扶梯。


STAIRS

public static final MultiRelationType STAIRS
楼梯。