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
2016-10-09 18:38:22
Comments
Leave a Comment

Please login to continue.