Recently I am on a project to calculate distance between various geometries, eg a polygon to polygon, ring to ring.
Now I have some questions:
When define a polygon or a ring, I need to append the exactly first point to the defiened polygon to make them enclosed? (I have seen some examples like this)
When calculate distance, it always calculate a point to points of another geometry? It could be linestring or something others?