esriFeatureType与esriGeometryType的区别与联系

简介:

转自原文 esriFeatureType与esriGeometryType的区别与联系

 

esriFeatureType通常用来表示数据的存储结构,即物理层;

esriGeometryType通常用来表示数据的几何形状,即表现层。

 

esriGeometryType枚举类型详

常量

对象

esriGeometryNull

0

未知类型(Unknown)

esriGeometryPoint

1

点(Point)

esriGeometryMultipoint

2

多点(Multipoint)

esriGeometryLine

13

线段(Line)

esriGeometryCircularArc

14

圆弧(CircularArc)

esriGeometryEllipticArc

16

椭圆弧(EllipticArc)

esriGeometryBezier3Curve

15

贝兹曲线(BezierCurve)

esriGeometryPath

6

路径(Path)

esriGeometryPolyline

3

多段线(Polyline)

esriGeometryRing

11

环(Ring)

esriGeometryPolygon

4

多边形(Polygon)

esriGeometryEnvelope

5

外包(Envelope)

esriGeometryAny

7

任何类型(Any valid geometry)

esriGeometryBag

17

任意几何类型的集合(GeometryBag)

esriGeometryMultiPatch

9

表面几何(MultiPatch)

esriGeometryTriangleStrip

18

三角带(TriangleStrip)

esriGeometryTriangleFan

19

三角扇形(TriangleFan)

esriGeometryRay

20

射线(Ray)

esriGeometrySphere

21

球体(Sphere)

esriGeometryTriangles

22

三角形(Triangles)

 

 

 

esriFeatureType枚举类型详解

常量

描述

对象

esriFTSimple

1

Polygons, polylines, and points representing objects or places that have area, such as water bodies; linear objects, such as rivers; and localized positions, such as houses or sample sites.

Simple Feature.

esriFTSimpleJunction

7

Simple junction feature in a geometric network representing point objects, such as a fuse, service point, or telephone pole.

Simple Junction Feature.

esriFTSimpleEdge

8

Simple edge feature in a geometric network representing polyline objects, such as primary or secondary overheads.

Simple Edge Feature.

esriFTComplexJunction

9

Complex junction feature in a geometric network, not in general use.

Complex Junction Feature.

esriFTComplexEdge

10

Complex edge feature in a geometric network representing polyline objects such as primary overheads, which have midspan connectivity. Network resources flow through complex edge without interruption by midspan connectivity.

Complex Edge Feature.

esriFTAnnotation

11

Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation.

Annotation Feature.

esriFTCoverageAnnotation

12

Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation. Not supported in geodatabases, only supported in coverage datasets.

Coverage Annotation Feature.

esriFTDimension

13

Measurements, such as distances, lengths, widths, and depths.

Dimension Feature.

esriFTRasterCatalogItem

14

A raster dataset in a raster catalog that has information, such as footprints, names, metadata, and any other user-defined attributes.

Raster C

 

没有整理与归纳的知识,一文不值!高度概括与梳理的知识,才是自己真正的知识与技能。 永远不要让自己的自由、好奇、充满创造力的想法被现实的框架所束缚,让创造力自由成长吧! 多花时间,关心他(她)人,正如别人所关心你的。理想的腾飞与实现,没有别人的支持与帮助,是万万不能的。




    本文转自wenglabs博客园博客,原文链接:http://www.cnblogs.com/arxive/p/6885341.html ,如需转载请自行联系原作者


相关文章
|
数据挖掘
ArcGIS:如何添加字段、属性表的连接、字段的计算?
ArcGIS:如何添加字段、属性表的连接、字段的计算?
1979 0
|
4天前
|
人工智能 运维 安全
|
2天前
|
人工智能 异构计算
敬请锁定《C位面对面》,洞察通用计算如何在AI时代持续赋能企业创新,助力业务发展!
敬请锁定《C位面对面》,洞察通用计算如何在AI时代持续赋能企业创新,助力业务发展!
|
9天前
|
人工智能 JavaScript 测试技术
Qwen3-Coder入门教程|10分钟搞定安装配置
Qwen3-Coder 挑战赛简介:无论你是编程小白还是办公达人,都能通过本教程快速上手 Qwen-Code CLI,利用 AI 轻松实现代码编写、文档处理等任务。内容涵盖 API 配置、CLI 安装及多种实用案例,助你提升效率,体验智能编码的乐趣。
814 109
|
3天前
|
机器学习/深度学习 人工智能 自然语言处理
B站开源IndexTTS2,用极致表现力颠覆听觉体验
在语音合成技术不断演进的背景下,早期版本的IndexTTS虽然在多场景应用中展现出良好的表现,但在情感表达的细腻度与时长控制的精准性方面仍存在提升空间。为了解决这些问题,并进一步推动零样本语音合成在实际场景中的落地能力,B站语音团队对模型架构与训练策略进行了深度优化,推出了全新一代语音合成模型——IndexTTS2 。
410 9
|
3天前
|
人工智能 测试技术 API
智能体(AI Agent)搭建全攻略:从概念到实践的终极指南
在人工智能浪潮中,智能体(AI Agent)正成为变革性技术。它们具备自主决策、环境感知、任务执行等能力,广泛应用于日常任务与商业流程。本文详解智能体概念、架构及七步搭建指南,助你打造专属智能体,迎接智能自动化新时代。