| 106 | |
| 107 | == !UpdateFeature == |
| 108 | This process gives the possibility to update a feature. |
| 109 | |
| 110 | === Inputs === |
| 111 | || id || string || M || layer id || |
| 112 | || fid || string || M || feature id || |
| 113 | || feature || string || M || a feature or just a geometry in WKT, GML, KML or GeoJSON || |
| 114 | Only the informations provided are updated |
| 115 | |
| 116 | === Output === |
| 117 | This process returns the feature.[[BR]] |
| 118 | The output could be XML, GML, KML or GeoJSON. |
| 119 | |
| 120 | == !UpdateGeometry == |
| 121 | This process gives the possibility to update a feature geometry. |
| 122 | |
| 123 | === Inputs === |
| 124 | || id || string || M || layer id || |
| 125 | || fid || string || M || feature id || |
| 126 | || geometry || string || M || a geometry in WKT, GML, KML or GeoJSON || |
| 127 | |
| 128 | === Output === |
| 129 | This process returns the feature.[[BR]] |
| 130 | The output could be XML, GML, KML or GeoJSON. |
| 131 | |
| 132 | == !UpdateAttributes == |
| 133 | This process gives the possibility to update a feature attributes. |
| 134 | |
| 135 | === Inputs === |
| 136 | || id || string || M || layer id || |
| 137 | || fid || string || M || feature id || |
| 138 | || attributes || string || M || a string, JSON or XML representing attributes || |
| 139 | |
| 140 | === Output === |
| 141 | This process returns the feature.[[BR]] |
| 142 | The output could be XML, GML, KML or GeoJSON. |