UntiledProvider Class |
Namespace: Ptv.XServer.Controls.Map.Layers.Xmap2
The UntiledProvider type exposes the following members.
Name | Description | |
---|---|---|
UntiledProvider | Initializes a new instance of the UntiledProvider class |
Name | Description | |
---|---|---|
ContentSnapshotId | ID of the content snapshot. | |
MapLanguage | The language code used for geographical objects in the map like names
for town and streets. The language code is defined in BCP47,
for example en, fr or de. | |
PreferredRouteTypes | A set of network classifications of the preferred routes. Examples are BK_2. | |
ReferenceTime | For SnapshotTimeConsideration and TimeSpanConsideration it is necessary to define a reference
time to determine which time dependent features should be active or not. This reference time comes along with the following format:
yyyy-MM-ddTHH:mm:ss[+-]HH:mm, for example 2018-08-05T04:00:00+02:00. | |
RequestUriString | URL of the service which provides untiled access of a map image via JSON request. | |
ShowOnlyRelevantByTime | Indicator if the non-relevant features should be shown or not. | |
StoredProfile | Profile containing the styles of a map. | |
ThemesForRendering | A set of themes for which a map should be rendered. Examples are labels,
but also Feature Layer themes like Truck Attributes. | |
ThemesWithMapObjects | A set of themes for which map object information should be calculated during
the renderMap service request. Commonly, this set is restricted to Feature Layer themes like Truck Attributes. | |
TimeConsiderationScenario | Time consideration scenario which should be used when the map is rendered and
map objects are retrieved. Currently supported scenarios are
OptimisticTimeConsideration, SnapshotTimeConsideration and TimeSpanConsideration.
For all other return values (including null string), no scenario is used and all time dependent features are not relevant.
| |
TimeSpan | Time span (in seconds) which is added to the reference time
and needed for the TimeSpanConsideration scenario. | |
UserLanguage | The language used for textual messages, for example provided
by the theme traffic incidents. The language code is defined in BCP47,
for example en, fr or de. | |
XToken | xToken needed for authentication in cloud based environments. |
Name | Description | |
---|---|---|
GetImageStream | Returns a bitmap for a map section specified in PTV-internal Mercator format. | |
GetImageStreamAndMapObjects | Returns a bitmap for a map section specified in PTV-internal Mercator format. |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |