com.supermap.data
类 DrawPrimitiveType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.DrawPrimitiveType

public final class DrawPrimitiveType
extends Enum

该枚举定义了图元类型常量,包括线、独立三角形、多边形、三角形扇面。


字段摘要
static DrawPrimitiveType DPT_LINE_LIST
          线
static DrawPrimitiveType DPT_POLYGON
          多边形
static DrawPrimitiveType DPT_TRIANGLE_FAN
          三角形扇面
static DrawPrimitiveType DPT_TRIANGLE_LIST
          独立三角形
 
方法摘要
 
从类 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
 

字段详细信息

DPT_LINE_LIST

public static final DrawPrimitiveType DPT_LINE_LIST
线


DPT_TRIANGLE_LIST

public static final DrawPrimitiveType DPT_TRIANGLE_LIST
独立三角形


DPT_TRIANGLE_FAN

public static final DrawPrimitiveType DPT_TRIANGLE_FAN
三角形扇面


DPT_POLYGON

public static final DrawPrimitiveType DPT_POLYGON
多边形