Class WmsUtil
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public static class WmsUtil
- Inheritance
-
WmsUtil
- Inherited Members
-
Fields
GetMap
public static string GetMap
Field Value
- string
VERSION_1_1_1
public const string VERSION_1_1_1 = "1.1.1"
Field Value
- string
VERSION_1_3_0
public const string VERSION_1_3_0 = "1.3.0"
Field Value
- string
Methods
GetAxisOrder(WmsAxisOrder, string, string)
public static WmsAxisOrder GetAxisOrder(WmsAxisOrder axisOrder, string wmsVersion, string crs)
Parameters
axisOrder
WmsAxisOrder
wmsVersion
string
crs
string
Returns
- WmsAxisOrder
GetBaseUrl(WmsOnlineResource[])
public static WmsOnlineResource GetBaseUrl(WmsOnlineResource[] wmsRequests)
Parameters
wmsRequests
WmsOnlineResource[]
Returns
- WmsOnlineResource
GetRequestUrl(IWmsEntity, string, RectangleShape, int, int)
public static string GetRequestUrl(IWmsEntity wmsRasterSource, string baseUrl, RectangleShape worldExtent, int canvasWidth, int canvasHeight)
Parameters
wmsRasterSource
IWmsEntity
baseUrl
string
worldExtent
RectangleShape
canvasWidth
int
canvasHeight
int
Returns
- string