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