|
There is no option to apply filter with Find Nearest and Point In Polygon stage. You can do it through Query Spatial Stage with MI SQL query. For e.g. Point In Polygon Query: SELECT Country, Capital, Obj FROM /Samples/NamedTables/WorldTable WHERE Obj CONTAINS MI_POINT($(x), $(y),epsg:4326) AND ...
|