WmsUtil¶
Namespace: ThinkGeo.Core
public static class WmsUtil
Fields¶
GetMap¶
public static string GetMap;
VERSION_1_3_0¶
public static string VERSION_1_3_0;
VERSION_1_1_1¶
public static string VERSION_1_1_1;
Methods¶
GetAxisOrder(WmsAxisOrder, String, String)¶
public static WmsAxisOrder GetAxisOrder(WmsAxisOrder axisOrder, string wmsVersion, string crs)
Parameters¶
axisOrder WmsAxisOrder
wmsVersion String
crs String
Returns¶
GetBaseUrl(WmsOnlineResource[])¶
public static WmsOnlineResource GetBaseUrl(WmsOnlineResource[] wmsRequests)
Parameters¶
wmsRequests WmsOnlineResource[]
Returns¶
GetRequestUrl(IWmsEntity, String, RectangleShape, Int32, Int32)¶
public static string GetRequestUrl(IWmsEntity wmsRasterSource, string baseUrl, RectangleShape worldExtent, int canvasWidth, int canvasHeight)
Parameters¶
wmsRasterSource IWmsEntity
baseUrl String
worldExtent RectangleShape
canvasWidth Int32
canvasHeight Int32