Class Geospatial::GeoPoint¶
- 
class 
GeoPoint: public Geospatial::GeoBase¶ Public Functions
- 
GeoPoint(const std::vector<double> &coords)¶ 
- 
GeoPoint(const std::string &wkt)¶ 
- 
void 
getColumns(std::vector<double> &coords) const¶ 
- 
GeoType 
getType() const¶ 
- 
std::unique_ptr<GeoBase> 
clone() const¶ 
Protected Functions
- 
GeoPoint(OGRGeometry *geom, const bool owns_geom_obj)¶ 
Friends
- 
friend 
Geospatial::GeoPoint::GeoTypesFactory 
-