class RasterField(BaseSpatialField):
Method | _check_connection |
Undocumented |
Method | contribute_to_class |
Undocumented |
Method | db_type |
Undocumented |
Method | from_db_value |
Undocumented |
Method | get_transform |
Undocumented |
Class Variable | description |
Undocumented |
Class Variable | geography |
Undocumented |
Class Variable | geom_type |
Undocumented |
Inherited from BaseSpatialField
:
Method | __init__ |
The initialization function for base spatial fields. Takes the following as keyword arguments: |
Method | deconstruct |
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 |