KEO WMS Getter1
The module retrieves a map from a WMS.
Input / Output description:
- Inlet 1 WMS URL address (Map server url address, default "http://keo302.acs:8080/geoserver/wms")
- Inlet 2 version number (Request version, default "1.1.1")
- Inlet 3 layers name (Comma-separated list of one or more map layers)
- Inlet 3 styles values (Comma-separated list of one rendering style per requested layer, default “null”)
- Inlet 4 coordinate reference system (CFR) (Coordinate reference system, default "EPSG:4326")
- Inlet 5 BBOX LL LAT value (Bounding box corners (lower left latitude) in CRS units, default “Double.valueOf(-90.0).toString()”)
- Inlet 6 BBOX LL LON value (Bounding box corners (lower left longitude) in CRS units, default “Double.valueOf(-180.0).toString()”)
- Inlet 7 BBOX UR LAT value (Bounding box corners (upper right latitude) in CRS units, default “Double.valueOf(90.0).toString()”)
- Inlet 8 BBOX UR LON value (Bounding box corners (upper right longitude) in CRS units, default “Double.valueOf(180.0).toString()”)
- Inlet 9 map width value (Width in pixels of map picture, default “Integer.valueOf(800).toString()”)
- Inlet 10 map height value (Height in pixels of map picture, default “Integer.valueOf(400).toString()”)
- Inlet 11 output filename (Output filename, default "$$dir$$/$$uid$$_map.tif")
- Inlet 12 optional parameters (List of optional parameters string to append at the end of URL request separated by '&' in the form: PARAM_NAME1=PARAM_VALUE1&PARAM_NAME2=PARAM_VALUE2, Ex: 'BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE'), default “null”
- Outlet 1 output image (The result map)
Note:
$$dir$$ = At runtime is replaced by the working dir
$$uid$$ = At runtime is replaced by a unique identifier