class SpatialProxy(DeferredAttribute):
Undocumented
Method | __get__ |
No summary |
Method | __init__ |
Initialize on the given Geometry or Raster class (not an instance) and the corresponding field. |
Method | __set__ |
Retrieve the proxied geometry or raster with the corresponding class specified during initialization. |
Instance Variable | _klass |
Undocumented |
Instance Variable | _load_func |
Undocumented |
Inherited from DeferredAttribute
:
Method | _check_parent_chain |
Check if the field value can be fetched from a parent field already loaded in the instance. This can be done if the to-be fetched field is a primary key field. |
Instance Variable | field |
Undocumented |