30 #include "mongo/geo/point.h"
39 typedef BoundingBox<Coordinates2D> BoundingBox;
40 typedef Geometry<Coordinates2D> Geometry;
41 typedef GeometryCollection<Coordinates2D> GeometryCollection;
42 typedef LineString<Coordinates2D> LineString;
43 typedef MultiLineString<Coordinates2D> MultiLineString;
44 typedef MultiPoint<Coordinates2D> MultiPoint;
45 typedef MultiPolygon<Coordinates2D> MultiPolygon;
46 typedef GeoObj<Coordinates2D> GeoObj;
47 typedef Point<Coordinates2D> Point;
48 typedef Polygon<Coordinates2D> Polygon;
49 typedef Parser<Coordinates2D> Parser;
53 namespace coords2dgeographic {
55 typedef BoundingBox<Coordinates2DGeographic> BoundingBox;
56 typedef Geometry<Coordinates2DGeographic> Geometry;
57 typedef GeometryCollection<Coordinates2DGeographic> GeometryCollection;
58 typedef LineString<Coordinates2DGeographic> LineString;
59 typedef MultiLineString<Coordinates2DGeographic> MultiLineString;
60 typedef MultiPoint<Coordinates2DGeographic> MultiPoint;
61 typedef MultiPolygon<Coordinates2DGeographic> MultiPolygon;
62 typedef GeoObj<Coordinates2DGeographic> GeoObj;
63 typedef Point<Coordinates2DGeographic> Point;
64 typedef Polygon<Coordinates2DGeographic> Polygon;
65 typedef Parser<Coordinates2DGeographic> Parser;
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20