FeatureLayerDataProcessing 方法 |
在最终绘制Elemet之前调用该函数,返回true继续运行,返回false则取消(内置的方法便于继承修改)
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected virtual bool DataProcessing(
DrawType eDrawType,
IDisplay pDisplay,
IDrawArgs pDrawArgs
)
Protected Overridable Function DataProcessing (
eDrawType As DrawType,
pDisplay As IDisplay,
pDrawArgs As IDrawArgs
) As Boolean
protected:
virtual bool DataProcessing(
DrawType eDrawType,
IDisplay^ pDisplay,
IDrawArgs^ pDrawArgs
)
abstract DataProcessing :
eDrawType : DrawType *
pDisplay : IDisplay *
pDrawArgs : IDrawArgs -> bool
override DataProcessing :
eDrawType : DrawType *
pDisplay : IDisplay *
pDrawArgs : IDrawArgs -> bool
参数
- eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
显示对象 - pDrawArgs
- 类型: GISShare.SMap.WPF.ViewIDrawArgs
绘制参数
返回值
类型:
Boolean成功返回true
参见