class documentation

class RasterField(BaseSpatialField):

View In Hierarchy

Raster field for GeoDjango -- evaluates into GDALRaster objects.
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
def _check_connection(self, connection):

Undocumented

def contribute_to_class(self, cls, name, **kwargs):

Undocumented

def db_type(self, connection):
def from_db_value(self, value, expression, connection):

Undocumented

def get_transform(self, name):

Undocumented

geography: bool =

Undocumented

geom_type: str =

Undocumented