class documentation

class GeometryCollectionField(GeometryField):

View In Hierarchy

Undocumented

Class Variable description Undocumented
Class Variable geom​_type Undocumented

Inherited from GeometryField:

Method __init__ The initialization function for geometry fields. In addition to the parameters from BaseSpatialField, it takes the following as keyword arguments:
Method contribute​_to​_class Undocumented
Method deconstruct Undocumented
Method formfield Undocumented
Method select​_format Return the selection format string, depending on the requirements of the spatial backend. For example, Oracle and MySQL require custom selection formats in order to retrieve geometries in OGC WKB.
Class Variable geom​_class Undocumented
Instance Variable ​_extent Undocumented
Instance Variable ​_tolerance Undocumented
Instance Variable dim Undocumented
Instance Variable geography Undocumented

Inherited from BaseSpatialField (via GeometryField):

Method db​_type Undocumented
Method geodetic Return true if this field's SRID corresponds with a coordinate system that uses non-projected units (e.g., latitude/longitude).
Method get​_db​_prep​_value Undocumented
Method get​_placeholder Return the placeholder for the spatial column for the given value.
Method get​_prep​_value Undocumented
Method get​_raster​_prep​_value Return a GDALRaster if conversion is successful, otherwise return None.
Method get​_srid No summary
Method spheroid Undocumented
Method units Undocumented
Method units​_name Undocumented
Class Variable empty​_strings​_allowed Undocumented
Instance Variable spatial​_index Undocumented
Instance Variable srid Undocumented