Interface ITemporalObjectCatalog
The temporal catalog for external access and data loading purposes.
Assembly: Mars.Components.dll
Syntax
public interface ITemporalObjectCatalog
Methods
GetEnumerator()
Declaration
ITemporalObjectIterator GetEnumerator()
Returns
Tries to load a temporal reference of the specified feature
into the temporal
catalog and returns true, when the feature was loaded or not if this feature has no
temporal reference.
Declaration
bool TryLoadTemporalFeatureToCatalog(IMarsFeature feature, InputConfiguration temporalConfiguration)
Parameters
Returns
Type |
Description |
System.Boolean |
|