WMSLayerGetFeatureInfoURL 方法 (String, WMSVersionStyle, String, String, IBoundingBox, Int32, Int32, String, Double, Double, String, Int32, String, String) |
获取WMS GetFeatureInfo 请求的URI
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static string GetFeatureInfoURL(
string strOnlineResource,
WMSVersionStyle eWMSVersionStyle,
string strLayers,
string strStyles,
IBoundingBox pBoundingBox,
int iWidth,
int iHeight,
string strQueryLayers,
double dX,
double dY,
string strInfoFormat,
int iFeatureCount,
string strExceptions,
string strEXParameters
)
Public Shared Function GetFeatureInfoURL (
strOnlineResource As String,
eWMSVersionStyle As WMSVersionStyle,
strLayers As String,
strStyles As String,
pBoundingBox As IBoundingBox,
iWidth As Integer,
iHeight As Integer,
strQueryLayers As String,
dX As Double,
dY As Double,
strInfoFormat As String,
iFeatureCount As Integer,
strExceptions As String,
strEXParameters As String
) As String
public:
static String^ GetFeatureInfoURL(
String^ strOnlineResource,
WMSVersionStyle eWMSVersionStyle,
String^ strLayers,
String^ strStyles,
IBoundingBox^ pBoundingBox,
int iWidth,
int iHeight,
String^ strQueryLayers,
double dX,
double dY,
String^ strInfoFormat,
int iFeatureCount,
String^ strExceptions,
String^ strEXParameters
)
static member GetFeatureInfoURL :
strOnlineResource : string *
eWMSVersionStyle : WMSVersionStyle *
strLayers : string *
strStyles : string *
pBoundingBox : IBoundingBox *
iWidth : int *
iHeight : int *
strQueryLayers : string *
dX : float *
dY : float *
strInfoFormat : string *
iFeatureCount : int *
strExceptions : string *
strEXParameters : string -> string
参数
- strOnlineResource
- 类型: SystemString
链接 - eWMSVersionStyle
- 类型: GISShare.SMap.Web.WMSWMSVersionStyle
WMS版本类型 - strLayers
- 类型: SystemString
图层字符串 - strStyles
- 类型: SystemString
渲染字符串 - pBoundingBox
- 类型: GISShare.SMap.GeometryIBoundingBox
范围 - iWidth
- 类型: SystemInt32
宽 - iHeight
- 类型: SystemInt32
高 - strQueryLayers
- 类型: SystemString
查询的图层 - dX
- 类型: SystemDouble
X - dY
- 类型: SystemDouble
Y - strInfoFormat
- 类型: SystemString
strInfoFormat(可缺省) - iFeatureCount
- 类型: SystemInt32
iFeatureCount(可缺省) - strExceptions
- 类型: SystemString
strExceptions(可缺省) - strEXParameters
- 类型: SystemString
用于拓展的参数,以适应不同的平台
返回值
类型:
String返回 URI
参见