Which transformers are used together to perform spatial filtering in the described example?

Prepare for the FME Certified Professional Exam. Study with flashcards and multiple-choice questions; each question includes hints and explanations. Ensure your success!

Multiple Choice

Which transformers are used together to perform spatial filtering in the described example?

Explanation:
Testing whether features are within a certain distance of others is done by creating a tolerance zone around one set of features and then selecting the features that fall inside that zone. The Bufferer builds that distance-based area around the reference features. The PointOnAreaOverlayer then checks each test feature (for example, points) to see if it lies on or inside those buffered areas and passes through only those that do. This combination directly performs the spatial relationship test you need: a distance-based filter. Using just the buffer alone wouldn’t decide which test features belong to the other set, and using only the PointOnAreaOverlayer would require existing area geometry to overlay against. A Reprojector changes coordinates but doesn’t perform the spatial relationship filtering.

Testing whether features are within a certain distance of others is done by creating a tolerance zone around one set of features and then selecting the features that fall inside that zone. The Bufferer builds that distance-based area around the reference features. The PointOnAreaOverlayer then checks each test feature (for example, points) to see if it lies on or inside those buffered areas and passes through only those that do. This combination directly performs the spatial relationship test you need: a distance-based filter.

Using just the buffer alone wouldn’t decide which test features belong to the other set, and using only the PointOnAreaOverlayer would require existing area geometry to overlay against. A Reprojector changes coordinates but doesn’t perform the spatial relationship filtering.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy