IFeatureCollection2 接口 |
命名空间: GISShare.SMap.Data
The IFeatureCollection2 type exposes the following members.
| 名称 | 说明 | |
|---|---|---|
| Count |
所包含的图形总数
(继承自 IFeatureCollection。) | |
| Extent |
地理元素集合的包络矩形框(当为空时,会调用ResetExtent来重置)
(继承自 IFeatureCollection。) | |
| FieldCount |
字段总数
| |
| Item |
根据索引获取地理元素
(继承自 IFeatureCollection。) |
| 名称 | 说明 | |
|---|---|---|
| Add |
添加一个地理元素
(继承自 IFeatureCollection。) | |
| AddField |
添加字段
| |
| Clear |
清空地理元素
(继承自 IFeatureCollection。) | |
| ContainsOID |
是否包含指定OID
(继承自 IFeatureCollection。) | |
| GetExtent |
获取最新的包络矩形框(总会调用ResetExtent来重置)
(继承自 IFeatureCollection。) | |
| GetFeatureByOID |
根据索引获取地理元素
(继承自 IFeatureCollection。) | |
| GetField |
获取字段
| |
| IndexOf |
地理元素在集合的位置
(继承自 IFeatureCollection。) | |
| NewAttributes |
创建一个Attributes
| |
| RemoveAt |
移除地理元素
(继承自 IFeatureCollection。) | |
| RemoveByOID |
移除地理元素
(继承自 IFeatureCollection。) | |
| RemoveField |
移除字段
| |
| ResetExtent |
重置地理元素集合的包络矩形框(当修改坐标或是空间参考变化后执行,确保BoundingBox是最新的对象)
(继承自 IFeatureCollection。) |