com.supermap.data
类 DividePolygonOrientation

java.lang.Object
  继承者 com.supermap.data.DividePolygonOrientation

public class DividePolygonOrientation
extends java.lang.Object

此类定义在切割面多边形时,起始切割方位,即切割后结果面对象中第一个切割面的位置。


字段摘要
static DividePolygonOrientation EAST
          切割面位置为东
static DividePolygonOrientation NORTH
          切割面位置为北
static DividePolygonOrientation SOUTH
          切割面位置为南
static DividePolygonOrientation WEST
          切割面位置为西
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

WEST

public static final DividePolygonOrientation WEST
切割面位置为西


NORTH

public static final DividePolygonOrientation NORTH
切割面位置为北


EAST

public static final DividePolygonOrientation EAST
切割面位置为东


SOUTH

public static final DividePolygonOrientation SOUTH
切割面位置为南