geographicPoints top-level constant

PointFactory<GeoPoint> const geographicPoints

A constant factory for geographic GeoPoint objects without M coordinate.

Result type candidates for objects created by the factory: GeoPoint2, GeoPoint3.

Implementation

const PointFactory<GeoPoint> geographicPoints = _CreateGeoPoint();