Skip to main content
I have an Oracle database with a parcels layer and a zoning layer. I also have another Oracle database with parcels table and an "attributes" table containing which zone applies to which parcel.

 

 

I want to use the relationship between the two layers to compare with the "attributes" table and produce a list of records to correct, based on the assumption that the map layers are correct.

 

 

I've tried the AreaOnAreaOverlayer and the Clipper transformer without success.

 

 

What method would you recommend to efficiently achieve the correct result?
Hi Steve,

 

 

I'd likely recommend using a SpatialFilter to first determine which Parcel is in which Zone.

 

 

To locate whether the attributes table contains the correct Zone per parcel, perhaps try the FeatureMerger transformer.

 

 

Wish you well.

 


Reply