Skip to main content

Union result to FeatureSet

Comments

1 comment

  • Berend Veldkamp
    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.