67 | | {| |
68 | | | '''Method''' |
69 | | | '''Description''' |
70 | | |- |
71 | | | `evaluate` |
72 | | | returns a set of values for a given point. |
73 | | |- |
74 | | | `select` |
75 | | | returns all the geometry-value pairs which "lie within" the provided geometry |
76 | | |- |
77 | | | `find` |
78 | | | returns a list of geometry-value pairs, in order of distance from the provided point |
79 | | |- |
80 | | | `list` |
81 | | | returns a list of all the constituent geometry-value pairs which make up the coverage |
82 | | |- |
83 | | | `evaluateInverse` |
84 | | | returns a set of locations which match a particular set of values |
85 | | |} |
| 67 | ||'''Method'''||'''Description'''|| |
| 68 | ||`evaluate` || returns a set of values for a given point. || |
| 69 | ||`select` || returns all the geometry-value pairs which "lie within" the provided geometry || |
| 70 | ||`find` || returns a list of geometry-value pairs, in order of distance from the provided point || |
| 71 | ||`list` || returns a list of all the constituent geometry-value pairs which make up the coverage |
| 72 | ||`evaluateInverse` || returns a set of locations which match a particular set of values || |
121 | | {| |
122 | | | '''Combination''' |
123 | | | '''Input 1''' |
124 | | | '''Input 2''' |
125 | | | '''Returns''' |
126 | | |- |
127 | | | 1 |
128 | | | Pure Spatial |
129 | | | Pure Spatial |
130 | | | Pure Spatial |
131 | | |- |
132 | | | 2 |
133 | | | Pure Spatial |
134 | | | Spatial Value |
135 | | | Pure Spatial |
136 | | |- |
137 | | | 3 |
138 | | | Spatial Value |
139 | | | Pure Spatial |
140 | | | Pure Spatial |
141 | | |- |
142 | | | 4 |
143 | | | Spatial Value |
144 | | | Spatial Value |
145 | | | Pure Spatial |
146 | | |- |
147 | | | 5 |
148 | | | Pure Spatial |
149 | | | Pure Spatial |
150 | | | Spatial Value |
151 | | |- |
152 | | | 6 |
153 | | | Pure Spatial |
154 | | | Spatial Value |
155 | | | Spatial Value |
156 | | |- |
157 | | | 7 |
158 | | | Spatial Value |
159 | | | Pure Spatial |
160 | | | Spatial Value |
161 | | |- |
162 | | | 8 |
163 | | | Spatial Value |
164 | | | Spatial Value |
165 | | | Spatial Value |
166 | | |} |
| 108 | ||'''Combination'''|| '''Input 1'''|| '''Input 2'''|| '''Returns''' || |
| 109 | || 1 || Pure Spatial || Pure Spatial || Pure Spatial || |
| 110 | || 2 || Pure Spatial || Spatial Value || Pure Spatial || |
| 111 | || 3 || Spatial Value || Pure Spatial || Pure Spatial || |
| 112 | || 4 || Spatial Value || Spatial Value || Pure Spatial || |
| 113 | || 5 || Pure Spatial || Pure Spatial || Spatial Value || |
| 114 | || 6 || Pure Spatial || Spatial Value || Spatial Value || |
| 115 | || 7 || Spatial Value || Pure Spatial || Spatial Value || |
| 116 | || 8 || Spatial Value || Spatial Value || Spatial Value || |
| 117 | |
190 | | {| |
191 | | | '''Input 1''' |
192 | | | '''Input 2''' |
193 | | | '''Returns''' |
194 | | |- |
195 | | | geometry |
196 | | | geometry |
197 | | | geometry |
198 | | |- |
199 | | | geometry |
200 | | | raster |
201 | | | geometry |
202 | | |- |
203 | | | raster |
204 | | | geometry |
205 | | | geometry |
206 | | |- |
207 | | | raster |
208 | | | raster |
209 | | | geometry |
210 | | |- |
211 | | | geometry |
212 | | | geometry |
213 | | | raster |
214 | | |- |
215 | | | geometry |
216 | | | raster |
217 | | | raster |
218 | | |- |
219 | | | raster |
220 | | | geometry |
221 | | | raster |
222 | | |- |
223 | | | raster |
224 | | | raster |
225 | | | raster |
226 | | |} |
| 132 | || '''Input 1''' || '''Input 2''' || '''Returns''' || |
| 133 | || geometry || geometry || geometry || |
| 134 | || geometry || raster || geometry || |
| 135 | || raster || geometry || geometry || |
| 136 | || raster || raster || geometry || |
| 137 | || geometry || geometry || raster || |
| 138 | || geometry || raster || raster || |
| 139 | || raster || geometry || raster || |
| 140 | || raster || raster || raster || |
232 | | {| |
233 | | | '''Input 1''' |
234 | | | '''Input 2''' |
235 | | | '''Returns''' |
236 | | | '''Comment''' |
237 | | |- |
238 | | | geometry |
239 | | | raster |
240 | | | raster |
241 | | | input 2 must contain values |
242 | | |- |
243 | | | raster |
244 | | | geometry |
245 | | | raster |
246 | | | input 1 must contain values |
247 | | |- |
248 | | | raster |
249 | | | raster |
250 | | | raster |
251 | | | one input must contain values and the other must not |
252 | | |- |
253 | | | geomval |
254 | | | raster |
255 | | | raster |
256 | | | input 2 must be a mask |
257 | | |- |
258 | | | raster |
259 | | | geomval |
260 | | | raster |
261 | | | input 1 must be a mask |
262 | | |- |
263 | | | geometry |
264 | | | geomval |
265 | | | raster |
266 | | | |
267 | | |- |
268 | | | geomval |
269 | | | geometry |
270 | | | raster |
271 | | | |
272 | | |- |
273 | | | geometry |
274 | | | raster |
275 | | | geomval |
276 | | | input 2 must contain values |
277 | | |- |
278 | | | raster |
279 | | | geometry |
280 | | | geomval |
281 | | | input 1 must contain values |
282 | | |- |
283 | | | raster |
284 | | | raster |
285 | | | geomval |
286 | | | one input must contain values and the other must not |
287 | | |- |
288 | | | geomval |
289 | | | raster |
290 | | | geomval |
291 | | | input 2 must be a mask |
292 | | |- |
293 | | | raster |
294 | | | geomval |
295 | | | geomval |
296 | | | input 1 must be a mask |
297 | | |- |
298 | | | geometry |
299 | | | geomval |
300 | | | geomval |
301 | | | |
302 | | |- |
303 | | | geomval |
304 | | | geometry |
305 | | | geomval |
306 | | | |
307 | | |} |
| 146 | || '''Input 1''' || '''Input 2''' || '''Returns''' || '''Comment''' || |
| 147 | || geometry || raster || raster || input 2 must contain values || |
| 148 | || raster || geometry || raster || input 1 must contain values || |
| 149 | || raster || raster || raster || one input must contain values and the other must not || |
| 150 | || geomval || raster || raster || input 2 must be a mask || |
| 151 | || raster || geomval || raster || input 1 must be a mask || |
| 152 | || geometry || geomval || raster || || |
| 153 | || geomval || geometry || raster || || |
| 154 | || geometry || raster || geomval || input 2 must contain values || |
| 155 | || raster || geometry || geomval || input 1 must contain values || |
| 156 | || raster || raster || geomval || one input must contain values and the other must not || |
| 157 | || geomval || raster || geomval || input 2 must be a mask || |
| 158 | || raster || geomval || geomval || input 1 must be a mask || |
| 159 | || geometry || geomval || geomval || || |
| 160 | || geomval || geometry || geomval || || |