MemSQL geospatial union of polygons -


will new memsql version able calculate union of polygons? example calcuate border of 2 adjacent or intercepting polygons?

+----+ |    | |  +-+--+ +--+-+  |    |    |    +----+ 

to

+----+ |    | |    +--+ +--+    |    |    |    +----+ 

memsql 4 includes topological functions (eg, geography_intersects()) return boolean, , measurement functions distance , length. not yet have constructor functions intersection(), output polygon describe. it's on roadmap, though.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -