com.supermap.data
类 PointEPSType

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

public class PointEPSType
extends Enum

EPS基础点的类型。


字段摘要
static PointEPSType AttachPoint
          依附点
static PointEPSType BreakPoint
          断点
static PointEPSType EnterDtm
          参加建模否
static PointEPSType FlagPoint1
          标志1, 为方便内部计算而设置的标志位,不存数据库,使用后应清空
static PointEPSType FlagPoint2
          标志2
static PointEPSType FlagPoint4
          标志4
static PointEPSType FormicatePoint
          群集点
static PointEPSType FrameworkPoint
          特征点
static PointEPSType HeightMark
          高程注记否
static PointEPSType LTypeArc
          圆弧
static PointEPSType LTypeCurve
          曲线
static PointEPSType LTypeLine
          直线
static PointEPSType NewPoint
          新产生的点或旧点
static PointEPSType None
          无
static PointEPSType SmoothPoint
          平滑点
static PointEPSType SurveyPoint
          实测的或计算的
static PointEPSType TurnPoint
          转向点或一般点
static PointEPSType UnknownPoint
          未知点
 
方法摘要
static PointEPSType newInstance(int value)
          PointEPSType
 
从类 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
 

字段详细信息

None

public static final PointEPSType None


SurveyPoint

public static final PointEPSType SurveyPoint
实测的或计算的


HeightMark

public static final PointEPSType HeightMark
高程注记否


EnterDtm

public static final PointEPSType EnterDtm
参加建模否


NewPoint

public static final PointEPSType NewPoint
新产生的点或旧点


TurnPoint

public static final PointEPSType TurnPoint
转向点或一般点


BreakPoint

public static final PointEPSType BreakPoint
断点


LTypeLine

public static final PointEPSType LTypeLine
直线


LTypeCurve

public static final PointEPSType LTypeCurve
曲线


LTypeArc

public static final PointEPSType LTypeArc
圆弧


FlagPoint1

public static final PointEPSType FlagPoint1
标志1, 为方便内部计算而设置的标志位,不存数据库,使用后应清空


FlagPoint2

public static final PointEPSType FlagPoint2
标志2


FlagPoint4

public static final PointEPSType FlagPoint4
标志4


AttachPoint

public static final PointEPSType AttachPoint
依附点


FormicatePoint

public static final PointEPSType FormicatePoint
群集点


SmoothPoint

public static final PointEPSType SmoothPoint
平滑点


FrameworkPoint

public static final PointEPSType FrameworkPoint
特征点


UnknownPoint

public static final PointEPSType UnknownPoint
未知点

方法详细信息

newInstance

public static PointEPSType newInstance(int value)
PointEPSType

参数:
value - 值
返回:
类型