Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.TrackCore.Contracts.IClientTrackStoreManager Interface Reference
Inheritance diagram for TPG.GeoFramework.TrackCore.Contracts.IClientTrackStoreManager:
TPG.GeoFramework.TrackCore.ClientTrackStoreManager

Public Member Functions

IClientTrackStore GetCreateTrackStore (string listId)
 
List< IClientTrackGetTracks (IItemContext context, ICondition filter, IEnumerable< string > listIds)
 Gets tracks from the track store.
 
IClientTrack GetTrack (ItemId id)
 
List< IClientTrackCellGetTrackCells (IEnumerable< string > listIds)
 

Properties

Dictionary< string, IClientTrackStoreTrackStores [get]
 

Member Function Documentation

◆ GetTracks()

List< IClientTrack > TPG.GeoFramework.TrackCore.Contracts.IClientTrackStoreManager.GetTracks ( IItemContext  context,
ICondition  filter,
IEnumerable< string >  listIds 
)

Gets tracks from the track store.

Parameters
context
filterSpecify null to get all tracks.
listIds
Returns

Implemented in TPG.GeoFramework.TrackCore.ClientTrackStoreManager.


The documentation for this interface was generated from the following file: