Hi, Given a list of x,y points, can I do one query to find the shape for each point or do I have to loop through the list of points doing a point query for each one? I've not found the answer in the documentation. Thanks, Worth