gis.geos.PreparedGeometry
  • References/Python/Django/API/GEOS API

class PreparedGeometry All methods on PreparedGeometry take an other argument, which must be a

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.geom_type
  • References/Python/Django/API/GEOS API

GEOSGeometry.geom_type Returns a string corresponding to the type of geometry. For example:

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

GEOSGeometry.interpolate(distance)

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

outdim This property may be set to change the output dimension of the geometry representation. In other words, if you have a

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

merged Returns a LineString representing the line merge of all the components in this MultiLineString

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

class WKTWriter(dim=2, trim=False, precision=None) This class allows outputting the WKT representation of a geometry. See the

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

class GeometryCollection(*args, **kwargs) GeometryCollection objects may be instantiated by passing in other

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

intersects(other)

2025-01-10 15:47:30