gis.geos.GEOSGeometry.hasz
  • References/Python/Django/API/GEOS API

GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.

2025-01-10 15:47:30
gis.geos.PreparedGeometry.touches()
  • References/Python/Django/API/GEOS API

touches(other)

2025-01-10 15:47:30
gis.geos.GEOSGeometry.ogr
  • References/Python/Django/API/GEOS API

GEOSGeometry.ogr Returns an

2025-01-10 15:47:30
template.base.Origin.name
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

name The path to the template as returned by the template loader. For loaders that read from the file system, this is the full

2025-01-10 15:47:30
gis.gdal.OGRGeometry.sym_difference()
  • References/Python/Django/API/GDAL API

sym_difference() Returns the region consisting of the symmetric difference of this geometry and the other, as a new OGRGeometry

2025-01-10 15:47:30
gis.geos.GEOSGeometry.srid
  • References/Python/Django/API/GEOS API

GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:

2025-01-10 15:47:30
gis.geos.GEOSGeometry.distance()
  • References/Python/Django/API/GEOS API

GEOSGeometry.distance(geom) Returns the distance between the closest points on this geometry and the given geom

2025-01-10 15:47:30
gis.geos.GEOSGeometry.coords
  • References/Python/Django/API/GEOS API

GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.

2025-01-10 15:47:30
admin.ModelAdmin.get_prepopulated_fields()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest

2025-01-10 15:47:30
gis.geos.GEOSGeometry.overlaps()
  • References/Python/Django/API/GEOS API

GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**

2025-01-10 15:47:30