Module to reshape vectors. The reshape operation includes the possibility to:
- add one or more new columns to the vector table attribute
- convert the geometry into a derived geometry (from polygons to points or to lines)
- delete from the vector table attribute
The reshape uses the ECQL language, please refer to the uDig user manual or the GeoTools documentation for more informations about the syntax and usability of the language.
Inputs
- the vector to reshape
- the ECQL reshape function
- the list of fields to remove, comma separated
Output