IFeatureLayerGetFeaturesByClientXYEx 方法 |
获取 IFeature 通过 客户端坐标
命名空间:
GISShare.SMap.WinForm.Layer
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法IList<IFeature> GetFeaturesByClientXYEx(
IDisplay pDisplay,
float fX,
float fY
)
Function GetFeaturesByClientXYEx (
pDisplay As IDisplay,
fX As Single,
fY As Single
) As IList(Of IFeature)
IList<IFeature^>^ GetFeaturesByClientXYEx(
IDisplay^ pDisplay,
float fX,
float fY
)
abstract GetFeaturesByClientXYEx :
pDisplay : IDisplay *
fX : float32 *
fY : float32 -> IList<IFeature>
参数
- pDisplay
- 类型: GISShare.SMap.WinForm.ViewIDisplay
显示对象 - fX
- 类型: SystemSingle
客户端坐标 X - fY
- 类型: SystemSingle
客户端坐标 Y
返回值
类型:
IListIFeature
参见