ILayer
ILayer
ILayer 接口是被图层(Layer)对象实现的,图层对象是用来在地图中显示空间信息,注意,
图层不含有空间数据,它只是获取数据的一个引用层而已。图层对象是一个抽象对象,它定
义了所有图层的公共方法和属性,它拥有很多子类,如IFeatureLayer,IGeoFeatureLayer,
ICadFeatureLayer,IRasterLayer。图层相当于要素的载体,当用ArcMap将要素类打开后就成为了图层。
属性成员:
|
Properties属性成员 |
Description说明 |
||||
|
The default area of interest for the layer.感兴趣区域 |
|||||
|
Indicates if the layer needs its own display cache.需要高速缓存 |
|||||
|
Draws the layer to the specified display for the given draw phase .画出指定显示层 |
|||||
|
Maximum scale (representative fraction) at which the layer will display.在该图层显示的做大规模 |
|||||
|
Minimum scale (representative fraction) at which the layer will display..在该图层显示的最小规模 |
|||||
|
Layer name.命名 |
|||||
|
Indicates if the layer shows map tips.如果图层显示地图提示,指示 |
|||||
|
Spatial reference for the layer .层空间的引用 |
|||||
|
Supported draw phases.支持绘制状态 |
|||||
|
Map tip text at the specified location .在指定位置的地图提示文本 |
|||||
|
Indicates if the layer is currently valid. 层是当前有效 |
|||||
|
Indicates if the layer is currently visible.曾是当前可见 |
|||||
|
方法 |
描述 |
||||
|
画出层 |
|||||
|
Classes |
Description |
||||
|
Layer containing a Basemap. |
|||||
|
An ESRI Cad annotation layer. |
|||||
|
Cadastral Fabric Layer Object. |
|||||
|
Cadastral Fabric Feature Layer Object. |
|||||
|
ESRI CAD Feature Layer class. |
|||||
|
ESRI CAD Layer class. |
|||||
|
A collection of graphics layers that behave like single layer. |
|||||
|
An ESRI coverage annotation layer. |
|||||
|
A collection of properties for a dimension layer. |
|||||
|
A dummy layer used to display legend items in the style gallery (Singleton). |
|||||
|
A dummy layer used to display legend items in the style gallery (Singleton). |
|||||
|
A collection of properties for an annotation layer (feature data object graphics layer). |
|||||
|
A collection of properties for an annotation sublayer layer (feature data object graphics sublayer). |
|||||
|
A collection of features and their visual representation. |
|||||
|
A custom layer, bound to a feature layer, that wraps a force element display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display. |
|||||
|
Geodabase RasterCatalog source and display options. |
|||||
|
The georeferenced video layer. |
|||||
|
The Globe Graphics Layer. |
|||||
|
The cache-only globe layer. |
|||||
|
Provides programmatic access to a globe server layer. |
|||||
|
A 3D Graphics Layer. |
|||||
|
Graphic sublayer handed back by the composite graphics layer. |
|||||
|
A collection of layers that behaves like a single layer. |
|||||
|
Image server layer source and display options. |
|||||
|
A container for the display and manipulation of IMS layers. |
|||||
|
A collection of IMS features as a sublayer of an IMSMapLayer. |
|||||
|
An IMS Layer as a sublayer of an IMSMapLayer. |
|||||
|
Layer object that represents Control Points. |
|||||
|
Layer object that represents Joined LinePoints. |
|||||
|
Layer object that represents Joined Parcels. |
|||||
|
Layer object that represents Joined Parcel Lines. |
|||||
|
Layer object that represents Joined Points. |
|||||
|
ESRI KML Layer class. |
|||||
|
A layer used to control the display of MA DTED Catalogs. |
|||||
|
Provides programmatic access to a basic map server sublayer. |
|||||
|
Provides programmatic access to a map server sublayer with Find capability. |
|||||
|
Provides programmatic access to a map server sublayer with Identify capability. |
|||||
|
Provides programmatic access to a map server layer. |
|||||
|
Provides programmatic access to a map server sublayer with Find and Identify capability. |
|||||
|
A layer used to control the display of MA RPF Catalogs. |
|||||
|
The layer for defining, solving, and viewing network analysis results. |
|||||
|
ESRI Network Layer CoClass. |
|||||
|
A NITF graphics layer containing NITF CGM graphics. |
|||||
|
Layer object that represents a packet of Joined Parcels, Lines, Points, Control Points, LinePoints and Text. |
|||||
|
A collection of process layers that behaves like a single layer. |
|||||
|
Basemap Layer containing a Raster. |
|||||
|
Raster catalog source and display options. |
|||||
|
Raster layer source and display options. |
|||||
|
A Schematic layer object. |
|||||
|
A layer that lets you preview a search result in the Geography tab. |
|||||
|
A custom layer, bound to a feature layer, that wraps a tactical graphic display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display. |
|||||
|
Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |
|||||
|
The Terrain Layer class. |
|||||
|
The TIN Layer class. |
|||||
|
A collection of properties for a topology layer. |
|||||
|
WCS layer source and display options. |
|||||
|
A container for the display of WMS group layers. |
|||||
|
A container for the display of WMS sub layers. |
|||||
|
A container for the display and manipulation of WMS layers |
|||||
ILayer的更多相关文章
- arc engine - ILayer.
ILayer ILayer接口是被图层(Layer)对象实现的,图层对象是用来在地图中显示空间信息. 注意,图层不含有空间数据,它只是获取数据的一个引用层而已.图层对象是一个抽象对象,它定 ...
- arcEngine开发之IMap、ILayer、IFeatureLayer和IFeatureClass关系
刚开时学习 Engine 开发时,对于这几个接口之间的关系总是理不清,因此写下这篇文章做个总结. 是什么 在 engine 开发中,我觉得使用过程中应该将每个接口对应到 ArcMap 中的具体事物中, ...
- 无法跨越程序集边界使用程序集“DataCheck, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”中的类型“List<ILayer>”,因为该类型有一个为嵌入互操作类型的泛型类型参数
主窗体: FrmDataInspect f2 = new FrmDataInspect(listMapControl1Lyr); f2.Show(); 弹出的窗体: 应该改为: gListMapLyr ...
- ArcGIS Engine开发之TocControl
TocControl控件简介 TocControl控件的主要作用是显示当前加载的图层有哪些.采用什么样的符号等,目的是使用户对当前加载的数据有一个总体的把握.与之相关联的伙伴控件有:MapContro ...
- ArcGIS Engine开发之鹰眼视图
鹰眼是GIS软件的必备功能之一.它是一个MapControl控件,主要用来表示数据视图中的地理范围在全图中的位置. 鹰眼一般具有的功能: 1)鹰眼视图与数据视图的地理范围保持同步. 2)数据视图的当前 ...
- ArcGIS Engine开发之地图基本操作(4)
ArcGIS Engine开发中数据库的加载 1.加载个人地理数据库数据 个人地理数据库(Personal Geodatabase)使用Miscrosoft Access文件(*.mdb)进行空间数据 ...
- ArcGIS Engine开发之地图基本操作(3)
地图数据的加载 一.加载Shapefile数据 Shapefile文件是目前主流的一种空间数据的文件存储方式,也是不同GIS软件进行数据格式转换常用的中间格式.加载Shapefile数据的方式有两种: ...
- 在Arcscene绘制管线三维横断面(AE绘制三维点阵文字)
根据数据信息动态生成三维管线及横断面表格.效果图如下: 在获取信息后,直接构造点阵进行文字绘制即可. 绘制IElement代码: /// <summary> /// 绘制三维文字 /// ...
- MapControl控件AddLayer出现错误-引发类型为“System.Windows.Forms.AxHost+InvalidActiveXStateException”的异常
出错代码: AxMapControl pMptrl = new AxMapControl(); //add data string mdbPath = string.Format("{0}\ ...
随机推荐
- 设计模式二 适配器模式 adapter
适配器模式的目的:如果用户需要使用某个类的服务,而这项服务是这个类用一个不同的接口提供的,那么,可以使用适配器模式为客户提供一个期望的接口.
- UVA 11027 - Palindromic Permutation
题目意思为解码字符串,要输出第n个回文字符串,因为对称关系,前一半确定了,后一半也就跟着确定了,所以n其实就是前一半字符串的编码,还要减去1,直接解码出来再复制给后半即可 #include<cs ...
- php 大转盘抽奖
包在文件中 lottery.zip <!DOCTYPE HTML><html><head><meta charset="utf-8"> ...
- sqlserver2008行锁
select * from tablename WITH (UPDLOCK) where Id=#value#
- ReactiveCocoa & FRP & MVVM
Functional Reactive Programming(以下简称FRP)是一种响应变化的编程范式.先来看一小段代码 a = 2 b = 2 c = a + b // c is 4 b = 3 ...
- 用 Swift 编写面向协议的网络请求
和我一起参加9 月 1 日 - 9月 2 日在纽约举办的 Swift 社区庆典
- android 中ImageButton按下改变背景图片的效果
最近在做一个app的登陆界面,才发现原来认为很简单的UI效果,其实背后却蕴含的知识很多,积累一个算一个吧. 实现方法有两种:一种是添加代码,一种是配置xml文件. 方法一:代码添加 ImageButt ...
- 快学Scala-第三章 数组相关操作
知识点: 1.定长数组 Array val nums = new Array[Int](10) //10个整数的数组,所有元素初始化为0 val a = new Array[String](10) / ...
- codeforces--376D--376F(前缀和优化)
time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standa ...
- Mesos架构
Mesos Architecture 上图显示了 Mesos 的主要组成部分. Mesos 由一个 master daemon 来管理 slave daemon 在每个集群节点上的运行, mesos ...