IFeatureLayerGetFeatureByClientXY 方法 |
获取 IFeature 通过 客户端坐标
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法IFeature GetFeatureByClientXY(
IDisplay pDisplay,
double dX,
double dY
)
Function GetFeatureByClientXY (
pDisplay As IDisplay,
dX As Double,
dY As Double
) As IFeature
IFeature^ GetFeatureByClientXY(
IDisplay^ pDisplay,
double dX,
double dY
)
abstract GetFeatureByClientXY :
pDisplay : IDisplay *
dX : float *
dY : float -> IFeature
参数
- pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
显示对象 - dX
- 类型: SystemDouble
客户端坐标 X - dY
- 类型: SystemDouble
客户端坐标 Y
返回值
类型:
IFeature
参见