AGSQuery = [AGSQuery query]; query.geometry = graphic.geometry; query.returnGeometry = TRUE; query.spatialRelationship = AGSGeometryRelationIntersection [queryTask executeWithQuery:query];
I am setting up the query geometry asAGSQuery = [AGSQuery query]; query.geometry = graphic.geometry; query.returnGeometry = TRUE; query.spatialRelationship = AGSGeometryRelationIntersection [queryTask executeWithQuery:query]; If I draw a line, query is done by line envelop. Is it possible to query by exact shape?
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.