You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

What

Polygons.xml

Required

no

Description

Link Polygon shapes to Delft-FEWS Locations

schema location

http://fews.wldelft.nl/schemas/version1.0/polygons.xsd

 

Overview

The Polygons.xml file can be used to link polygons from shape files to Delft-FEWS locations. As a result, the polygon area is highlighted in the Map Display when the location is selected. In addition the polygon area information is used in spatial transformation for instances the areal averaging. 

Note, the Polygons.xml is obsolete when locations are read from shape files, see 22 Locations and attributes defined in CSV files, Shape-DBF files, because in that case the shapes are automatically linked to the locations read from this file.


Configuration

See XSD schema below for configuration options.

An example of a Polygons.xml file is provided below. 

<?xml version="1.0" encoding="UTF-8"?>
<polygons xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/polygons.xsd">
	<esriShapeFile>
		<file>Lac_Reservoir_2017_07_21_P.shp</file>
		<geoDatum>WGS 1984</geoDatum>
		<shapeIdAttributeName>DESCRIPTIO</shapeIdAttributeName>
		<shape locationId="022501_000" shapeId="Morin"/>
		<shape locationId="023409_000" shapeId="Megantic"/>
		<shape locationId="030201_000" shapeId="Saint-Francois"/>
		<shape locationId="030202_000" shapeId="Aylmer"/>
		<shape locationId="030326_000" shapeId="Choiniere"/>
		<shape locationId="030332_000" shapeId="Waterloo"/>
		<shape locationId="040602_000" shapeId="PoissonBlanc"/>
		<shape locationId="040608_000" shapeId="Kiamika"/>
		<shape locationId="042611_000" shapeId="Kipawa"/>
		<shape locationId="040609_000" shapeId="Mitchinamecus"/>
		<shape locationId="043031_000" shapeId="DesQuinze"/>
		<shape locationId="052603_000" shapeId="Maskinonge"/>
		<shape locationId="061002_000" shapeId="Kenogami"/>
		<shape locationId="061601_000" shapeId="DesCommissaires"/>
		<shape locationId="050904_020" shapeId="Saint-Charles"/>
		<shape locationId="030289_000" shapeId="Louise"/>
	</esriShapeFile>
</polygons>



     

In t

  • No labels