该枚举定义了一系列几何对象类型常量。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public enum GeometryType

成员

成员名称描述
GeoPoint
点几何对象类型。

GeoLine
线几何对象类型。

GeoRegion
面几何对象类型。

GeoText
文本几何对象类型。

GeoLineM
路由对象,是一组具有X,Y坐标与线性度量值的点组成的线性地物对象。

GeoModel
三维模型几何对象类型。
GeoModel3D
三维模型几何对象。
GeoRegion3D
三维面几何对象类型。
GeoPoint3D
三维点几何对象类型。
GeoLine3D
三维线几何对象类型。
GeoBSpline
二维B样条曲线几何对象类型,参数化的几何对象类型。
GeoPlacemark
三维地标几何对象类型。
GeoCardinal
二维Cardinal样条曲线几何对象类型,参数化的几何对象类型。
GeoArc
圆弧几何对象类型,参数化的几何对象类型。
GeoPie
扇面几何对象类型,参数化的几何对象类型。
GeoRoundRectangle
圆角矩形几何对象类型,参数化的几何对象类型。
GeoEllipticArc
椭圆弧几何对象类型,参数化的几何对象类型。
GeoChord
弓形几何对象类型,参数化的几何对象类型。
GeoCurve
二维曲线几何对象类型,参数化的几何对象类型。
GeoCompound
复合几何对象类型。复合几何对象由多个子对象构成,每一个子对象可以是任何一种类型的几何对象。
GeoParametricLine
GeoParametricRegion
GeoParametricPoint
GeoParametricText
GeoCircle
圆几何对象类型,参数化的几何对象类型。
GeoEllipse
椭圆几何对象类型,参数化的几何对象类型。
GeoRectangle
矩形几何对象类型,参数化的几何对象类型。
GeoPicture
二维图片几何对象类型。
GeoSphere
球体几何对象类型。
GeoHemiSphere
半球体几何对象类型。
GeoBox
长方体几何对象类型。
GeoCylinder
圆台几何对象类型。
GeoCone
圆锥体几何对象类型。
GeoPyramid
四棱锥几何对象类型。
GeoPie3D
三维扇面几何对象类型。
GeoCircle3D
三维圆面几何对象类型。
GeoPieCylinder
饼台几何对象类型。
GeoEllipsoid
椭球体几何对象类型。
GeoParticle
三维粒子几何对象类型。
GeoText3D
三维文本几何对象类型。
GeoPicture3D
三维图片几何对象类型。
GeoMap
地图几何对象类型,用于在布局中添加地图。
GeoMapScale
地图比例尺几何对象类型。
GeoMapBorder
地图几何对象边框类型。
GeoNorthArrow
指北针几何对象类型。
GeoLegend
图例对象。
GeoArtText
布局艺术字。
GeoUserDefined
用户自定义几何对象。
GeoGraphicObject
GeoGraphicCompound
GeoPointEPS Obsolete.
GeoLineEPS Obsolete.
GeoRegionEPS Obsolete.
GeoTextEPS Obsolete.
GeoBillboard
GeoTIM
不规则四面体网格对象。
GeoUserDefinedSVG
SVG矢量图形对象。

请参见