Hello all,
I am processing a dataset in the state of Queensland, Australia which lies across three UTM zones.
Because my processing involves calculating area and perimeter in metres, and my source data is in LL I want to divide the data according to the three zones, reproject, calculate, and then reproject back.
How can I filter each spatial object so that it goes only once into each appropriate zone?
SpatialFilter tests the whole candidate, but if an object lies on the boundary I only want it to go into one zone, so really I want to filter by the centroid of the spatial object, not the entire object.
Is there a filter for centroids?