logo
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.