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

html - height not adding height to a empty div -

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -