07-19-2017 12:15 AM
As of my knowledge the SpatialQueryPipe should be available in the PPipe Typelib, but it is not there. Does someone know where it hides?
It's possible to create it with mapserver.CreateObject("GeoMedia.SpatialQueryPipe"), but I don't have any types and knowledge about the members.
Solved! Go to Solution.
07-19-2017 05:29 AM
That pipe was deprecated many years ago from GeoMedia, I assume the same for GeoMedia WebMap. It was superseded by SpatialSubsetPipe, which would be the preferred tool. - Hal
07-19-2017 05:57 AM
Thanks, I must have overseen the SpatialSubsetPipe