Tagged Questions
1
vote
0answers
74 views
Intersection between two ADF GraphicsLayer
I know how to intersect features from a ADF Geometry with a map ADF GraphicsLayer, but this requires me to have ONE LAYER on the map and then use a spatial filter on it.
If I have two GraphicsLayer ...
2
votes
0answers
380 views
Intersection problem: too many elements?
I have this code where an IGeometry shape (4-5 circles not filled) should be intersected with another layer's features
// Convert from IGeometry to ADF Geometry Polygon
...