Tagged Questions
2
votes
1answer
310 views
polygon map overlay algorithm
There are many algorithms for binary map overlay operation in vector data format which take two layers of map and produce resultant layer i.e overlaid layer as output.
I am wondering whether there are ...
3
votes
3answers
140 views
Is the Intersection Operation Commutative?
In map overlay, is intersection of map layers a commutative operation ie layer_A intersection layer_B = layer_B intersection layer_A?
If layer A is a square and layer B is a triangle. In this case, (A ...