WMSURLFactoryGetFeatureInfoURL 方法 |
获取请求 FeatureInfo 的 URI
命名空间:
GISShare.SMap.Web.WMS
程序集:
GISShare.SMap.Web (在 GISShare.SMap.Web.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static string GetFeatureInfoURL(
string strOnlineResource,
WMSVersionStyle eWMSVersionStyle,
string strLayers,
string strStyles,
string strAuthority,
int iCode,
double dLeft,
double dBottom,
double dRight,
double dTop,
int iWidth,
int iHeight,
string strQueryLayers,
double dX,
double dY,
string strInfoFormat = null,
int iFeatureCount = 0,
string strExceptions = null,
string strEXParameters = null
)
Public Shared Function GetFeatureInfoURL (
strOnlineResource As String,
eWMSVersionStyle As WMSVersionStyle,
strLayers As String,
strStyles As String,
strAuthority As String,
iCode As Integer,
dLeft As Double,
dBottom As Double,
dRight As Double,
dTop As Double,
iWidth As Integer,
iHeight As Integer,
strQueryLayers As String,
dX As Double,
dY As Double,
Optional strInfoFormat As String = Nothing,
Optional iFeatureCount As Integer = 0,
Optional strExceptions As String = Nothing,
Optional strEXParameters As String = Nothing
) As String
public:
static String^ GetFeatureInfoURL(
String^ strOnlineResource,
WMSVersionStyle eWMSVersionStyle,
String^ strLayers,
String^ strStyles,
String^ strAuthority,
int iCode,
double dLeft,
double dBottom,
double dRight,
double dTop,
int iWidth,
int iHeight,
String^ strQueryLayers,
double dX,
double dY,
String^ strInfoFormat = nullptr,
int iFeatureCount = 0,
String^ strExceptions = nullptr,
String^ strEXParameters = nullptr
)
static member GetFeatureInfoURL :
strOnlineResource : string *
eWMSVersionStyle : WMSVersionStyle *
strLayers : string *
strStyles : string *
strAuthority : string *
iCode : int *
dLeft : float *
dBottom : float *
dRight : float *
dTop : float *
iWidth : int *
iHeight : int *
strQueryLayers : string *
dX : float *
dY : float *
?strInfoFormat : string *
?iFeatureCount : int *
?strExceptions : string *
?strEXParameters : string
(* Defaults:
let _strInfoFormat = defaultArg strInfoFormat null
let _iFeatureCount = defaultArg iFeatureCount 0
let _strExceptions = defaultArg strExceptions null
let _strEXParameters = defaultArg strEXParameters null
*)
-> string
参数
- strOnlineResource
- 类型: SystemString
连接头 - eWMSVersionStyle
- 类型: GISShare.SMap.Web.WMSWMSVersionStyle
版本 - strLayers
- 类型: SystemString
图层名称 - strStyles
- 类型: SystemString
图层渲染 - strAuthority
- 类型: SystemString
投影作者 - iCode
- 类型: SystemInt32
编号 - dLeft
- 类型: SystemDouble
左 - dBottom
- 类型: SystemDouble
底 - dRight
- 类型: SystemDouble
右 - dTop
- 类型: SystemDouble
顶 - iWidth
- 类型: SystemInt32
宽 - iHeight
- 类型: SystemInt32
高 - strQueryLayers
- 类型: SystemString
查询的图层 - dX
- 类型: SystemDouble
X - dY
- 类型: SystemDouble
Y - strInfoFormat (Optional)
- 类型: SystemString
strInfoFormat(可缺省) - iFeatureCount (Optional)
- 类型: SystemInt32
iFeatureCount(可缺省) - strExceptions (Optional)
- 类型: SystemString
strExceptions(可缺省) - strEXParameters (Optional)
- 类型: SystemString
用于拓展的参数,以适应不同的平台
返回值
类型:
String返回 URI
参见