Add Ellipse comparison to QuadTree and OctTree classes
Allows for checking if points (that are in the Tree) are within the bounds of an ellipse on the surface of Earth. Uses haversine distance to determine the focal points of the ellipse and comparisons with Rectangles and Records.
TODO:
- Add docs
- Add tests
@stchan: This may be of use to you if it works correctly!