LayerFactoryBaseUrl Property |
URL specifying the root part of the URL from which a service like rendering a map can be composed. For example,
https://xserver2-europe-eu-test.cloud.ptvgroup.com
can be used as a base URL providing access to a Cloud based XServer2 system. The renderMap service is composed to:
https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rs/XMap/{version}/renderMap
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public string BaseUrl { get; }
Public ReadOnly Property BaseUrl As String
Get
public:
property String^ BaseUrl {
String^ get ();
}
member BaseUrl : string with get
Property Value
Type:
StringSee Also