esriFeatureType类型

转载自:http://blog.csdn.net/jojojojo2002/article/details/6790641

原标题:esriFeatureType常量

Constant恒定

Value价值

Description说明

esriFTSimple 1 Simple Feature.简单要素。
esriFTSimpleJunction 7 Simple Junction Feature.简单的接线功能。
esriFTSimpleEdge 8 Simple Edge Feature.简单的边缘特征。
esriFTComplexJunction 9 Complex Junction Feature.复杂的接线功能。
esriFTComplexEdge 10 Complex Edge Feature.复杂的边缘特征。
esriFTAnnotation 11 Annotation Feature.注释功能。
esriFTCoverageAnnotation 12 Coverage Annotation Feature.覆盖注释功能。
esriFTDimension 13 Dimension Feature.维特征。
esriFTRasterCatalogItem 14 Raster Catalog Item.栅格目录项。

Product Availability产品供应

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. ArcGIS Engine的ArcGIS桌面和ArcGIS Server。

Remarks备注

Feature type特征类型
Real-world object or concept现实世界中的对象或概念
esriFTSimple 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.多边形,折线,点代表诸如水体的物体或地方,有面积,线状地物,如河流;和本地化的职位,如房屋或样本点。
esriFTSimpleJunction Simple junction feature in a geometric network representing point objects, such as a fuse, service point, or telephone pole.代表点的对象,如一个导火索,服务点,或电线杆,在一个几何网络的简单交界功能。
esriFTSimpleEdge Simple edge feature in a geometric network representing polyline objects, such as primary or secondary overheads.在简单的几何折线对象,如原发性或继发性的间接费用,网络边缘功能。
esriFTComplexJunction Complex junction feature in a geometric network, not in general use.在几何网络的复杂路口的特性,而不是在一般使用。
esriFTComplexEdge 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.不中断中跨连通网络资源的流动,通过复杂的边缘。
esriFTAnnotation Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation.地点或对象的名称或标识,如街道名称,消火栓的ID号,土地价值,或抬高。
esriFTCoverageAnnotation Place or object names or identifiers, such as street names, hydrant ID numbers, land values, or elevation.地点或对象的名称或标识,如街道名称,消火栓的ID号,土地价值,或抬高。Not supported in geodatabases, only supported in coverage datasets.不支持在地理数据库中,只覆盖数据集的支持。
esriFTDimension Measurements, such as distances, lengths, widths, and depths.如距离,长度,宽度和深度的测量。
esriFTRasterCatalogItem A raster dataset in a raster catalog that has information, such as footprints, names, metadata, and any other user-defined attributes.一个栅格目录中的栅格数据集信息,如足迹,名称,元数据,以及任何用户定义的其他属性。

原文地址:https://www.cnblogs.com/marvelousone/p/7460058.html