class documentation

class BaseSpatialFeatures:

Known subclasses: django.contrib.gis.db.backends.mysql.features.DatabaseFeatures, django.contrib.gis.db.backends.oracle.features.DatabaseFeatures, django.contrib.gis.db.backends.postgis.features.DatabaseFeatures, django.contrib.gis.db.backends.spatialite.features.DatabaseFeatures

View In Hierarchy

Undocumented

Method __getattr__ Undocumented
Class Variable can​_alter​_geometry​_field Undocumented
Class Variable empty​_intersection​_returns​_none Undocumented
Class Variable gis​_enabled Undocumented
Class Variable has​_spatialrefsys​_table Undocumented
Class Variable supports​_3d​_functions Undocumented
Class Variable supports​_3d​_storage Undocumented
Class Variable supports​_add​_srs​_entry Undocumented
Class Variable supports​_area​_geodetic Undocumented
Class Variable supports​_distance​_geodetic Undocumented
Class Variable supports​_dwithin​_distance​_expr Undocumented
Class Variable supports​_empty​_geometries Undocumented
Class Variable supports​_geography Undocumented
Class Variable supports​_geometry​_field​_introspection Undocumented
Class Variable supports​_geometry​_field​_unique​_index Undocumented
Class Variable supports​_length​_geodetic Undocumented
Class Variable supports​_null​_geometries Undocumented
Class Variable supports​_num​_points​_poly Undocumented
Class Variable supports​_perimeter​_geodetic Undocumented
Class Variable supports​_raster Undocumented
Class Variable supports​_tolerance​_parameter Undocumented
Class Variable supports​_transform Undocumented
Class Variable unsupported​_geojson​_options Undocumented
Property supports​_bbcontains​_lookup Undocumented
Property supports​_collect​_aggr Undocumented
Property supports​_contained​_lookup Undocumented
Property supports​_crosses​_lookup Undocumented
Property supports​_distances​_lookups Undocumented
Property supports​_dwithin​_lookup Undocumented
Property supports​_extent​_aggr Undocumented
Property supports​_isvalid​_lookup Undocumented
Property supports​_make​_line​_aggr Undocumented
Property supports​_relate​_lookup Undocumented
Property supports​_union​_aggr Undocumented
def __getattr__(self, name):

Undocumented

can_alter_geometry_field: bool =
gis_enabled: bool =

Undocumented

has_spatialrefsys_table: bool =
supports_3d_functions: bool =
supports_distance_geodetic: bool =
supports_dwithin_distance_expr: bool =
supports_empty_geometries: bool =
supports_geography: bool =
supports_geometry_field_introspection: bool =
supports_length_geodetic: bool =
supports_null_geometries: bool =
supports_num_points_poly: bool =
supports_perimeter_geodetic: bool =
supports_raster: bool =
supports_tolerance_parameter: bool =
supports_transform: bool =
@property
supports_bbcontains_lookup =

Undocumented

@property
supports_collect_aggr =

Undocumented

@property
supports_contained_lookup =

Undocumented

@property
supports_crosses_lookup =

Undocumented

@property
supports_distances_lookups =

Undocumented

@property
supports_dwithin_lookup =

Undocumented

@property
supports_extent_aggr =

Undocumented

@property
supports_isvalid_lookup =

Undocumented

@property
supports_make_line_aggr =

Undocumented

@property
supports_relate_lookup =

Undocumented

@property
supports_union_aggr =

Undocumented