Searched defs:spheroid (Results 1 – 14 of 14) sorted by relevance
44 class spheroid class47 spheroid(RadiusType const& a, RadiusType const& b) in spheroid() function in boost::geometry::srs::spheroid52 spheroid() in spheroid() function in boost::geometry::srs::spheroid
77 Spheroid const& spheroid) in apply()
63 Spheroid const& spheroid) in apply()
73 Spheroid const& spheroid) in apply()
647 Spheroid const& spheroid) in apply()671 Spheroid const& spheroid) in apply()
44 explicit inline geographic_segment(Spheroid const& spheroid) in geographic_segment()
61 explicit inline thomas(Spheroid const& spheroid) in thomas()
63 explicit inline vincenty(Spheroid const& spheroid) in vincenty()
67 explicit inline andoyer(Spheroid const& spheroid) in andoyer()
69 explicit inline geographic(Spheroid const& spheroid) in geographic()
46 explicit inline geographic(Spheroid const& spheroid) in geographic()
168 explicit inline geographic(Spheroid const& spheroid = Spheroid()) in geographic()
295 srs::spheroid<calc_t> spheroid = normalized_spheroid<calc_t>(m_spheroid); in apply() local