gis.geos.GEOSGeometry.interpolate_normalized()

GEOSGeometry.interpolate_normalized(distance)

Given a distance (float), returns the point (or closest point) within the geometry (LineString or MultiLineString) at that distance. The normalized version takes the distance as a float between 0 (origin) and 1 (endpoint).

Reverse of GEOSGeometry.project().

doc_Django
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.