IGeoPathFilter
Description
- Derived from
- Extended by
- 
GeoPathFilter abstract 
Base interface for classes that perform filtering on geo path sample values.
The sequence of calls during a filter cycle looks like this:
- 
IBeginEnd.Begin is called. 
- 
Raw is called, passing the raw value arrays. 
- 
Value is called, passing the index of the geo path value that is going to be filtered. 
- 
Filter is called once for each geo path sample value to filter. 
- 
Go to 3. if there is another geo path value to filter. 
- 
IBeginEnd.End is called.