I wanted to see if it is possible to easily create a new layer based upon the intersection or union of two vector layers. I see the intersection of two geometries example, and I guess I could probably do some type of iteration between the two layers and manually do it, but I was hoping there was a clean way of doing this.
Hi, @dalguy72
Thank you for your interest in the Aspose.GIS product.
Maybe you want to use a WhereIntersects method. A layer as the inheritor of FeaturesSequence class contains this method too.
Please feel free to contact us if you have any other issues or product questions.