com.supermap.data
类 DividePolygonType

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

public class DividePolygonType
extends java.lang.Object

该类定义切割面对象的类型。


字段摘要
static DividePolygonType AREA
          按面积大小切割多边形
static DividePolygonType PART
          等比切割多边形
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

AREA

public static final DividePolygonType AREA
按面积大小切割多边形


PART

public static final DividePolygonType PART
等比切割多边形