FeatureEdit Class

AO_J

FeatureEdit Class
与要素查询、创建、删除等有关的操作
Inheritance Hierarchy
SystemObject  AO_JFeatureEdit

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
  NameDescription
Public methodFeatureEdit
Initializes a new instance of the FeatureEdit class
Top
Methods
  NameDescription
Public methodexportSelectedFeatureToShp
导出图层中选定要素到单独的shp文件
Public methodgetFeatureClassFromFile
根据文件名、后缀、要素类名称,直接得到IfeatureClass对象
Public methodgetFeatureValue
得到要素的属性值
Public methodgetFeatureWorkspaceFromFile
根据文件名和后缀,直接得到IFeatureWorkspace对象
Public methodgetWorkspaceFactory
根据后缀名获取对应的IWorkspaceFactory对象
Public methodsetFeatureBufferValue
设置feature buffer的字段值,配合feature cursor进行批量操作
Public methodsetFeatureValue
设置要素值,适用于少量要素单个操作,批量操作请使用feature buffer
Top
See Also