FeatureLayers Class |
Namespace: Ptv.XServer.Controls.Map.Layers.Xmap2
The FeatureLayers type exposes the following members.
Name | Description | |
---|---|---|
FeatureLayers | Initializes the new instance with a reference to the possessing layer factory. |
Name | Description | |
---|---|---|
AvailableContentSnapshots | Provides all available content snapshots configured on the server defined by the BaseUrl property. | |
AvailableThemes | Provides all available Feature Layer themes installed on the server defined by the BaseUrl property. | |
ContentSnapshotId | ID of the content snapshot. | |
ReferenceTime | For SnapshotTimeConsideration and TimeSpanConsideration it is necessary to define a reference
time to determine which time dependent features should be active or not. The reference time
including a time zone comes along in the following format:
yyyy-MM-ddTHH:mm:ss[+-]HH:mm, for example 2018-08-05T04:00:00+02:00. | |
ShowOnlyRelevantByTime | Function which indicates if the non-relevant Features should be shown or not. | |
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. |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |