FeatureEdit Methods

AO_J

FeatureEdit Methods

The FeatureEdit type exposes the following members.

Methods
  Name Description
Public method exportSelectedFeatureToShp
导出图层中选定要素到单独的shp文件
Public method getFeatureClassFromFile
根据文件名、后缀、要素类名称,直接得到IfeatureClass对象
Public method getFeatureValue
得到要素的属性值
Public method getFeatureWorkspaceFromFile
根据文件名和后缀,直接得到IFeatureWorkspace对象
Public method getWorkspaceFactory
根据后缀名获取对应的IWorkspaceFactory对象
Public method setFeatureBufferValue
设置feature buffer的字段值,配合feature cursor进行批量操作
Public method setFeatureValue
设置要素值,适用于少量要素单个操作,批量操作请使用feature buffer
Top
See Also