WMSLayerGetFeatureInfoURL 方法 (IDisplay, Double, Double) |
获取WMS GetFeatureInfo 请求的URI
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public virtual string GetFeatureInfoURL(
IDisplay pDisplay,
double dX,
double dY
)
Public Overridable Function GetFeatureInfoURL (
pDisplay As IDisplay,
dX As Double,
dY As Double
) As String
public:
virtual String^ GetFeatureInfoURL(
IDisplay^ pDisplay,
double dX,
double dY
)
abstract GetFeatureInfoURL :
pDisplay : IDisplay *
dX : float *
dY : float -> string
override GetFeatureInfoURL :
pDisplay : IDisplay *
dX : float *
dY : float -> string
参数
- pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
视图对象 - dX
- 类型: SystemDouble
X屏幕坐标 - dY
- 类型: SystemDouble
Y屏幕坐标
返回值
类型:
StringWMS请求的URI
实现
IWMSLayerGetFeatureInfoURL(IDisplay, Double, Double)
参见