Name | Description | |
---|---|---|
![]() | CanClearTime | Gets if the mapMember supports time filtering and can clear the time filter. Clearing the time filter ensures that data is always shown. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CanGetTime | Gets if the mapMember supports time filtering. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CanSetTime | Gets if the mapMember supports time filtering and if the specified time parameters are valid. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ClearTime | Clears the time filter for the mapMember. Clearing the time filter ensures that data is always shown. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetCanEditMetadata | Gets whether the MapMember metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetDataConnection | Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetDataTimeExtent | Gets the time extent of the data for the specified fieldName - that is the minimum and maximum dates present in the data. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetDataTimeIntervals | Gets the set of time intervals for the specified field name present in the data. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetMetadata | Gets the MapMember metadata. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPath | Gets the path of the dataset underneath the MapMember as a Uri. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetTime | Gets the current time parameters for the mapMember. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetUseSourceMetadata | Gets whether or not the MapMember stores its own metadata or uses metadata retrieved from its source. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | IsTimeSupported | Gets if time is supported for this mapMember. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDataConnection | Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetMetadata | Sets the MapMember metadata. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetName | Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetShowPopups | Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetTime | Sets the specified time parameters for the mapMember. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetUseSourceMetadata | Sets whether or not the MapMember will use its own metadata or the metadata from its underyling source (if it has one). This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ToString | Returns the display name of the MapMember. |