public final class GeometryType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static GeometryType |
GEOARC
圆弧几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOBSPLINE
二维 B 样条曲线几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOCARDINAL
二维 Cardinal 样条曲线几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOCHORD
弓形几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOCIRCLE
圆几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOCOMPOUND
复合几何对象。
|
static GeometryType |
GEOCURVE
二维曲线几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOELLIPSE
椭圆几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOELLIPTICARC
椭圆弧几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOGRAPHICOBJECT
态势标绘几何对象,参数化的几何对象。
|
static GeometryType |
GEOLINE
线几何对象。
|
static GeometryType |
GEOLINE3D
三维线几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOMODEL
三维模型几何对象。
|
static GeometryType |
GEOPIE
扇面几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOPLACEMARK
三维地标几何对象。
|
static GeometryType |
GEOPOINT
点几何对象。
|
static GeometryType |
GEOPOINT3D
三维点几何对象,参数化的几何对象类型。
|
static GeometryType |
GEORECTANGLE
矩形几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOREGION
面几何对象。
|
static GeometryType |
GEOREGION3D
三维面几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOROUNDRECTANGLE
圆角矩形几何对象,参数化的几何对象类型。
|
static GeometryType |
GEOTEXT
文本几何对象。
|
限定符和类型 | 方法和说明 |
---|---|
static GeometryType |
newInstance(int value)
返回用户自定义的几何对象类型。
|
public static final GeometryType GEOPOINT
public static final GeometryType GEOLINE
public static final GeometryType GEOREGION
public static final GeometryType GEOTEXT
public static final GeometryType GEOARC
public static final GeometryType GEOBSPLINE
public static final GeometryType GEOCARDINAL
public static final GeometryType GEOCHORD
public static final GeometryType GEOCIRCLE
public static final GeometryType GEOCOMPOUND
public static final GeometryType GEOCURVE
public static final GeometryType GEOELLIPSE
public static final GeometryType GEOELLIPTICARC
public static final GeometryType GEOPIE
public static final GeometryType GEORECTANGLE
public static final GeometryType GEOROUNDRECTANGLE
public static final GeometryType GEOPOINT3D
public static final GeometryType GEOLINE3D
public static final GeometryType GEOREGION3D
public static final GeometryType GEOGRAPHICOBJECT
GeoGraphicObject
public static final GeometryType GEOMODEL
public static final GeometryType GEOPLACEMARK
public static GeometryType newInstance(int value)
value
- 用户自定义几何对象类型的枚举值。