WMSExtensions » History » Version 3
Ernst de Vreede, 06/13/2013 02:28 PM
1 | 1 | Maarten Plieger | h1. WMS Extensions |
---|---|---|---|
2 | 1 | Maarten Plieger | |
3 | 1 | Maarten Plieger | h2. GetFeatureInfo |
4 | 3 | Ernst de Vreede | |
5 | 2 | Ernst de Vreede | The GetFeatureInfo call needs all parameters for a GetMap request, except REQUEST and adds X and Y (the pixel coordinates of interest) and QUERY_LAYERS (the layer(s) of interest) |
6 | 1 | Maarten Plieger | |
7 | 2 | Ernst de Vreede | The ADAGUC service extends the GetFeatureInfo call in a number of aspects: |
8 | 2 | Ernst de Vreede | |
9 | 2 | Ernst de Vreede | New request parameters: |
10 | 2 | Ernst de Vreede | * |
11 | 2 | Ernst de Vreede | * JSONP=<javascript_function_name> _data is returned as JavaScript code, where provided function is called with JSON result_ |
12 | 2 | Ernst de Vreede | |
13 | 2 | Ernst de Vreede | Extended request parameters: |
14 | 2 | Ernst de Vreede | * INFO_FORMAT=<FORMAT> _which can be image/gif, image/png, text/plain, application/xml, text/html, application/json |
15 | 2 | Ernst de Vreede | |
16 | 2 | Ernst de Vreede | h3. JSON format |
17 | 2 | Ernst de Vreede | |
18 | 2 | Ernst de Vreede | |
19 | 1 | Maarten Plieger | h2. GetPointValue |
20 | 2 | Ernst de Vreede | |
21 | 2 | Ernst de Vreede | GetPointValue is kind of a shorthand for GetFeatureInfo. It enables one to do a GetFeatureInfo like request, without specifying a WMS GetMap request. |
22 | 2 | Ernst de Vreede | This can be used to retrieve for example a time series of data for a certain lat/lon coordinate or, in the case of ensemble data to get all 50 timeseries for a "plume" image. |
23 | 2 | Ernst de Vreede | |
24 | 2 | Ernst de Vreede | |
25 | 1 | Maarten Plieger | |
26 | 1 | Maarten Plieger | h2. GetMetaData |