GeoPathFilter Description abstract class Tinman.Engine.Scenes.Data.GeoPathFilter Derived from IGeoPathFilter Abstract base class for IGeoPathFilter implementations. Protected / Constructors GeoPathFilter protected constructor GeoPathFilter → () Creates a new instance of GeoPathFilter. Protected / Attributes component protected attribute component → (GeoPathComponentId) The geo path value identifier that has been passed to IGeoPathFilter.Value. current protected attribute current → (int32) The index into raw to the raw value array of the geo path value that is being filtered. raw protected attribute raw → (IVectorConst<float64> [ ]) The raw value arrays that have been passed to IGeoPathFilter.Raw. GeoPathConverter GeoPathFlag