class documentation

class MultiPointField(GeometryField): (source)

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 dim Undocumented
Instance Variable geography Undocumented
Instance Variable _extent Undocumented
Instance Variable _tolerance 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 Return the default SRID for the given geometry or raster, taking into account the SRID set for the field. For example, if the input geometry or raster doesn't have an SRID, then the SRID of the field will be returned.
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