enricher_selector Module
Contains the base classes for location and time selectors.
There are two subclasses of EnricherSelector:
EnricherLocationSelector - provides basic calculations of spherical distance.
EnricherTimeSelector - provides
round_to
wrapper functions.
The EnricherSelector is the root class of LocationClosestSelector and TimeNearestSelector.
Classes
EnricherLocationSelector |
Defines base location calculations for location enricher selectors. Location calculation methods are static member functions. |
EnricherSelector |
Defines the base class of all enricher selectors. |
EnricherTimeSelector |
Defines time-related base calculations for time enricher selectors. |