I am writing a map application that imports Census and USGS information and shows it as an overlay on a Google Map. I want to export mash-ups of these items and export as a Shapefile.
I use the geotools library to import Census Department TIGER/Line border data. These Shapefiles have multiple features, each with its own border geometry. What I want to do is mash it up with USGS features, then export a Shapefile with a single border geometry but multiple features.
My question: is this possible? I may be totally missing the point of Shapefiles, so I'd rather ask here than as on the Geotools mailing list.
Thanks!
Jason