Geometric Operations
Working with Geometries
Geometric operations help to modify or create new geometries based on your use cases. In many scenarios, geometric operations are just one step in a larger set of operations. For example, you might start with a spatial query, apply several geometric operations, and apply another query or add the results to a layer.
A real-world example of this might be for a marketing campaign. Let's assume you have a number of stores in a large area and want to find all of the households within a certain radius of each store, but you want to avoid overlapping advertising on stores close together. In this case, you would start by quering all of the stores (as points) in the area and creating a 1 mile buffer around each store, resulting in a number of circles representing the area around each store. Next, you could loop through all off these circles, find the differences, and clip any overlapping polygons. Finally, you would do another set of spatial queries to find all of the households in each of these polygons, which would represent the customers associated with each region.
* Feature available, but no specific sample.
<<
Previous
>>