博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
esriFeatureType与esriGeometryType的区别与联系
阅读量:7078 次
发布时间:2019-06-28

本文共 2481 字,大约阅读时间需要 8 分钟。

原文

 

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 Catalog Item.
你可能感兴趣的文章
LeetcodeT832 记录
查看>>
有赞业务对账平台的探索与实践
查看>>
【Java基本功】一文读懂String及其包装类的实现原理
查看>>
leetcode讲解--824. Goat Latin
查看>>
深入解析Node.js中的Async和Await函数
查看>>
Ubuntu 下如何安装与卸载软件 ( 一 :GUI版)
查看>>
07_01_定义加载器(Webpack Book)
查看>>
Let's encrypt 通配域名DNS验证方式的证书自动更新
查看>>
PHP 框架学习(二):Laravel
查看>>
总结常见的违背Rest原则的接口设计做法
查看>>
JAVASCRIPT中THIS指的是什么?
查看>>
推荐一个全新的简单可扩展的基于MVC模式开发的PHP CMS系统:metacms
查看>>
基于 Laravel 的模块化开发框架
查看>>
将Medium中的博客导出成markdown
查看>>
D-Bus Tutorial
查看>>
Spring中的事务控制
查看>>
Promise的简单实现
查看>>
我的豆瓣短评爬虫的多线程改写
查看>>
netfilter 结构整理
查看>>
Golang TcpProxy和Nodejs TcpProxy
查看>>