Union result to FeatureSet
All,
Does anyone know how to convert the union result back to a feature set? Also, I am getting the result as an Object Not Set to an instance of an Object.
It would seem that this should be very basic in that the Union task should simply output a Featureset but for some reason does not.
Thanks,
Kieren
0
-
The Union task merges a set of geometries, so I guess it makes sense that the result is also a geometry type object.
It's straightforward to create a new featureset from a single geometry, because FeatureSet has a contructor that takes a geometry:New FeatureSet(geometry1)The result will be a featureset containing a single feature that has only a geometry and no attributes.0
Please sign in to leave a comment.
Comments
1 comment