In map overlay, is intersection of map layers a commutative operation ie layer_A intersection layer_B = layer_B intersection layer_A?
In map overlay, is intersection of map layers a commutative operation ie layer_A intersection
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on if the layers are the same geometry type. If one layer is point, and the other line, for example, the intersection could be point or lines, and therefore it may not be commutative. If they are the same geometry type, then yes, operation of intersection is commutative.