Interface ITemporalObjectIterator
Inherited Members
System.IDisposable.Dispose()
Assembly: Mars.Components.dll
Syntax
public interface ITemporalObjectIterator : IDisposable
Methods
|
Improve this Doc
View Source
GetNextInvalidFeatures()
Declaration
IEnumerable<IMarsFeature> GetNextInvalidFeatures()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<IMarsFeature> |
|
|
Improve this Doc
View Source
GetNextValidFeatures()
Declaration
IEnumerable<IMarsFeature> GetNextValidFeatures()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<IMarsFeature> |
|
Extension Methods