Skip to main content

Hello,

I want to split my citygml file into two by referring to a shape file which is an area.

You can use either a Clipper transformer (with the shapefile as the Clipper feature) or a FeatureReader with the initiator filled by the shapefile and the spatial filter set to Bounding Boxes Intersect (probably followed by a Clipper, because intersecting bounding boxes doesn't necessarily mean the features intersect as well)


Reply