Changes between Version 6 and Version 7 of SomeSplitting


Ignore:
Timestamp:
Mar 7, 2013, 3:41:41 PM (11 years ago)
Author:
darkblueb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • SomeSplitting

    v6 v7  
    6666dbb:  there is nothing like this in JTS now ? as a function ?
    6767
    68 strk:  there's both triangulation and topology in postgis, not a single function, you'd have to write that one, on your needs. I think plpgsql could do, it really depends on your need for speed     ST_SplitByGrid()   ST_SplitToMaxN()
     68strk:  there's both triangulation and topology in postgis, not a single function, you'd have to write that one, on your needs. I think plpgsql could do, it really depends on your need for speed     ST_SplitByGrid()   ST_SplitToMaxN()   SplitToMaxN has multiple solutions, so harder to generalize.
    6969
    7070
    7171
     72
     73
     74
     75