FeatureLayer 方法 |
The FeatureLayer type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() | CancelDraw |
是否取消绘制
|
![]() | DataProcessing |
在最终绘制Elemet之前调用该函数,返回true继续运行,返回false则取消(内置的方法便于继承修改)
|
![]() | Dispose |
释放(不承担子释放子项的任务)
(覆写 BaseLayerDispose.) |
![]() | DrawTypeFilter |
绘制类型过滤器
|
![]() | GetAnnotationPointList |
获取图形的注记集合
|
![]() | GetFeatureByClientXY |
获取 IFeature 通过 客户端坐标
|
![]() | GetFeatureByClientXYEx |
获取 IFeature 通过 客户端坐标
|
![]() | GetFeatureByFieldValue |
获取 IFeature 通过 字段名称
|
![]() | GetFeaturesByClientXY |
获取 IFeature 通过 客户端坐标
|
![]() | GetFeaturesByClientXYEx |
获取 IFeature 通过 客户端坐标
|
![]() | GetFeaturesByFieldValue |
获取 IFeature 通过 字段名称
|
![]() | GetVisibleInfo |
获取指定比例尺范围下可见状态
(继承自 BaseLayer。) |
![]() | OnDraw |
绘制
(覆写 BaseLayerOnDraw(DrawType, IDisplay, IDrawArgs).) |
![]() | OnPropertyChanged |
在更改属性值时调用
(继承自 BaseLayer。) |
![]() | QueryEditable |
查询该对象在当前视图条件下是否可编辑
|
![]() | QueryGeoDrawItemByClientXY |
获取 IGeoDrawItem 通过 客户端坐标
|
![]() | RenderGraphics |
渲染画布(内置的方法便于继承修改)
|