Function geo::algorithm::coordinate_position::coord_pos_relative_to_ring [−][src]
pub fn coord_pos_relative_to_ring<T>(
coord: Coordinate<T>,
linestring: &LineString<T>
) -> CoordPos where
T: GeoNum,
Expand description
Calculate the position of a Coordinate
relative to a
closed LineString
.