public enum PointEPSType extends java.lang.Enum<PointEPSType>
枚举常量和说明 |
---|
AttachPoint
依附点
|
BreakPoint
断点
|
EnterDtm
参加建模否
|
FlagPoint1
标志1, 为方便内部计算而设置的标志位,不存数据库,使用后应清空
|
FlagPoint2
标志2
|
FlagPoint4
标志4
|
FormicatePoint
群集点
|
FrameworkPoint
特征点
|
HeightMark
高程注记否
|
LTypeArc
圆弧
|
LTypeCurve
曲线
|
LTypeLine
直线
|
NewPoint
新产生的点或旧点
|
None
无
|
SmoothPoint
平滑点
|
SurveyPoint
实测的或计算的
|
TurnPoint
转向点或一般点
|
UnknownPoint
未知点
|
限定符和类型 | 方法和说明 |
---|---|
static PointEPSType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PointEPSType[] |
values()
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
|
public static final PointEPSType AttachPoint
依附点
public static final PointEPSType BreakPoint
断点
public static final PointEPSType EnterDtm
参加建模否
public static final PointEPSType FlagPoint1
标志1, 为方便内部计算而设置的标志位,不存数据库,使用后应清空
public static final PointEPSType FlagPoint2
标志2
public static final PointEPSType FlagPoint4
标志4
public static final PointEPSType FormicatePoint
群集点
public static final PointEPSType FrameworkPoint
特征点
public static final PointEPSType HeightMark
高程注记否
public static final PointEPSType LTypeArc
圆弧
public static final PointEPSType LTypeCurve
曲线
public static final PointEPSType LTypeLine
直线
public static final PointEPSType NewPoint
新产生的点或旧点
public static final PointEPSType None
无
public static final PointEPSType SmoothPoint
平滑点
public static final PointEPSType SurveyPoint
实测的或计算的
public static final PointEPSType TurnPoint
转向点或一般点
public static final PointEPSType UnknownPoint
未知点
public static PointEPSType[] values()
for (PointEPSType c : PointEPSType.values()) System.out.println(c);
public static PointEPSType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。