(self, connection)
| 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 |
no test coverage detected