Global Mapper SDK
| GM_Layer_t .LoadOnlineLayer Method |
Loads data from an online source, like a WMS server or TerraServer-USA
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Layer_t LoadOnlineLayer ( string aSourceName , GM_Rectangle_t aLatLonRect , string aExtraLoadOptions )
Parameters
- aSourceName
-
Type:
System
.
String
IN: name of the TerraServer-USA theme or WMS source to load ("drg", "doq", etc.) or NULL to ask user - aLatLonRect
-
Type:
GlobalMapper
.
GM_Rectangle_t
IN: lat/lon rect to import (NULL to ask user) - aExtraLoadOptions
-
Type:
System
.
String
IN: extra load options
Return Value
Type: GM_Layer_tThe Loaded Layer
Comments
0 comments
Please sign in to leave a comment.