A Sandcastle Documented Class Library
FeatureEdit Class |
与要素查询、创建、删除等有关的操作
Inheritance Hierarchy
Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class FeatureEdit
The FeatureEdit type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FeatureEdit | Initializes a new instance of the FeatureEdit class |
Methods
Name | Description | |
---|---|---|
exportSelectedFeatureToShp |
导出图层中选定要素到单独的shp文件
| |
getFeatureClassFromFile |
根据文件名、后缀、要素类名称,直接得到IfeatureClass对象
| |
getFeatureValue |
得到要素的属性值
| |
getFeatureWorkspaceFromFile |
根据文件名和后缀,直接得到IFeatureWorkspace对象
| |
getWorkspaceFactory |
根据后缀名获取对应的IWorkspaceFactory对象
| |
setFeatureBufferValue |
设置feature buffer的字段值,配合feature cursor进行批量操作
| |
setFeatureValue |
设置要素值,适用于少量要素单个操作,批量操作请使用feature buffer
|
See Also