Hi All, I want to filter my datasets for features which are closed polygons with surface area>0. I assume I need a filter but which one and how to set it right?
TY
Hi All, I want to filter my datasets for features which are closed polygons with surface area>0. I assume I need a filter but which one and how to set it right?
TY
Best answer by redgeographics
You can use a GeometryFilter to filter out polygons, they should already have an area > 0 but if you want to be extra sure you can then use an AreaCalculator to calculate the area and a TestFilter or Tester to filter on that (or the @Area() function within a Tester/Testfilter)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.