MCPcopy
hub / github.com/django/django / spheroid

Method spheroid

django/contrib/gis/db/models/fields.py:122–123  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

120 return connection.ops.geo_db_type(self)
121
122 def spheroid(self, connection):
123 return get_srid_info(self.srid, connection).spheroid
124
125 def units(self, connection):
126 return get_srid_info(self.srid, connection).units

Callers 2

as_postgresqlMethod · 0.45
as_postgresqlMethod · 0.45

Calls 1

get_srid_infoFunction · 0.85

Tested by

no test coverage detected