Tagged Questions
2
votes
1answer
53 views
Are there any open source distribution raster merging functions within JTS or GeoTools
I'm looking for something similar to the combine function from the ISelectionSet interface from ArcObject's SDK 10 .NET framework on a more scaled down level. Ergo, I don't plan on using that ...
2
votes
2answers
266 views
Merging Shapefiles With Geotools
I am trying to merge some shapefiles with different schemas in geotools. Im aware of ogr2ogr, but for now I would like to figure out this problem with Geotools.
The steps I'm taking are:
1) Create a ...
1
vote
0answers
86 views
Merge polygons into a single polygon [duplicate]
Possible Duplicate:
How to aggregate detached polygons?
Is there any open source java library to merge polygons? My use case is that
i have a few building feature polygons close by. I need ...