Dear Wim, Thanks for your response.I am looking into the same.
Thanks and Regards, Ven On Tue, Sep 7, 2010 at 1:39 PM, Wim Vanbelle <[email protected]> wrote: > Hmm. No guarantees, but perhaps the geoapi.net or nettopolgysuite have > this functionality. > > Alternatively, what you could do, although it still involves a spatial > database, is use the C# Sql Spatial libraries. You could install a > microsoft sql server 2008 (spatial) database, reference the spatial > libraries and perform the split of the polygon with those spatial functions, > using C#. But as you stated, this is probably not the solution you are > looking for. > > Maybe someone else is aware of another third party library that does this > :). > > > > > On 7 September 2010 08:59, venkat <[email protected]> wrote: > >> Dear Wim, >> >> Thanks for your great response...I am not looking for >> triangulation(tin).I am looking for Split operation based on line...I did it >> using PostGIS (st_split) function.I want to work it by coding (that can be >> client or server side code.....)..Please let me know is it possible.if it is >> possible, please let me know.. >> >> Thanks and Regards, >> >> Ven >> >> On Tue, Sep 7, 2010 at 12:25 PM, Wim Vanbelle <[email protected]>wrote: >> >>> Hi, >>> >>> Are you trying to split a polygon using another geo object like a line? >>> >>> Or do you just want to divide the polygon in smaller pieces? You may want >>> to look at triangulation for that. Take a look here: >>> http://en.wikipedia.org/wiki/Polygon_triangulation >>> >>> Best regards, >>> Wim >>> >>> On 7 September 2010 07:46, venkat <[email protected]> wrote: >>> >>>> Dear All, >>>> >>>> How i can split polygon by client(JavaScript code) or Server >>>> side(C#).I have done splitting polygon using Postgis..I am not able to >>>> understand how to split polygon by code(client or server side code.Please >>>> let me know .Its very urgent. >>>> >>>> I am waiting for your great response. >>>> >>>> Thanks and Regards, >>>> >>>> Ven >>>> >>>> _______________________________________________ >>>> mapserver-users mailing list >>>> [email protected] >>>> http://lists.osgeo.org/mailman/listinfo/mapserver-users >>>> >>>> >>> >> >
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
