class documentation

class Distance(DistanceResultMixin, OracleToleranceMixin, GeoFunc):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method as​_postgresql Undocumented
Method as​_sqlite Undocumented
Class Variable geom​_param​_pos Undocumented
Instance Variable spheroid Undocumented

Inherited from DistanceResultMixin:

Method source​_is​_geography Undocumented
Property output​_field Undocumented

Inherited from OracleToleranceMixin:

Method as​_oracle Undocumented
Class Variable tolerance Undocumented

Inherited from GeoFuncMixin (via GeoFunc):

Method ​_handle​_param Undocumented
Method as​_sql Undocumented
Method resolve​_expression Undocumented
Class Variable function Undocumented
Property geo​_field Undocumented
Property name Undocumented
def __init__(self, expr1, expr2, spheroid=None, **extra):
def as_postgresql(self, compiler, connection, **extra_context):

Undocumented

def as_sqlite(self, compiler, connection, **extra_context):

Undocumented

geom_param_pos: tuple[int, ...] =
spheroid =

Undocumented