Hi. I am trying to filter some parcels in Heron by size. I am wondering if my cull pattern logic is correct or if I should be doing something differently. Currently, I am getting results that still don’t match my cull pattern.
give us th Gh deffinition
The cull pattern should be performed on polylines created from the featurePoints so that holes in the parcels are maintained an not collapsed into one polyline later on. Once the polylines are created, a shift path usually handles combining the outer boundaries and inner boundaries of a polygon from the vector data source. In this case there are three levels of uneven branches which requires using the path mapper to get the polylines set up for the cull.