I would like to create a single polygon from two adjacent polygons that may not share any boundaries (there may be a gap between the two polygons) so that I end up with one final polygon that encompasses both polygons and the space between them. OperatorUnion does not work for this scenario.
Convex hull is not what I'm looking for, by the way.
Any suggestions would be nice, thx.