com.supermap.analyst.spatialanalyst
类 TopologicalSchemaOrientation

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.analyst.spatialanalyst.TopologicalSchemaOrientation

public class TopologicalSchemaOrientation
extends Enum

该类枚举了拓扑逻辑图中图形走向布局的常量。


字段摘要
static TopologicalSchemaOrientation BOTTOMTOTOP
          图形从下到上的布局走向。
static TopologicalSchemaOrientation LEFTTORIGHT
          图形从左到右的布局走向。
static TopologicalSchemaOrientation RIGHTTOLEFT
          图形从右到左的布局走向。
static TopologicalSchemaOrientation TOPTOBOTTOM
          图形从上到下的布局走向。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

LEFTTORIGHT

public static final TopologicalSchemaOrientation LEFTTORIGHT
图形从左到右的布局走向。


RIGHTTOLEFT

public static final TopologicalSchemaOrientation RIGHTTOLEFT
图形从右到左的布局走向。


TOPTOBOTTOM

public static final TopologicalSchemaOrientation TOPTOBOTTOM
图形从上到下的布局走向。


BOTTOMTOTOP

public static final TopologicalSchemaOrientation BOTTOMTOTOP
图形从下到上的布局走向。