IGeoFeatureLayer
Members
|
All Properties Methods Inherited Non-inherited |
Description | |
|---|---|---|
![]() |
AnnotationProperties | Annotation properties. |
![]() |
AnnotationPropertiesID | The UID used for annotation properties. |
![]() |
AreaOfInterest | The default area of interest for the layer. |
![]() |
Cached | Indicates if the layer needs its own display cache. |
![]() |
CurrentMapLevel | Current map level for drawing symbols. |
![]() |
DataSourceType | Data source type. |
![]() |
DisplayAnnotation | Indicates if the layer displays annotation. |
![]() |
DisplayFeatureClass | Feature class used for display operations (may include joined fields). |
![]() |
DisplayField | Primary display field. |
![]() |
Draw | Draws the layer to the specified display for the given draw phase. |
![]() |
ExclusionSet | The set of features that are excluded from drawing. |
![]() |
FeatureClass | The layer's feature class. |
![]() |
MaximumScale | Maximum scale (representative fraction) at which the layer will display. |
![]() |
MinimumScale | Minimum scale (representative fraction) at which the layer will display. |
![]() |
Name | Layer name. |
![]() |
Renderer | Renderer used to draw the layer. |
![]() |
RendererPropertyPageClassID | Class id of the property page for the renderer. |
![]() |
ScaleSymbols | Indicates if symbols are scaled for the layer. |
![]() |
Search | Creates a cursor based upon the search criteria. |
![]() |
SearchDisplayFeatures | Creates a cursor from the display feature class based upon the search criteria. |
![]() |
Selectable | Indicates if layer is selectable. |
![]() |
ShowTips | Indicates if the layer shows map tips. |
![]() |
SpatialReference | Spatial reference for the layer. |
![]() |
SupportedDrawPhases | Supported draw phases. |
![]() |
TipText | Map tip text at the specified location. |
![]() |
Valid | Indicates if the layer is currently valid. |
![]() |
Visible | Indicates if the layer is currently visible. |
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IFeatureLayer | Provides access to members that control common aspects of a feature layer. |
| ILayer | Provides access to members that work with all layers. |
Classes that implement IGeoFeatureLayer
| Classes | Description |
|---|---|
| CadastralFabricSubLayer | Cadastral Fabric Feature Layer Object. |
| CadFeatureLayer | ESRI CAD Feature Layer class. |
| FeatureLayer | A collection of features and their visual representation. |
| GdbRasterCatalogLayer | Geodabase RasterCatalog source and display options. |
| MADtedLayer (esriDefenseSolutions) | A layer used to control the display of MA DTED Catalogs. |
| MARasterLayer (esriDefenseSolutions) | A layer used to control the display of MA RPF Catalogs. |
| TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |
IGeoFeatureLayer的更多相关文章
- ArcGIS Engine开发之地图基本操作(3)
地图数据的加载 一.加载Shapefile数据 Shapefile文件是目前主流的一种空间数据的文件存储方式,也是不同GIS软件进行数据格式转换常用的中间格式.加载Shapefile数据的方式有两种: ...
- 关于arcgis engine的注记显示与关闭问题
1.注记的添加需要拿到IGeoFeatureLayer接口下的AnnotationProperties属性,转为IAnnotationLayerPropertiesCollection接口,并创建一个 ...
- 【ESRI论坛6周年征文】ArcEngine注记(Anno/ Label/Element等)处理专题 -入门篇
原发表于ESRI中国社区,转过来.我的社区帐号:jhlong http://bbs.esrichina-bj.cn/ESRI/viewthread.php?tid=122097 ----------- ...
- Mapcontrol 遍历所有图层方法
mapcontrol 遍历所有图层方法 2011-04-29 19:51 通过IMap中的get_layers()可以遍历MapControl中当前的图层.此方法可以通过指定UID对图层进行过滤或者分 ...
- ArcGIS Engine渲染
符号化之Renderer( 渲染)体系 ArcGIS Engine9.3对GIS数据的符号化分为矢量数据渲染和栅格数据渲染两大类.接下来分别介绍FeatureRender和RasterRender. ...
- AE开发示例之RunGPAsync
using System; using System.Collections.Generic;using System.ComponentModel;using System.Data;using S ...
- Arc Engine下数据的加载处理
1.加载Shapefile数据 IWorkspaceFactory pWorkspaceFactory; IFeatureWorkspace pFeatureWorkspace; IFeatureLa ...
- 添加Labels的两种方法
private void AddLabel(IFeatureLayer pLayer,string fieldname,ITextSymbol Symbol) { container.DeleteAl ...
- Arcengine 中,创建色带
1,利用combobox创建色带,首先draw private void comboBox1_DrawItem(object sender, DrawItemEventArgs e) { ...
随机推荐
- 手机端的META你知道多少?
一.天猫 <title>天猫触屏版</title> <meta content="text/html; charset=utf-8" http-equ ...
- java和.net的类比
原文地址在http://www.seguetech.com/blog/2013/06/03/dotnet-vs-java-how-to-pick
- mybatis 做 insert操作的时候返回插入的那条数据的id
著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处.作者:吃丸子的小鹿链接:http://www.zhihu.com/question/20810321/answer/16843223 ...
- Ansible1:简介与基本安装【转】
Ansible是一个综合的强大的管理工具,他可以对多台主机安装操作系统,并为这些主机安装不同的应用程序,也可以通知指挥这些主机完成不同的任务.查看多台主机的各种信息的状态等,ansible都可以通过模 ...
- nginx proxy优化
常用优化要点 当nginx用于反向代理时,每个客户端将使用两个连接: 一个用于响应客户端的请求,另一个用于到后端的访问: 如果机器是两核CPU,例如: 1 2 $ grep ^proces /proc ...
- nginx 正则表达式
1.nginx配置基础 1.正则表达式匹配 ~ 区分大小写匹配 ~* 不区分大小写匹配 !~和!~*分别为区分大小写不匹配及不区分大小写不匹配 ^ 以什么开头的匹配 $ 以什么结尾的匹配 转义字符.可 ...
- C++中L和_T()之区别
字符串前面加L表示该字符串是Unicode字符串._T是一个宏,如果项目使用了Unicode字符集(定义了UNICODE宏),则自动在字符串前面加上L,否则字符串不变.因此,Visual C++里边定 ...
- sizeof和strlen
1.char *str="0123456789"; 这个变量是存在静态区域的,是delete不了的,是内存自动分配的,可以用strlen(str)得到其长度,不能用sizeof. ...
- GameUnity 2.0 文档(一) 事件机制
新版本和旧版本一样,有socket事件和内部事件.区别在于,你只要一个监听就可以 消息协议规则: 用类名标记协议的好处是什么? 是利用反射机制来处理每个消息. 程序启动的时候,会读取所有类名,并字典保 ...
- HDU - 1865 1string(大数)
题目链接:http://acm.hust.edu.cn/vjudge/contest/121397#problem/F http://acm.hdu.edu.cn/showproblem.php?pi ...





