Ruben Pardo ha scritto: > Hi , > > I need to make some generalization (simplification) to variousSDE > features (polygon, poline, multipolygon), something similiar to mapshaper > ( www.*mapshaper*.org ) , > is it posiible to do with geotool? how can i do it?
Yes, you can build your own version of mapshaper. Use the shapefile datastore to load the shapefiles (or whatever other data source), use the JTS DouglasPeukerLineSimplifier to build simplified geometries, and then again the shapefile data store to write them back. Hope this helps Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
