Revision 541

View differences:

org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.gpe</artifactId>
5
  <packaging>pom</packaging>
6
  <version>2.1.27</version>
7
  <description>Generic Persistence Engine</description>
8
  <url>http://devel.gvsig.org/sites/org.gvsig.gpe/${project.version}</url>
9
  <name>${project.artifactId}</name>
10

  
11
  <parent>
12
      <groupId>org.gvsig</groupId>
13
      <artifactId>org.gvsig.desktop</artifactId>
14
      <version>2.0.127</version>
15
  </parent>
16

  
17
    <scm>
18
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-gpe/org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27</connection>
19
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-gpe/org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27</developerConnection>
20
        <url>https://devel.gvsig.org/redmine/projects/gvsig-gpe/repository/show/org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27</url>
21
    </scm>
22
    <repositories>
23
      <repository>
24
        <id>gvsig-public-http-repository</id>
25
        <name>gvSIG maven public HTTP repository</name>
26
        <url>http://devel.gvsig.org/m2repo/j2se</url>
27
        <releases>
28
          <enabled>true</enabled>
29
          <updatePolicy>daily</updatePolicy>
30
          <checksumPolicy>warn</checksumPolicy>
31
        </releases>
32
        <snapshots>
33
          <enabled>true</enabled>
34
          <updatePolicy>daily</updatePolicy>
35
          <checksumPolicy>warn</checksumPolicy>
36
        </snapshots>
37
      </repository>
38
    </repositories>
39

  
40
  <build>
41
    <plugins>
42
      <plugin>
43
        <groupId>org.apache.maven.plugins</groupId>
44
        <artifactId>maven-release-plugin</artifactId>
45
        <configuration>
46
          <tagBase>https://devel.gvsig.org/svn/gvsig-gpe/org.gvsig.gpe/library/tags</tagBase>
47
          <goals>deploy</goals>
48
        </configuration>
49
      </plugin>
50
    </plugins>
51
  </build>
52

  
53
  <dependencyManagement>
54
    <dependencies>
55
      <!-- Self-deps -->
56

  
57
      <dependency>
58
        <groupId>org.gvsig</groupId>
59
        <artifactId>org.gvsig.gpe.lib.api</artifactId>
60
        <version>2.1.27</version>
61
      </dependency>
62
      <dependency>
63
        <groupId>org.gvsig</groupId>
64
        <artifactId>org.gvsig.gpe.lib.spi</artifactId>
65
        <version>2.1.27</version>
66
      </dependency>
67
      <dependency>
68
        <groupId>org.gvsig</groupId>
69
        <artifactId>org.gvsig.gpe.lib.impl</artifactId>
70
        <version>2.1.27</version>
71
      </dependency>
72
      <dependency>
73
        <groupId>org.gvsig</groupId>
74
        <artifactId>org.gvsig.gpe.prov.xml</artifactId>
75
        <version>2.1.27</version>
76
      </dependency>
77
      <dependency>
78
        <groupId>org.gvsig</groupId>
79
        <artifactId>org.gvsig.gpe.lib.impl</artifactId>
80
        <version>2.1.27</version>
81
        <classifier>tests</classifier>
82
      </dependency>
83
    <dependency>
84
      <groupId>org.gvsig</groupId>
85
      <artifactId>org.gvsig.gpe.exportto.kml</artifactId>
86
      <version>2.1.27</version>
87
    </dependency>
88
    <dependency>
89
      <groupId>org.gvsig</groupId>
90
      <artifactId>org.gvsig.gpe.exportto.generic</artifactId>
91
      <version>2.1.27</version>
92
    </dependency>
93
    <dependency>
94
      <groupId>org.gvsig</groupId>
95
      <artifactId>org.gvsig.gpe.prov.gml</artifactId>
96
      <version>2.1.27</version>
97
    </dependency>
98
    <dependency>
99
      <groupId>org.gvsig</groupId>
100
      <artifactId>org.gvsig.gpe.prov.kml</artifactId>
101
      <version>2.1.27</version>
102
    </dependency>
103

  
104

  
105
    <!-- SCHEMA/PULL LIBS -->
106

  
107
    <dependency>
108
      <groupId>org.gvsig</groupId>
109
      <artifactId>org.gvsig.xmlschema.lib.api</artifactId>
110
      <version>2.0.2</version>
111
    </dependency>
112
    <dependency>
113
      <groupId>org.gvsig</groupId>
114
      <artifactId>org.gvsig.xmlschema.lib.impl</artifactId>
115
      <version>2.0.2</version>
116
    </dependency>
117
    <dependency>
118
            <groupId>org.gvsig</groupId>
119
            <artifactId>org.gvsig.xmlschema.lib.spi</artifactId>
120
            <version>2.0.2</version>
121
        </dependency>
122
        <dependency>
123
            <groupId>org.gvsig</groupId>
124
            <artifactId>org.gvsig.xmlschema.prov.kxml</artifactId>
125
            <version>2.0.2</version>
126
        </dependency>
127

  
128
    <dependency>
129
      <groupId>org.gvsig</groupId>
130
      <artifactId>org.gvsig.xmlpull.lib.api</artifactId>
131
      <version>2.0.1</version>
132
    </dependency>
133
    <dependency>
134
      <groupId>org.gvsig</groupId>
135
      <artifactId>org.gvsig.xmlpull.lib.spi</artifactId>
136
      <version>2.0.1</version>
137
    </dependency>
138
    <dependency>
139
      <groupId>org.gvsig</groupId>
140
      <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
141
      <version>2.0.1</version>
142
    </dependency>
143
    <dependency>
144
      <groupId>org.gvsig</groupId>
145
      <artifactId>org.gvsig.xmlpull.prov.stax</artifactId>
146
      <version>2.0.1</version>
147
    </dependency>
148
    <dependency>
149
      <groupId>org.gvsig</groupId>
150
      <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
151
      <version>2.0.1</version>
152
    </dependency>
153

  
154
    <!-- TODO: Remove those entries when updated in libGPE (?) -->
155

  
156
    <dependency>
157
      <groupId>stax</groupId>
158
      <artifactId>stax-api</artifactId>
159
      <version>1.0.1</version>
160
    </dependency>
161
    <dependency>
162
      <groupId>stax</groupId>
163
      <artifactId>stax</artifactId>
164
      <version>1.2.0</version>
165
    </dependency>
166

  
167

  
168
    </dependencies>
169
  </dependencyManagement>
170
  <modules>
171
    <module>org.gvsig.gpe.app</module>
172
    <module>org.gvsig.gpe.lib</module>
173
    <module>org.gvsig.gpe.prov</module>
174
    <module>org.gvsig.gpe.exportto</module>
175
  </modules>
176
</project>
177

  
0 178

  
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
  <modelVersion>4.0.0</modelVersion>
5
  <artifactId>org.gvsig.gpe.app</artifactId>
6
  <description>Adds support for some vector formats (GML, KML)</description>
7
  <packaging>pom</packaging>
8
  
9
  
10
  <parent>
11
      <groupId>org.gvsig</groupId>
12
      <artifactId>org.gvsig.gpe</artifactId>
13
      <version>2.1.27</version>
14
  </parent>
15
    
16
  <modules>
17
    <module>org.gvsig.gpe.app.mainplugin</module>
18
  </modules>
19
</project>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/euroroads.gml
1
<?xml version="1.0" encoding="utf-8"?>
2
<er:EuroRoadSDataset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
3
http://www.euroroads.org C:\Projekt\V?gverket\Euroroads\Leveransobjekt\GML\EuroRoadS.xsd"
4
xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:er="
5
http://www.euroroads.org">
6
<gml:featureMember>
7
<er:RoadNode>
8
<er:id>
9
<er:permanentId>169d9fa8-4de4-466e-9555-e0b0948c28b6</er:permanentId>
10
</er:id>
11
<er:formOfNode>Junction</er:formOfNode>
12
<er:node>
13
<er:Node gml:id="i1">
14
<gml:pointProperty>
15
<gml:Point>
16
<gml:coord>
17
<gml:X>123.456</gml:X>
18
<gml:Y>123.456</gml:Y>
19
<gml:Z>100</gml:Z>
20
</gml:coord>
21
</gml:Point>
22
</gml:pointProperty>
23
</er:Node>
24
</er:node>
25
</er:RoadNode>
26
</gml:featureMember>
27
<gml:featureMember>
28
<er:RoadNode>
29
<er:id>
30
<er:permanentId>98a5a365-837a-4be4-9d9a-a261c6c5bb08</er:permanentId>
31
</er:id>
32
<er:attributes>
33
<er:NeighbourBorderNodeInfo>
34
<er:borderNodeType>NationalBorder</er:borderNodeType>
35
<er:neighbourDatasetId>NOR</er:neighbourDatasetId>
36
<er:neighbourId>
37
<er:permanentId>7bcf86f7-8a42-4157-9d7f-f590a3ef159e</er:permanentId>
38
</er:neighbourId>
39
</er:NeighbourBorderNodeInfo>
40
</er:attributes>
41
<er:formOfNode>Junction</er:formOfNode>
42
<er:node>
43
<er:Node gml:id="i2">
44
<gml:pointProperty>
45
<gml:Point>
46
<gml:coord>
47
<gml:X>234.567</gml:X>
48
<gml:Y>234.567</gml:Y>
49
<gml:Z>100</gml:Z>
50
</gml:coord>
51
</gml:Point>
52
</gml:pointProperty>
53
</er:Node>
54
</er:node>
55
</er:RoadNode>
56
</gml:featureMember>
57
<gml:featureMember>
58
<er:RoadLink gml:id="i3">
59
<er:id>
60
<er:permanentId>95e6e70a-ff03-4a53-a21e-8135e0624694</er:permanentId>
61
</er:id>
62
<er:attributes>
63
<er:LinkLevel>
64
<er:startLevel>1</er:startLevel>
65
</er:LinkLevel>
66
<er:DirectionOfFlow>
67
<er:trafficFlow>Positive</er:trafficFlow>
68
</er:DirectionOfFlow>
69
<er:RestrictionForVehiclesDir>
70
<er:restriction>
71
<er:vehicleType>TrolleyBus</er:vehicleType>
72
<er:measure uom="meter">5.56</er:measure>
73
<er:restrictionType>MaximumHeight</er:restrictionType>
74
</er:restriction>
75
<er:validityDirection>+</er:validityDirection>
76
</er:RestrictionForVehiclesDir>
77
<er:SpeedLimit>
78
<er:speedLimit>
79
<er:speedLimit>70</er:speedLimit>
80
<er:speedLimitUnit>km/h</er:speedLimitUnit>
81
<er:speedLimitType>Maximum</er:speedLimitType>
82
</er:speedLimit>
83
</er:SpeedLimit>
84
</er:attributes>
85
<er:edge>
86
<er:Edge gml:id="i4">
87
<gml:directedNode orientation="-"
88
xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;169d9fa8-4de4-466e-9555-
89
e0b0948c28b6&quot;]/er:node/er:Node"/>
90
<gml:directedNode orientation="+"
91
xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;98a5a365-837a-4be4-9d9aa261c6c5bb08&quot;]/er:node/er:Node"/>
92
<gml:curveProperty>
93
<gml:LineString>
94
<gml:coord>
95
<gml:X>123.456</gml:X>
96
<gml:Y>123.456</gml:Y>
97
<gml:Z>100</gml:Z>
98
</gml:coord>
99
<gml:coord>
100
<gml:X>234.567</gml:X>
101
<gml:Y>234.567</gml:Y>
102
<gml:Z>100</gml:Z>
103
</gml:coord>
104
</gml:LineString>
105
</gml:curveProperty>
106
<er:roadnetLink xlink:href="#i3"/>
107
</er:Edge>
108
</er:edge>
109
<er:formOfWay>SingleCarriageway</er:formOfWay>
110
<er:functionalRoadClass>FirstClass</er:functionalRoadClass>
111
</er:RoadLink>
112
</gml:featureMember>
113
<gml:featureMember>
114
<er:RoadNode>
115
<er:id>
116
<er:permanentId>138dc6d4-f47e-43cc-aa54-08876b72c0d0</er:permanentId>
117
</er:id>
118
<er:formOfNode>GradeSeparatedCrossing</er:formOfNode>
119
<er:node>
120
<er:Node gml:id="i5">
121
<gml:pointProperty>
122
<gml:Point>
123
<gml:coord>
124
<gml:X>34.567</gml:X>
125
<gml:Y>34.567</gml:Y>
126
<gml:Z>100</gml:Z>
127
</gml:coord>
128
</gml:Point>
129
</gml:pointProperty>
130
</er:Node>
131
</er:node>
132
</er:RoadNode>
133
</gml:featureMember>
134
<gml:featureMember>
135
<er:RoadLink gml:id="i6">
136
<er:id>
137
<er:permanentId>b57448ea-a5b1-498d-8a18-ddac05f37da6</er:permanentId>
138
</er:id>
139
<er:attributes>
140
<er:LinkLevel>
141
<er:endLevel>1</er:endLevel>
142
</er:LinkLevel>
143
</er:attributes>
144
<er:edge>
145
<er:Edge gml:id="i7">
146
<gml:directedNode orientation="-"
147
xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;138dc6d4-f47e-43cc-aa54-
148
08876b72c0d0&quot;]/er:node/er:Node"/>
149
<gml:directedNode orientation="+"
150
xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;169d9fa8-4de4-466e-9555-
151
e0b0948c28b6&quot;]/er:node/er:Node"/>
152
<gml:curveProperty>
153
<gml:LineString>
154
<gml:coord>
155
<gml:X>34.567</gml:X>
156
<gml:Y>34.567</gml:Y>
157
<gml:Z>100</gml:Z>
158
</gml:coord>
159
<gml:coord>
160
<gml:X>123.456</gml:X>
161
<gml:Y>123.456</gml:Y>
162
<gml:Z>100</gml:Z>
163
</gml:coord>
164
</gml:LineString>
165
</gml:curveProperty>
166
<er:roadnetLink xlink:href="#i6"/>
167
</er:Edge>
168
</er:edge>
169
<er:formOfWay>SingleCarriageway</er:formOfWay>
170
<er:functionalRoadClass>FirstClass</er:functionalRoadClass>
171
</er:RoadLink>
172
</gml:featureMember>
173
<gml:featureMember>
174
<er:RoadNode>
175
<er:id>
176
<er:permanentId>42759a40-4664-48ad-830d-114d0edcf8f7</er:permanentId>
177
</er:id>
178
<er:formOfNode>Junction</er:formOfNode>
179
<er:node>
180
<er:Node gml:id="i8">
181
<gml:pointProperty>
182
<gml:Point>
183
<gml:coord>
184
<gml:X>123.456</gml:X>
185
<gml:Y>34.567</gml:Y>
186
<gml:Z>105</gml:Z>
187
</gml:coord>
188
</gml:Point>
189
</gml:pointProperty>
190
</er:Node>
191
</er:node>
192
</er:RoadNode>
193
</gml:featureMember>
194
<gml:featureMember>
195
<er:RoadLink gml:id="i9">
196
<er:id>
197
<er:permanentId>7f18a15d-e245-44c8-8bba-3ae9739a6142</er:permanentId>
198
</er:id>
199
<er:attributes>
200
<er:LinkLevel>
201
<er:endLevel>1</er:endLevel>
202
</er:LinkLevel>
203
</er:attributes>
204
<er:edge>
205
<er:Edge gml:id="i10">
206
<gml:directedNode orientation="-"
207
xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;42759a40-4664-48ad-830d-
208
114d0edcf8f7&quot;]/er:node/er:Node"/>
209
<gml:directedNode orientation="+"
210
xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;169d9fa8-4de4-466e-9555-
211
e0b0948c28b6&quot;]/er:node/er:Node"/>
212
<gml:curveProperty>
213
<gml:LineString>
214
<gml:coord>
215
<gml:X>123.456</gml:X>
216
<gml:Y>34.567</gml:Y>
217
<gml:Z>105</gml:Z>
218
</gml:coord>
219
<gml:coord>
220
<gml:X>123.456</gml:X>
221
<gml:Y>123.456</gml:Y>
222
<gml:Z>100</gml:Z>
223
</gml:coord>
224
</gml:LineString>
225
</gml:curveProperty>
226
<er:roadnetLink xlink:href="#i9"/>
227
</er:Edge>
228
</er:edge>
229
<er:formOfWay>SingleCarriageway</er:formOfWay>
230
<er:functionalRoadClass>FirstClass</er:functionalRoadClass>
231
</er:RoadLink>
232
</gml:featureMember>
233
<gml:featureMember>
234
<er:ExcludedManoeuvreFeature>
235
<er:id>
236
<er:permanentId>2bd2fcbf-6a31-4d5d-bd26-ca7b474e55b0</er:permanentId>
237
</er:id>
238
<er:location>
239
<er:turns>
240
<er:node xlink:href="#//er:RoadNode[er:id/er:permanentId=&quot;169d9fa8-4de4-466e-9555-
241
e0b0948c28b6&quot;]"/>
242
<er:fromElement>
243
<er:link xlink:href="//er:RoadLink/permanentId[.=&quot;95e6e70a-ff03-4a53-a21e-
244
8135e0624694&quot;]"/>
245
</er:fromElement>
246
<er:toElement>
247
<er:link xlink:href="//er:RoadLink/permanentId[.=&quot;7f18a15d-e245-44c8-8bba-
248
3ae9739a6142&quot;]"/>
249
</er:toElement>
250
</er:turns>
251
</er:location>
252
</er:ExcludedManoeuvreFeature>
253
</gml:featureMember>
254
<gml:featureMember>
255
<er:Route>
256
<er:id>
257
<er:permanentId>aef110c4-4ae4-4ae4-8dd8-d84bf1188f39</er:permanentId>
258
</er:id>
259
<er:routeLinks>
260
<er:direction>+</er:direction>
261
<er:roadnetLink xlink:href="//er:RoadLink/permanentId[.=&quot;59ed0f41-96e3-40ed-97a2-
262
c2ee384e9b11&quot;]"/>
263
</er:routeLinks>
264
<er:routeLinks>
265
<er:direction>+</er:direction>
266
<er:roadnetLink xlink:href="//er:RoadLink/permanentId[.=&quot;95e6e70a-ff03-4a53-a21e-
267
8135e0624694&quot;]"/>
268
</er:routeLinks>
269
</er:Route>
270
</gml:featureMember>
271
<er:properties>
272
<er:id>b72ce61a-70b7-4d02-9bb2-1a6d8361be5e</er:id>
273
<er:timestamp>
274
<gml:timePosition>2005-12-16 14:07:03</gml:timePosition>
275
</er:timestamp>
276
</er:properties>
277
</er:EuroRoadSDataset>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GML-lines.xsd
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<xs:schema targetNamespace="http://www.gvsig.com/cit" xmlns:cit="http://www.gvsig.com/cit" xmlns:gml="http://www.opengis.net/gml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1.2">
3
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="feature.xsd"/>
4
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="lines_Type">
5
<xs:complexContent>
6
<xs:extension base="gml:AbstractFeatureType">
7
<xs:sequence>
8
<xs:element name="the_geom" minOccurs="0" nillable="true" type="gml:GeometryPropertyType"/>
9
<xs:element name="ENTITY" minOccurs="0" nillable="true" type="xs:string"/>
10
<xs:element name="LAYER" minOccurs="0" nillable="true" type="xs:string"/>
11
<xs:element name="LEVEL" minOccurs="0" nillable="true" type="xs:double"/>
12
<xs:element name="ELEVATION" minOccurs="0" nillable="true" type="xs:double"/>
13
<xs:element name="COLOR" minOccurs="0" nillable="true" type="xs:double"/>
14
<xs:element name="ID" minOccurs="0" nillable="true" type="xs:double"/>
15
<xs:element name="ID_PONT" minOccurs="0" nillable="true" type="xs:string"/>
16
<xs:element name="NOMBRE" minOccurs="0" nillable="true" type="xs:string"/>
17
<xs:element name="ANCHO_C" minOccurs="0" nillable="true" type="xs:double"/>
18
<xs:element name="CARRIL_D" minOccurs="0" nillable="true" type="xs:double"/>
19
<xs:element name="CARRIL_I" minOccurs="0" nillable="true" type="xs:double"/>
20
<xs:element name="ANCHO_M" minOccurs="0" nillable="true" type="xs:double"/>
21
<xs:element name="ARCEN" minOccurs="0" nillable="true" type="xs:double"/>
22
<xs:element name="TUNEL" minOccurs="0" nillable="true" type="xs:boolean"/>
23
<xs:element name="URBANA" minOccurs="0" nillable="true" type="xs:boolean"/>
24
<xs:element name="TIPO" minOccurs="0" nillable="true" type="xs:string"/>
25
<xs:element name="ANCHO_BUF" minOccurs="0" nillable="true" type="xs:double"/>
26
<xs:element name="FROM_NODE" minOccurs="0" nillable="true" type="xs:double"/>
27
<xs:element name="TO_NODE" minOccurs="0" nillable="true" type="xs:double"/>
28
</xs:sequence></xs:extension></xs:complexContent></xs:complexType>
29
<xs:element name="lines" type="cit:lines_Type" substitutionGroup="gml:_Feature"/></xs:schema>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GML-polygons.xsd
1
<?xml version="1.0" encoding="ISO-8859-1"?><xs:schema targetNamespace="http://www.gvsig.com/cit" xmlns:cit="http://www.gvsig.com/cit" xmlns:gml="http://www.opengis.net/gml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1.2"><xs:import namespace="http://www.opengis.net/gml" schemaLocation="feature.xsd"/><xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="polygons_Type"><xs:complexContent><xs:extension base="gml:AbstractFeatureType"><xs:sequence><xs:element name="the_geom" minOccurs="0" nillable="true" type="gml:GeometryPropertyType"/><xs:element name="level" minOccurs="0" nillable="true" type="xs:double"/><xs:element name="color" minOccurs="0" nillable="true" type="xs:double"/><xs:element name="entity" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="layer" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="mslink_dmr" minOccurs="0" nillable="true" type="xs:double"/><xs:element name="tipo" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="codigo" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="elevation" minOccurs="0" nillable="true" type="xs:double"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="polygons" type="cit:polygons_Type" substitutionGroup="gml:_Feature"/></xs:schema>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GML-points.xsd
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<xs:schema targetNamespace="http://www.gvsig.com/cit" xmlns:cit="http://www.gvsig.com/cit" xmlns:gml="http://www.opengis.net/gml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1.2">
3
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="feature.xsd"/>
4
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="cities_Type">
5
<xs:complexContent>
6
 <xs:extension base="gml:AbstractFeatureType">
7
  <xs:sequence>
8
   <xs:element name="the_geom" minOccurs="0" nillable="true" type="gml:PointPropertyType"/>
9
   <xs:element name="NAME" minOccurs="0" nillable="true" type="xs:string"/>
10
   <xs:element name="CAPITAL" minOccurs="0" nillable="true" type="xs:string"/>
11
   <xs:element name="PROV_NAME" minOccurs="0" nillable="true" type="xs:string"/>
12
   <xs:element name="POPULATION" minOccurs="0" nillable="true" type="xs:double"/>
13
   <xs:element name="PK" minOccurs="0" nillable="true" type="xs:double"/>
14
  </xs:sequence>
15
 </xs:extension>
16
</xs:complexContent>
17
</xs:complexType>
18
<xs:element name="cities" type="cit:cities_Type" substitutionGroup="gml:_Feature"/>
19
</xs:schema>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GMLNomenclatorIdee.gml
1
<?xml version="1.0" encoding="ISO-8859-1"?><ResultCollection xmlns="http://www.idee.es/mne" xmlns:gml="http://www.opengis.net/gml" xmlns:wfs="http://www.opengis.net/wfs" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.idee.es/mne GMLNomenclatorIdee.xsd">
2
	<gml:boundedBy>
3
		<gml:Box>
4
			<gml:coord>
5
				<gml:X>-1.13</gml:X>
6
				<gml:Y>42.12</gml:Y>
7
			</gml:coord>
8
			<gml:coord>
9
				<gml:X>-1.13</gml:X>
10
				<gml:Y>42.12</gml:Y>
11
			</gml:coord>
12
		</gml:Box>
13
	</gml:boundedBy>
14
	<gml:featureMember>
15
		<Entidad fid="Entidad.382806">
16
			<nombreEntidad>
17
				<nombre>Ejea de los Caballeros</nombre>
18
				<idioma>und</idioma>
19
				<claseNombre>Preferente</claseNombre>
20
				<estatus>No disponible</estatus>
21
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
22
			</nombreEntidad>
23
			<nombreEntidad>
24
				<nombre>La Capital de Cinco Villas</nombre>
25
				<idioma>und</idioma>
26
				<claseNombre>No disponible</claseNombre>
27
				<estatus>No disponible</estatus>
28
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
29
			</nombreEntidad>
30
			<nombreEntidad>
31
				<nombre>Segeda</nombre>
32
				<idioma>und</idioma>
33
				<claseNombre>No disponible</claseNombre>
34
				<estatus>No disponible</estatus>
35
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
36
			</nombreEntidad>
37
			<nombreEntidad>
38
				<nombre>Segia</nombre>
39
				<idioma>und</idioma>
40
				<claseNombre>No disponible</claseNombre>
41
				<estatus>No disponible</estatus>
42
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
43
			</nombreEntidad>
44
			<nombreEntidad>
45
				<nombre>Setia</nombre>
46
				<idioma>und</idioma>
47
				<claseNombre>No disponible</claseNombre>
48
				<estatus>No disponible</estatus>
49
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
50
			</nombreEntidad>
51
			<tipoEntidad>
52
				<tipo>Poblaci๏ฟฝ</tipo>
53
				<catalogoEntidades>Entidades del Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</catalogoEntidades>
54
			</tipoEntidad>
55
			<posicionEspacial>
56
				<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
57
					<gml:coordinates cs="," decimal="." ts=" ">-1.13,42.12</gml:coordinates>
58
				</gml:Point>
59
			</posicionEspacial>
60
			<entidadLocal>
61
				<provincia>Zaragoza</provincia>
62
			</entidadLocal>
63
			<entidadLocal>
64
				<municipio>Ejea de los Caballeros</municipio>
65
			</entidadLocal>
66
			<mapa>
67
				<serie>MTN25</serie>
68
				<hoja>0284-1</hoja>
69
			</mapa>
70
		</Entidad>
71
	</gml:featureMember>
72
</ResultCollection>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GML-points.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?><gml:FeatureCollection xmlns:cit="http://www.gvsig.com/cit" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gvsig.com/cit GML-points.xsd"><gml:boundedBy><gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#23030"><gml:coordinates decimal="." cs="," ts=" ">-135.15989685058594,43.97196475963302 -41.46491900991063,76.32874354251143</gml:coordinates></gml:Box></gml:boundedBy><gml:featureMember>
2
<cit:cities><cit:the_geom><gml:Point srsName='0'>
3
  <gml:coordinates>
4
-123.06999969482422,49.411192817494346 
5
  </gml:coordinates>
6
</gml:Point>
7
</cit:the_geom>
8
<cit:NAME>Vancouver</cit:NAME>
9
<cit:CAPITAL>N</cit:CAPITAL>
10
<cit:PROV_NAME>British Columbia</cit:PROV_NAME>
11
<cit:POPULATION>1380729.0</cit:POPULATION>
12
<cit:PK>0.0</cit:PK>
13
</cit:cities></gml:featureMember><gml:featureMember>
14
<cit:cities><cit:the_geom><gml:Point srsName='0'>
15
  <gml:coordinates>
16
-114.05000305175781,51.28119174937911 
17
  </gml:coordinates>
18
</gml:Point>
19
</cit:the_geom>
20
<cit:NAME>Calgary</cit:NAME>
21
<cit:CAPITAL>N</cit:CAPITAL>
22
<cit:PROV_NAME>Alberta</cit:PROV_NAME>
23
<cit:POPULATION>671326.0</cit:POPULATION>
24
<cit:PK>1.0</cit:PK>
25
</cit:cities></gml:featureMember><gml:featureMember>
26
<cit:cities><cit:the_geom><gml:Point srsName='0'>
27
  <gml:coordinates>
28
-113.27999877929688,53.581194801136924 
29
  </gml:coordinates>
30
</gml:Point>
31
</cit:the_geom>
32
<cit:NAME>Edmonton</cit:NAME>
33
<cit:CAPITAL>Y</cit:CAPITAL>
34
<cit:PROV_NAME>Alberta</cit:PROV_NAME>
35
<cit:POPULATION>785465.0</cit:POPULATION>
36
<cit:PK>2.0</cit:PK>
37
</cit:cities></gml:featureMember><gml:featureMember>
38
<cit:cities><cit:the_geom><gml:Point srsName='0'>
39
  <gml:coordinates>
40
-97.12444305419922,50.172362251088096 
41
  </gml:coordinates>
42
</gml:Point>
43
</cit:the_geom>
44
<cit:NAME>Winnipeg</cit:NAME>
45
<cit:CAPITAL>Y</cit:CAPITAL>
46
<cit:PROV_NAME>Manitoba</cit:PROV_NAME>
47
<cit:POPULATION>625304.0</cit:POPULATION>
48
<cit:PK>3.0</cit:PK>
49
</cit:cities></gml:featureMember><gml:featureMember>
50
<cit:cities><cit:the_geom><gml:Point srsName='0'>
51
  <gml:coordinates>
52
-79.41264343261719,43.97196475963302 
53
  </gml:coordinates>
54
</gml:Point>
55
</cit:the_geom>
56
<cit:NAME>Toronto</cit:NAME>
57
<cit:CAPITAL>Y</cit:CAPITAL>
58
<cit:PROV_NAME>Ontario</cit:PROV_NAME>
59
<cit:POPULATION>3427168.0</cit:POPULATION>
60
<cit:PK>4.0</cit:PK>
61
</cit:cities></gml:featureMember><gml:featureMember>
62
<cit:cities><cit:the_geom><gml:Point srsName='0'>
63
  <gml:coordinates>
64
-75.65074920654297,45.62541477184005 
65
  </gml:coordinates>
66
</gml:Point>
67
</cit:the_geom>
68
<cit:NAME>Ottawa</cit:NAME>
69
<cit:CAPITAL>C</cit:CAPITAL>
70
<cit:PROV_NAME>Ontario</cit:PROV_NAME>
71
<cit:POPULATION>819263.0</cit:POPULATION>
72
<cit:PK>5.0</cit:PK>
73
</cit:cities></gml:featureMember><gml:featureMember>
74
<cit:cities><cit:the_geom><gml:Point srsName='0'>
75
  <gml:coordinates>
76
-73.65352630615234,45.7922124097795 
77
  </gml:coordinates>
78
</gml:Point>
79
</cit:the_geom>
80
<cit:NAME>Montreal</cit:NAME>
81
<cit:CAPITAL>N</cit:CAPITAL>
82
<cit:PROV_NAME>Quebec</cit:PROV_NAME>
83
<cit:POPULATION>2921357.0</cit:POPULATION>
84
<cit:PK>6.0</cit:PK>
85
</cit:cities></gml:featureMember><gml:featureMember>
86
<cit:cities><cit:the_geom><gml:Point srsName='0'>
87
  <gml:coordinates>
88
-71.24492645263672,47.05326358775802 
89
  </gml:coordinates>
90
</gml:Point>
91
</cit:the_geom>
92
<cit:NAME>Quebec</cit:NAME>
93
<cit:CAPITAL>Y</cit:CAPITAL>
94
<cit:PROV_NAME>Quebec</cit:PROV_NAME>
95
<cit:POPULATION>603267.0</cit:POPULATION>
96
<cit:PK>7.0</cit:PK>
97
</cit:cities></gml:featureMember><gml:featureMember>
98
<cit:cities><cit:the_geom><gml:Point srsName='0'>
99
  <gml:coordinates>
100
-123.34989929199219,48.70318119029708 
101
  </gml:coordinates>
102
</gml:Point>
103
</cit:the_geom>
104
<cit:NAME>Victoria</cit:NAME>
105
<cit:CAPITAL>Y</cit:CAPITAL>
106
<cit:PROV_NAME>British Columbia</cit:PROV_NAME>
107
<cit:POPULATION>255547.0</cit:POPULATION>
108
<cit:PK>8.0</cit:PK>
109
</cit:cities></gml:featureMember><gml:featureMember>
110
<cit:cities><cit:the_geom><gml:Point srsName='0'>
111
  <gml:coordinates>
112
-135.15989685058594,60.88318149547286 
113
  </gml:coordinates>
114
</gml:Point>
115
</cit:the_geom>
116
<cit:NAME>Whitehorse</cit:NAME>
117
<cit:CAPITAL>Y</cit:CAPITAL>
118
<cit:PROV_NAME>Yukon Territory</cit:PROV_NAME>
119
<cit:POPULATION>15199.0</cit:POPULATION>
120
<cit:PK>9.0</cit:PK>
121
</cit:cities></gml:featureMember><gml:featureMember>
122
<cit:cities><cit:the_geom><gml:Point srsName='0'>
123
  <gml:coordinates>
124
-95.31895763571492,75.40770265220989 
125
  </gml:coordinates>
126
</gml:Point>
127
</cit:the_geom>
128
<cit:NAME>Yellowknife</cit:NAME>
129
<cit:CAPITAL>Y</cit:CAPITAL>
130
<cit:PROV_NAME>Northwest Territories</cit:PROV_NAME>
131
<cit:POPULATION>11753.0</cit:POPULATION>
132
<cit:PK>10.0</cit:PK>
133
</cit:cities></gml:featureMember><gml:featureMember>
134
<cit:cities><cit:the_geom><gml:Point srsName='0'>
135
  <gml:coordinates>
136
-104.5198974609375,50.70318119029708 
137
  </gml:coordinates>
138
</gml:Point>
139
</cit:the_geom>
140
<cit:NAME>Regina</cit:NAME>
141
<cit:CAPITAL>Y</cit:CAPITAL>
142
<cit:PROV_NAME>Saskatchewan</cit:PROV_NAME>
143
<cit:POPULATION>186521.0</cit:POPULATION>
144
<cit:PK>11.0</cit:PK>
145
</cit:cities></gml:featureMember><gml:featureMember>
146
<cit:cities><cit:the_geom><gml:Point srsName='0'>
147
  <gml:coordinates>
148
-66.51985168457031,46.03318302135177 
149
  </gml:coordinates>
150
</gml:Point>
151
</cit:the_geom>
152
<cit:NAME>Fredericton</cit:NAME>
153
<cit:CAPITAL>Y</cit:CAPITAL>
154
<cit:PROV_NAME>New Brunswick</cit:PROV_NAME>
155
<cit:POPULATION>65768.0</cit:POPULATION>
156
<cit:PK>12.0</cit:PK>
157
</cit:cities></gml:featureMember><gml:featureMember>
158
<cit:cities><cit:the_geom><gml:Point srsName='0'>
159
  <gml:coordinates>
160
-63.120399475097656,46.506094856068565 
161
  </gml:coordinates>
162
</gml:Point>
163
</cit:the_geom>
164
<cit:NAME>Charlottetown</cit:NAME>
165
<cit:CAPITAL>Y</cit:CAPITAL>
166
<cit:PROV_NAME>Prince Edward Island</cit:PROV_NAME>
167
<cit:POPULATION>53868.0</cit:POPULATION>
168
<cit:PK>13.0</cit:PK>
169
</cit:cities></gml:featureMember><gml:featureMember>
170
<cit:cities><cit:the_geom><gml:Point srsName='0'>
171
  <gml:coordinates>
172
-63.61201858520508,44.89517108897872 
173
  </gml:coordinates>
174
</gml:Point>
175
</cit:the_geom>
176
<cit:NAME>Halifax</cit:NAME>
177
<cit:CAPITAL>Y</cit:CAPITAL>
178
<cit:PROV_NAME>Nova Scotia</cit:PROV_NAME>
179
<cit:POPULATION>295990.0</cit:POPULATION>
180
<cit:PK>14.0</cit:PK>
181
</cit:cities></gml:featureMember><gml:featureMember>
182
<cit:cities><cit:the_geom><gml:Point srsName='0'>
183
  <gml:coordinates>
184
-52.684871673583984,47.82076160411544 
185
  </gml:coordinates>
186
</gml:Point>
187
</cit:the_geom>
188
<cit:NAME>St. John's</cit:NAME>
189
<cit:CAPITAL>Y</cit:CAPITAL>
190
<cit:PROV_NAME>Newfoundland and Labrador</cit:PROV_NAME>
191
<cit:POPULATION>161901.0</cit:POPULATION>
192
<cit:PK>15.0</cit:PK>
193
</cit:cities></gml:featureMember><gml:featureMember>
194
<cit:cities><cit:the_geom><gml:Point srsName='0'>
195
  <gml:coordinates>
196
-133.6699981689453,68.52118961314865 
197
  </gml:coordinates>
198
</gml:Point>
199
</cit:the_geom>
200
<cit:NAME>Inuvik</cit:NAME>
201
<cit:CAPITAL>N</cit:CAPITAL>
202
<cit:PROV_NAME>Northwest Territories</cit:PROV_NAME>
203
<cit:POPULATION>-99.0</cit:POPULATION>
204
<cit:PK>16.0</cit:PK>
205
</cit:cities></gml:featureMember><gml:featureMember>
206
<cit:cities><cit:the_geom><gml:Point srsName='0'>
207
  <gml:coordinates>
208
-130.04808044433594,54.671473426625205 
209
  </gml:coordinates>
210
</gml:Point>
211
</cit:the_geom>
212
<cit:NAME>Prince Rupert</cit:NAME>
213
<cit:CAPITAL>N</cit:CAPITAL>
214
<cit:PROV_NAME>British Columbia</cit:PROV_NAME>
215
<cit:POPULATION>16197.0</cit:POPULATION>
216
<cit:PK>17.0</cit:PK>
217
</cit:cities></gml:featureMember><gml:featureMember>
218
<cit:cities><cit:the_geom><gml:Point srsName='0'>
219
  <gml:coordinates>
220
-106.62999725341797,52.3611935804338 
221
  </gml:coordinates>
222
</gml:Point>
223
</cit:the_geom>
224
<cit:NAME>Saskatoon</cit:NAME>
225
<cit:CAPITAL>N</cit:CAPITAL>
226
<cit:PROV_NAME>Saskatchewan</cit:PROV_NAME>
227
<cit:POPULATION>200665.0</cit:POPULATION>
228
<cit:PK>18.0</cit:PK>
229
</cit:cities></gml:featureMember><gml:featureMember>
230
<cit:cities><cit:the_geom><gml:Point srsName='0'>
231
  <gml:coordinates>
232
-94.18000030517578,58.96195880870528 
233
  </gml:coordinates>
234
</gml:Point>
235
</cit:the_geom>
236
<cit:NAME>Churchill</cit:NAME>
237
<cit:CAPITAL>N</cit:CAPITAL>
238
<cit:PROV_NAME>Manitoba</cit:PROV_NAME>
239
<cit:POPULATION>1304.0</cit:POPULATION>
240
<cit:PK>19.0</cit:PK>
241
</cit:cities></gml:featureMember><gml:featureMember>
242
<cit:cities><cit:the_geom><gml:Point srsName='0'>
243
  <gml:coordinates>
244
-80.7300033569336,51.581194801136924 
245
  </gml:coordinates>
246
</gml:Point>
247
</cit:the_geom>
248
<cit:NAME>Moosonee</cit:NAME>
249
<cit:CAPITAL>N</cit:CAPITAL>
250
<cit:PROV_NAME>Ontario</cit:PROV_NAME>
251
<cit:POPULATION>-99.0</cit:POPULATION>
252
<cit:PK>20.0</cit:PK>
253
</cit:cities></gml:featureMember><gml:featureMember>
254
<cit:cities><cit:the_geom><gml:Point srsName='0'>
255
  <gml:coordinates>
256
-66.99620819091797,55.119238776967 
257
  </gml:coordinates>
258
</gml:Point>
259
</cit:the_geom>
260
<cit:NAME>Schefferville</cit:NAME>
261
<cit:CAPITAL>N</cit:CAPITAL>
262
<cit:PROV_NAME>Quebec</cit:PROV_NAME>
263
<cit:POPULATION>1997.0</cit:POPULATION>
264
<cit:PK>21.0</cit:PK>
265
</cit:cities></gml:featureMember><gml:featureMember>
266
<cit:cities><cit:the_geom><gml:Point srsName='0'>
267
  <gml:coordinates>
268
-60.54999923706055,53.56119434337325 
269
  </gml:coordinates>
270
</gml:Point>
271
</cit:the_geom>
272
<cit:NAME>Goose Bay</cit:NAME>
273
<cit:CAPITAL>N</cit:CAPITAL>
274
<cit:PROV_NAME>Newfoundland and Labrador</cit:PROV_NAME>
275
<cit:POPULATION>-99.0</cit:POPULATION>
276
<cit:PK>22.0</cit:PK>
277
</cit:cities></gml:featureMember><gml:featureMember>
278
<cit:cities><cit:the_geom><gml:Point srsName='0'>
279
  <gml:coordinates>
280
-66.40254211425781,50.53373996715255 
281
  </gml:coordinates>
282
</gml:Point>
283
</cit:the_geom>
284
<cit:NAME>Sept-Iles</cit:NAME>
285
<cit:CAPITAL>N</cit:CAPITAL>
286
<cit:PROV_NAME>Quebec</cit:PROV_NAME>
287
<cit:POPULATION>29262.0</cit:POPULATION>
288
<cit:PK>23.0</cit:PK>
289
</cit:cities></gml:featureMember><gml:featureMember>
290
<cit:cities><cit:the_geom><gml:Point srsName='0'>
291
  <gml:coordinates>
292
-65.64994812011719,45.589327735707236 
293
  </gml:coordinates>
294
</gml:Point>
295
</cit:the_geom>
296
<cit:NAME>Saint John</cit:NAME>
297
<cit:CAPITAL>N</cit:CAPITAL>
298
<cit:PROV_NAME>New Brunswick</cit:PROV_NAME>
299
<cit:POPULATION>121265.0</cit:POPULATION>
300
<cit:PK>24.0</cit:PK>
301
</cit:cities></gml:featureMember></gml:FeatureCollection>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GMLNomenclatorIdeeWithoutSchema.gml
1
<?xml version="1.0" encoding="ISO-8859-1"?><ResultCollection xmlns="http://www.idee.es/mne" xmlns:gml="http://www.opengis.net/gml" xmlns:wfs="http://www.opengis.net/wfs" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.idee.es/mne noSchema.xsd">
2
	<gml:boundedBy>
3
		<gml:Box>
4
			<gml:coord>
5
				<gml:X>-1.13</gml:X>
6
				<gml:Y>42.12</gml:Y>
7
			</gml:coord>
8
			<gml:coord>
9
				<gml:X>-1.13</gml:X>
10
				<gml:Y>42.12</gml:Y>
11
			</gml:coord>
12
		</gml:Box>
13
	</gml:boundedBy>
14
	<gml:featureMember>
15
		<Entidad fid="Entidad.382806">
16
			<nombreEntidad>
17
				<nombre>Ejea de los Caballeros</nombre>
18
				<idioma>und</idioma>
19
				<claseNombre>Preferente</claseNombre>
20
				<estatus>No disponible</estatus>
21
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
22
			</nombreEntidad>
23
			<nombreEntidad>
24
				<nombre>La Capital de Cinco Villas</nombre>
25
				<idioma>und</idioma>
26
				<claseNombre>No disponible</claseNombre>
27
				<estatus>No disponible</estatus>
28
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
29
			</nombreEntidad>
30
			<nombreEntidad>
31
				<nombre>Segeda</nombre>
32
				<idioma>und</idioma>
33
				<claseNombre>No disponible</claseNombre>
34
				<estatus>No disponible</estatus>
35
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
36
			</nombreEntidad>
37
			<nombreEntidad>
38
				<nombre>Segia</nombre>
39
				<idioma>und</idioma>
40
				<claseNombre>No disponible</claseNombre>
41
				<estatus>No disponible</estatus>
42
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
43
			</nombreEntidad>
44
			<nombreEntidad>
45
				<nombre>Setia</nombre>
46
				<idioma>und</idioma>
47
				<claseNombre>No disponible</claseNombre>
48
				<estatus>No disponible</estatus>
49
				<fuente>Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</fuente>
50
			</nombreEntidad>
51
			<tipoEntidad>
52
				<tipo>Poblaci๏ฟฝ</tipo>
53
				<catalogoEntidades>Entidades del Nomencl๏ฟฝor Geogr๏ฟฝico Versi๏ฟฝ 16.06, Instituto Geogr๏ฟฝico Nacional (Espa๏ฟฝ)</catalogoEntidades>
54
			</tipoEntidad>
55
			<posicionEspacial>
56
				<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
57
					<gml:coordinates cs="," decimal="." ts=" ">-1.13,42.12</gml:coordinates>
58
				</gml:Point>
59
			</posicionEspacial>
60
			<entidadLocal>
61
				<provincia>Zaragoza</provincia>
62
			</entidadLocal>
63
			<entidadLocal>
64
				<municipio>Ejea de los Caballeros</municipio>
65
			</entidadLocal>
66
			<mapa>
67
				<serie>MTN25</serie>
68
				<hoja>0284-1</hoja>
69
			</mapa>
70
		</Entidad>
71
	</gml:featureMember>
72
</ResultCollection>
org.gvsig.gpe/library/tags/org.gvsig.gpe-2.1.27/org.gvsig.gpe.app/org.gvsig.gpe.app.mainplugin/src/test/resources/testdata/GML-polygons.gml
1
<?xml version="1.0" encoding="ISO-8859-1"?><gml:FeatureCollection xmlns:cit="http://www.gvsig.com/cit" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gvsig.com/cit GML-polygons.xsd"><gml:boundedBy><gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#23030"><gml:coordinates decimal="." cs="," ts=" ">620344.45,4205001.5 773626.0,4509860.5</gml:coordinates></gml:Box></gml:boundedBy><gml:featureMember>
2
<cit:polygons><cit:the_geom><gml:MultiPolygon srsName='0'>
3
  <gml:polygonMember>
4
    <gml:Polygon srsName='0'>
5
      <gml:outerBoundaryIs>
6
        <gml:LinearRing srsName='0'>
7
          <gml:coordinates>
8
686982.31,4209197.5 686900.88,4209196.5 
9
            686849.38,4209233.0 686826.0,4209227.0 
10
            686805.63,4209199.0 686750.88,4209161.5 
11
            686618.25,4209059.0 686481.44,4208965.0 
12
            686411.19,4208954.5 686395.75,4208975.0 
13
            686370.06,4209045.0 686342.94,4209119.0 
14
            686324.56,4209156.0 686282.81,4209180.5 
15
            686242.25,4209225.5 686230.94,4209250.0 
16
            686231.69,4209301.5 686278.63,4209415.0 
17
            686297.25,4209470.5 686292.88,4209491.0 
18
            686262.44,4209495.0 686171.81,4209456.5 
19
            686129.0,4209463.0 686091.5,4209481.5 
20
            686061.19,4209477.0 685996.06,4209386.5 
21
            685874.25,4209302.5 685801.19,4209299.0 
22
            685766.13,4209342.5 685668.5,4209541.5 
23
            685637.13,4209625.5 685683.19,4209696.0 
24
            685696.5,4209735.0 685587.0,4209776.5 
25
            685558.25,4209868.5 685511.63,4209959.0 
26
            685509.88,4209989.5 685648.94,4210354.0 
27
            685707.44,4210539.5 685724.88,4210691.5 
28
            685719.56,4210900.0 685783.75,4211069.0 
29
            685847.88,4211133.5 685912.5,4211150.5 
30
            686025.5,4211164.5 686058.19,4211198.0 
31
            686077.81,4211285.0 686095.63,4211409.5 
32
            686100.38,4211473.0 686191.0,4211623.5 
33
            686229.69,4211621.0 686395.88,4211686.5 
34
            686574.56,4211745.5 686690.13,4211775.5 
35
            686823.38,4211827.0 686886.94,4211819.5 
36
            686940.88,4211806.5 686995.63,4211729.5 
37
            687147.69,4211596.5 687193.19,4211598.5 
38
            687237.06,4211625.0 687283.63,4211652.0 
39
            687333.19,4211662.0 687391.0,4211675.0 
40
            687401.94,4211685.0 687457.0,4211696.5 
41
            687553.75,4211682.5 687587.13,4211664.0 
42
            687615.19,4211625.5 687666.44,4211608.0 
43
            687799.25,4211582.0 687843.38,4211585.5 
44
            687959.63,4211555.0 687983.38,4211530.5 
45
            688007.5,4211480.0 688016.0,4211347.5 
46
            688034.25,4211320.0 688082.5,4211210.5 
47
            688187.56,4211195.0 688252.88,4211157.0 
48
            688322.88,4211078.0 688447.13,4211087.5 
49
            688510.13,4211072.0 688560.63,4210978.0 
50
            688636.44,4210884.0 688731.31,4210845.0 
51
            688836.75,4210834.0 688894.81,4210771.5 
52
            688924.5,4210675.0 688961.25,4210556.5 
53
            689004.06,4210513.0 689076.06,4210423.5 
54
            689168.69,4210326.0 689224.44,4210222.5 
55
            689202.31,4210109.0 689115.06,4210083.5 
56
            689038.19,4210112.5 688937.81,4210167.5 
57
            688828.19,4210191.0 688721.63,4210183.5 
58
            688725.0,4210120.5 688765.13,4210073.0 
59
            688748.0,4210008.5 688685.38,4209983.5 
60
            688615.69,4209977.0 688564.06,4209945.0 
61
            688563.19,4209896.0 688594.06,4209817.0 
62
            688627.5,4209758.5 688602.38,4209677.5 
63
            688541.0,4209662.0 688479.81,4209671.0 
64
            688446.5,4209651.0 688397.5,4209591.0 
65
            688356.5,4209561.5 688355.5,4209531.5 
66
            688357.31,4209494.0 688368.75,4209461.0 
67
            688367.0,4209378.5 688409.94,4209362.5 
68
            688433.88,4209325.5 688488.06,4209313.5 
69
            688508.56,4209218.5 688583.0,4209158.0 
70
            688626.63,4209174.5 688709.31,4209239.5 
71
            688849.63,4209297.0 688900.56,4209393.5 
72
            688951.5,4209494.0 688989.5,4209521.5 
73
            689038.69,4209527.5 689201.88,4209478.5 
74
            689238.13,4209414.5 689273.88,4209259.0 
75
            689285.88,4209155.5 689325.88,4209116.0 
76
            689390.13,4209122.0 689452.06,4209083.0 
77
            689547.38,4209122.5 689603.75,4209090.0 
78
            689726.69,4208965.5 689773.63,4208921.0 
79
            689721.06,4208845.5 689592.56,4208842.5 
80
            689545.0,4208816.0 689556.5,4208759.0 
81
            689615.81,4208711.5 689694.0,4208682.5 
82
            689763.94,4208666.5 689833.81,4208653.5 
83
            689894.56,4208594.0 689920.31,4208481.0 
84
            689904.0,4208334.5 689876.75,4208234.0 
85
            689822.63,4208198.0 689689.75,4208176.0 
86
            689504.0,4208146.5 689409.81,4208059.0 
87
            689426.13,4208000.5 689440.38,4207954.0 
88
            689491.69,4207925.0 689534.81,4207897.0 
89
            689560.38,4207859.0 689573.56,4207798.5 
90
            689585.75,4207739.0 689598.94,4207683.0 
91
            689613.19,4207627.5 689590.38,4207560.0 
92
            689549.25,4207558.0 689514.31,4207566.5 
93
            689461.94,4207585.0 689410.44,4207548.0 
94
            689377.56,4207545.0 689315.88,4207556.5 
95
            689282.0,4207568.0 689296.63,4207650.0 
96
            689292.63,4207697.5 689277.38,4207744.0 
97
            689246.5,4207751.0 689222.69,4207678.0 
98
            689197.81,4207612.5 689109.44,4207617.0 
99
            689049.81,4207623.0 689084.06,4207729.0 
100
            689104.75,4207791.5 689119.38,4207866.5 
101
            689120.56,4207919.0 689060.06,4207974.5 
102
            689049.0,4208060.0 688982.31,4208108.5 
103
            688857.81,4208070.0 688844.5,4208097.5 
104
            688814.81,4208143.0 688707.44,4208163.5 
105
            688573.56,4208158.5 688514.75,4208158.5 
106
            688490.31,4208151.0 688471.06,4208144.5 
107
            688459.38,4208136.0 688445.25,4208117.0 
108
            688415.25,4208115.5 688403.25,4208093.5 
109
            688422.06,4208084.5 688440.0,4208067.0 
110
            688425.88,4208047.5 688411.75,4208026.5 
111
            688423.56,4208001.5 688455.0,4207981.5 
112
            688444.75,4207922.5 688464.88,4207899.0 
113
            688501.56,4207875.5 688505.25,4207844.5 
114
            688479.75,4207820.5 688459.81,4207782.0 
115
            688463.5,4207750.5 688485.75,4207722.0 
116
            688517.19,4207703.0 688524.19,4207659.5 
117
            688502.06,4207625.0 688468.81,4207631.5 
118
            688438.5,4207646.5 688373.88,4207611.5 
119
            688337.0,4207591.0 688327.25,4207556.5 
120
            688305.88,4207537.5 688287.94,4207555.0 
121
            688252.19,4207585.0 688192.38,4207571.5 
122
            688167.31,4207581.5 688160.75,4207601.0 
123
            688169.63,4207625.0 688191.13,4207636.0 
124
            688227.06,4207654.0 688217.44,4207670.5 
125
            688202.63,4207688.0 688210.25,4207721.0 
126
            688226.31,4207749.5 688231.94,4207782.5 
127
            688203.88,4207785.5 688191.31,4207794.5 
128
            688199.13,4207819.5 688216.25,4207844.5 
129
            688234.44,4207868.5 688228.88,4207890.5 
130
            688211.19,4207895.0 688179.31,4207883.0 
131
            688148.56,4207866.0 688104.88,4207820.5 
132
            688080.56,4207790.0 688062.38,4207767.0 
133
            688035.63,4207756.0 688004.38,4207766.0 
134
            687997.31,4207809.5 688003.94,4207846.0 
135
            688024.06,4207876.0 688019.31,4207907.0 
136
            687998.44,4207916.0 687995.81,4207946.0 
137
            688013.06,4207967.0 688019.75,4207996.0 
138
            687993.63,4208009.0 687983.75,4208040.0 
139
            688004.81,4208075.5 688028.88,4208120.5 
140
            687994.13,4208149.0 687937.19,4208167.0 
141
            687905.13,4208176.0 687888.63,4208187.0 
142
            687863.13,4208256.0 687848.38,4208335.5 
143
            687886.44,4208381.5 687940.56,4208472.0 
144
            688007.06,4208562.5 688027.13,4208614.0 
145
            688015.5,4208664.5 687987.75,4208675.5 
146
            687920.19,4208669.0 687892.38,4208691.0 
147
            687883.56,4208730.5 687894.25,4208761.0 
148
            687880.25,4208779.0 687834.94,4208759.0 
149
            687720.06,4208672.0 687501.06,4208523.0 
150
            687249.75,4208425.0 687129.81,4208415.0 
151
            687064.5,4208453.0 687088.44,4208525.0 
152
            687164.75,4208607.5 687326.88,4208778.0 
153
            687351.0,4208834.5 687408.13,4208905.5 
154
            687435.13,4208955.5 687430.75,4208972.0 
155
            687410.0,4208977.5 687324.75,4208951.5 
156
            687210.5,4208929.5 687126.06,4208952.0 
157
            687046.5,4209024.0 687012.25,4209115.0 
158
            687006.06,4209174.0 686982.31,4209197.5 
159
            686982.31,4209197.5 
160
          </gml:coordinates>
161
        </gml:LinearRing>
162
      </gml:outerBoundaryIs>
163
    </gml:Polygon>
164
  </gml:polygonMember>
165
</gml:MultiPolygon>
166
</cit:the_geom>
167
<cit:level>55</cit:level>
168
<cit:color>1</cit:color>
169
<cit:entity>Complex Shape</cit:entity>
170
<cit:layer>55</cit:layer>
171
<cit:mslink_dmr>0</cit:mslink_dmr>
172
<cit:tipo>Embalses</cit:tipo>
173
<cit:codigo>Embalse de la Pedrera</cit:codigo>
174
<cit:elevation>0.0</cit:elevation>
175
</cit:polygons></gml:featureMember><gml:featureMember>
176
<cit:polygons><cit:the_geom><gml:MultiPolygon srsName='0'>
177
  <gml:polygonMember>
178
    <gml:Polygon srsName='0'>
179
      <gml:outerBoundaryIs>
180
        <gml:LinearRing srsName='0'>
181
          <gml:coordinates>
182
697871.19,4207945.5 697888.25,4207982.0 
183
            697920.81,4208013.5 697957.38,4208056.0 
184
            697973.13,4208108.0 697970.25,4208167.0 
185
            697962.25,4208217.5 697967.94,4208252.5 
186
            697945.5,4208305.0 697923.13,4208354.0 
187
            697928.5,4208410.0 697945.81,4208434.5 
188
            697952.69,4208464.5 697958.0,4208500.5 
189
            697964.38,4208541.5 697981.13,4208604.5 
190
            698022.63,4208663.0 698069.13,4208706.0 
191
            698106.31,4208741.5 698191.13,4208822.5 
192
            698181.0,4208869.0 698169.88,4208908.0 
193
            698150.56,4208958.5 698165.13,4208990.5 
194
            698168.44,4209033.0 698159.38,4209086.5 
195
            698146.25,4209139.0 698111.44,4209174.0 
196
            698123.0,4209222.5 698133.56,4209282.0 
197
            698113.25,4209344.0 698072.31,4209391.5 
198
            697996.13,4209384.5 697923.94,4209358.0 
199
            697873.5,4209357.5 697808.0,4209436.0 
200
            697806.13,4209477.0 697802.19,4209513.0 
201
            697755.88,4209526.5 697750.88,4209556.5 
202
            697779.75,4209566.5 697822.0,4209570.5 
203
            697859.06,4209581.0 697878.75,4209601.0 
204
            697889.25,4209640.5 697926.25,4209634.0 
205
            697947.0,4209666.0 697986.0,4209653.0 
206
            698031.31,4209651.0 698048.88,4209671.5 
207
            698036.75,4209710.5 698020.5,4209759.0 
208
            697995.0,4209806.5 698040.38,4209834.0 
209
            698054.63,4209800.0 698082.31,4209772.0 
210
            698119.44,4209784.5 698144.38,4209837.0 
211
            698158.69,4209822.5 698196.81,4209824.0 
212
            698226.69,4209833.5 698240.19,4209860.0 
213
            698239.38,4209902.0 698264.13,4209912.5 
214
            698280.63,4209926.5 698274.63,4209960.5 
215
            698292.25,4209984.5 698316.0,4210005.0 
216
            698351.13,4210023.0 698393.31,4210025.0 
217
            698449.88,4210014.5 698497.25,4210022.5 
218
            698514.88,4210051.0 698505.81,4210087.0 
219
            698476.06,4210110.0 698439.0,4210114.5 
220
            698415.5,4210144.5 698442.44,4210186.5 
221
            698481.69,4210220.0 698530.19,4210240.5 
222
            698591.0,4210260.0 698639.38,4210259.5 
223
            698665.25,4210282.0 698668.44,4210316.0 
224
            698666.63,4210366.5 698683.31,4210404.5 
225
            698735.81,4210413.5 698797.63,4210428.5 
226
            698853.38,4210456.0 698906.0,4210493.0 
227
            698953.5,4210517.5 699006.0,4210524.5 
228
            699049.25,4210517.0 699100.75,4210529.0 
229
            699146.0,4210525.0 699197.5,4210534.0 
230
            699227.5,4210562.5 699295.44,4210562.0 
231
            699368.56,4210573.0 699405.75,4210609.0 
232
            699474.94,4210650.0 699549.31,4210694.0 
233
            699612.25,4210739.0 699664.94,4210793.5 
234
            699719.56,4210816.0 699771.25,4210866.0 
235
            699828.0,4210900.0 699882.63,4210926.5 
236
            699882.44,4210860.5 699949.44,4210891.5 
237
            700007.19,4210917.0 700064.88,4210933.0 
238
            700118.31,4210901.0 700172.88,4210884.5 
239
            700211.88,4210864.5 700248.81,4210822.5 
240
            700282.63,4210777.0 700319.56,4210727.5 
241
            700369.88,4210690.0 700403.75,4210661.0 
242
            700460.25,4210620.0 700525.0,4210581.5 
243
            700593.94,4210577.0 700652.56,4210557.5 
244
            700719.44,4210540.5 700772.94,4210529.0 
245
            700833.63,4210511.5 700899.44,4210490.5 
246
            700983.75,4210460.5 701054.75,4210431.5 
247
            701080.44,4210422.0 701124.0,4210382.0 
248
            701175.38,4210341.0 701240.13,4210310.0 
249
            701289.44,4210309.0 701323.31,4210289.5 
250
            701344.94,4210256.5 701363.44,4210216.5 
251
            701410.69,4210219.5 701424.06,4210171.5 
252
            701447.69,4210134.5 701493.94,4210112.0 
253
            701500.13,4210059.5 701557.63,4210055.5 
254
            701598.75,4210011.0 701648.13,4209957.0 
255
            701681.0,4209908.5 701707.75,4209863.5 
256
            701735.5,4209812.0 701727.25,4209789.5 
257
            701740.63,4209766.5 701763.25,4209747.0 
258
            701784.81,4209738.0 701788.94,4209699.0 
259
            701799.25,4209653.5 701818.75,4209590.0 
260
            701834.19,4209548.0 701855.75,4209505.5 
261
            701883.5,4209457.5 701920.5,4209401.0 
262
            701953.44,4209348.5 701985.25,4209290.0 
263
            702000.69,4209247.0 702021.25,4209195.5 
264
            702025.38,4209139.0 702014.13,4209085.5 
265
            701964.81,4209063.0 701897.0,4209054.5 
266
            701832.25,4209048.5 701774.69,4209056.5 
267
            701767.5,4209098.0 701745.94,4209152.5 
268
            701727.38,4209201.5 701703.75,4209244.5 
269
            701680.13,4209287.0 701651.38,4209320.5 
270
            701606.13,4209360.0 701559.88,4209345.5 
271
            701551.69,4209318.5 701567.13,4209269.5 
272
            701574.31,4209242.5 701593.88,4209175.0 
273
            701578.44,4209137.0 701541.44,4209146.0 
274
            701502.38,4209153.0 701460.25,4209187.0 
275
            701395.5,4209210.5 701343.13,4209207.5 
276
            701269.13,4209208.5 701222.94,4209206.5 
277
            701156.13,4209218.0 701142.75,4209190.0 
278
            701144.81,4209160.5 701153.06,4209113.0 
279
            701144.88,4209079.0 701133.56,4209047.5 
280
            701121.25,4209017.5 701108.94,4208984.5 
281
            701113.06,4208945.5 701136.69,4208910.5 
282
            701170.63,4208874.5 701202.44,4208843.0 
283
            701227.13,4208816.0 701264.13,4208733.0 
284
            701288.81,4208721.5 701322.69,4208704.0 
285
            701351.5,4208673.5 701361.75,4208628.0 
286
            701384.38,4208608.5 701425.5,4208583.0 
287
            701459.38,4208564.5 701497.94,4208522.5 
288
            701515.88,4208487.5 701553.63,4208430.0 
289
            701602.31,4208417.5 701638.25,4208339.0 
290
            701674.06,4208267.5 701771.63,4208122.0 
291
            701865.25,4208149.5 701880.44,4208079.5 
292
            701902.19,4207980.0 701867.25,4207968.0 
293
            701836.94,4207907.0 701824.88,4207877.0 
294
            701837.63,4207839.0 701860.63,4207815.5 
295
            701838.25,4207782.0 701824.13,4207753.0 
296
            701798.75,4207712.5 701782.94,4207652.5 
297
            701765.06,4207585.0 701784.44,4207514.0 
298
            701770.31,4207483.0 701759.38,4207441.5 
299
            701777.75,4207366.5 701789.69,4207313.0 
300
            701798.56,4207254.5 701757.25,4207261.0 
301
            701749.38,4207224.0 701765.31,4207181.5 
302
            701765.88,4207129.0 701788.44,4207050.0 
303
            701815.06,4206969.5 701827.13,4206904.5 
304
            701845.25,4206852.5 701816.75,4206814.0 
305
            701725.69,4206713.5 701684.63,4206723.5 
306
            701644.25,4206734.5 701601.0,4206730.0 
307
            701469.06,4206616.0 701486.63,4206522.5 
308
            701499.0,4206329.5 701509.44,4206222.0 
309
            701512.31,4206149.0 701473.13,4206147.5 
310
            701365.25,4206104.0 701367.94,4206042.0 
311
            701388.06,4205999.0 701451.19,4205982.0 
312
            701499.0,4205951.5 701515.0,4205873.0 
313
            701515.31,4205871.5 701557.44,4205656.5 
314
            701481.5,4205627.0 701445.81,4205602.0 
315
            701447.31,4205577.0 701454.0,4205547.0 
316
            701427.63,4205518.0 701432.81,4205457.0 
317
            701400.25,4205430.5 701403.5,4205362.5 
318
            701387.0,4205361.0 701349.75,4205363.5 
319
            701270.63,4205341.5 701250.5,4205310.5 
320
            701193.06,4205287.5 701163.19,4205284.0 
321
            701133.5,4205269.0 701117.25,4205251.0 
322
            701091.06,4205214.5 701051.69,4205221.0 
323
            701022.75,4205223.5 701003.31,4205212.0 
324
            700946.63,4205146.0 700929.63,4205114.5 
325
            700930.06,4205087.0 700938.88,4205057.0 
326
            700915.69,4205023.5 700895.38,4205001.5 
327
            700849.63,4205022.5 700827.5,4205046.0 
328
            700795.56,4205041.0 700758.81,4205016.5 
329
            700709.31,4205012.0 700660.63,4205020.0 
330
            700597.44,4205031.5 700545.69,4205038.0 
331
            700494.81,4205052.5 700441.0,4205059.0 
332
            700395.63,4205057.0 700359.0,4205085.0 
333
            700320.63,4205094.0 700262.75,4205095.0 
334
            700208.19,4205083.5 700167.13,4205071.5 
335
            700163.19,4205118.0 700138.06,4205138.0 
336
            700103.31,4205177.0 700063.19,4205228.0 
337
            700025.13,4205281.0 699991.5,4205312.5 
338
            699924.44,4205308.0 699854.88,4205328.5 
339
            699815.81,4205377.5 699786.25,4205414.0 
340
            699763.06,4205443.5 699743.94,4205472.0 
341
            699722.25,4205475.0 699712.44,4205503.5 
342
            699695.13,4205551.0 699678.63,4205607.5 
343
            699652.44,4205627.5 699602.0,4205619.5 
344
            699564.56,4205633.5 699520.75,4205658.5 
345
            699478.63,4205706.0 699448.81,4205756.5 
346
            699439.44,4205823.0 699426.81,4205895.5 
347
            699422.38,4205972.5 699405.0,4206021.0 
348
            699406.56,4206050.0 699461.0,4206069.5 
349
            699503.0,4206086.5 699492.0,4206127.0 
350
            699456.25,4206139.5 699412.25,4206172.0 
351
            699368.88,4206228.0 699340.31,4206263.5 
352
            699310.69,4206244.5 699291.88,4206256.5 
353
            699219.56,4206255.0 699175.0,4206261.5 
354
            699122.0,4206274.5 699090.63,4206303.0 
355
            699060.0,4206348.0 699033.81,4206374.5 
356
            699003.88,4206373.0 698979.44,4206353.0 
357
            698939.13,4206281.0 698898.25,4206252.5 
358
            698885.31,4206291.5 698855.44,4206285.0 
359
            698821.63,4206268.0 698828.06,4206324.0 
360
            698833.13,4206472.5 698832.13,4206541.5 
361
            698799.81,4206564.0 698766.38,4206590.5 
362
            698739.81,4206643.5 698696.75,4206694.5 
363
            698649.69,4206663.0 698609.5,4206658.5 
364
            698605.06,4206679.0 698678.44,4206746.0 
365
            698770.13,4206762.0 698821.06,4206806.0 
366
            698810.88,4206870.0 698800.69,4206930.5 
367
            698796.75,4206989.5 698784.38,4207059.5 
368
            698763.88,4207120.0 698740.13,4207190.0 
369
            698715.25,4207268.0 698664.06,4207312.5 
370
            698621.38,4207333.5 698601.44,4207356.0 
371
            698574.0,4207397.0 698545.69,4207429.5 
372
            698501.0,4207446.5 698432.0,4207436.5 
373
            698374.38,4207423.0 698322.69,4207427.5 
374
            698262.75,4207433.0 698209.06,4207431.0 
375
            698177.69,4207456.5 698144.13,4207494.0 
376
            698106.5,4207524.5 698058.63,4207552.5 
377
            697993.31,4207571.5 697944.69,4207578.0 
378
            697921.63,4207598.0 697918.5,4207672.5 
379
            697939.31,4207732.5 697975.81,4207778.5 
380
            697976.38,4207813.0 697934.63,4207846.0 
381
            697885.38,4207895.0 697871.19,4207945.5 
382
            697871.19,4207945.5 
383
          </gml:coordinates>
384
        </gml:LinearRing>
385
      </gml:outerBoundaryIs>
386
    </gml:Polygon>
387
  </gml:polygonMember>
388
</gml:MultiPolygon>
389
</cit:the_geom>
390
<cit:level>55</cit:level>
391
<cit:color>1</cit:color>
392
<cit:entity>Complex Shape</cit:entity>
393
<cit:layer>55</cit:layer>
394
<cit:mslink_dmr>0</cit:mslink_dmr>
395
<cit:tipo>Embalses</cit:tipo>
396
<cit:codigo>Salinas de Torrevieja</cit:codigo>
397
<cit:elevation>0.0</cit:elevation>
398
</cit:polygons></gml:featureMember><gml:featureMember>
399
<cit:polygons><cit:the_geom><gml:MultiPolygon srsName='0'>
400
  <gml:polygonMember>
401
    <gml:Polygon srsName='0'>
402
      <gml:outerBoundaryIs>
403
        <gml:LinearRing srsName='0'>
404
          <gml:coordinates>
405
702663.13,4211798.0 702622.06,4211833.0 
406
            702587.13,4211841.5 702546.13,4211882.5 
407
            702489.69,4211919.5 702440.38,4211956.0 
408
            702387.0,4211987.0 702320.38,4212065.0 
409
            702274.19,4212093.0 702237.25,4212118.5 
410
            702183.88,4212156.0 702141.75,4212165.0 
411
            702062.63,4212173.5 702019.56,4212228.0 
412
            701899.25,4212229.5 701866.44,4212264.5 
413
            701820.25,4212302.5 701735.94,4212292.5 
414
            701675.44,4212348.0 701608.63,4212339.0 
415
            701517.13,4212339.5 701457.44,4212331.0 
416
            701420.5,4212353.0 701378.44,4212384.0 
417
            701308.5,4212364.5 701279.88,4212448.0 
418
            701250.25,4212515.5 701232.88,4212554.0 
419
            701238.06,4212579.5 701213.63,4212685.5 
420
            701181.81,4212719.5 701146.94,4212738.0 
421
            701122.25,4212747.5 701124.38,4212778.0 
422
            701156.31,4212790.5 701246.06,4212933.0 
423
            701238.94,4212969.0 701261.63,4213008.0 
424
            701290.5,4213035.0 701324.5,4213085.0 
425
            701359.5,4213095.5 701397.56,4213110.5 
426
            701403.81,4213141.5 701400.81,4213171.5 
427
            701415.25,4213185.5 701478.0,4213198.0 
428
            701531.44,4213208.0 701579.81,4213226.5 
429
            701624.13,4213261.0 701647.81,4213300.0 
430
            701669.38,4213292.0 701699.25,4213295.0 
431
            701718.81,4213315.5 701732.19,4213332.0 
432
            701768.19,4213332.0 701799.0,4213333.0 
433
            701845.56,4213349.5 701893.94,4213342.0 
434
            701898.13,4213399.0 701913.56,4213405.0 
435
            701954.75,4213376.0 702013.44,4213394.5 
436
            702104.0,4213358.5 702158.63,4213405.0 
437
            702237.88,4213402.5 702260.56,4213429.5 
438
            702382.06,4213454.0 702427.31,4213381.0 
439
            702488.06,4213408.5 702529.25,4213396.0 
440
            702560.19,4213409.5 702603.38,4213409.5 
441
            702628.06,4213374.5 702681.63,4213380.5 
442
            702713.5,4213343.5 702730.0,4213318.0 
443
            702753.63,4213309.5 702789.75,4213406.5 
444
            702837.13,4213415.5 702852.63,4213439.0 
445
            702892.75,4213422.5 702906.13,4213443.5 
446
            702958.63,4213462.0 702989.5,4213446.5 
447
            703029.69,4213466.0 703083.25,4213449.5 
448
            703128.56,4213453.5 703177.38,4213425.0 
449
            703212.5,4213418.0 703249.69,4213422.0 
450
            703271.38,4213440.5 703310.63,4213442.5 
451
            703353.94,4213413.5 703399.44,4213418.5 
452
            703438.69,4213442.5 703463.5,4213446.5 
453
            703535.69,4213383.0 703580.06,4213372.0 
454
            703670.0,4213401.5 703694.75,4213398.5 
455
            703715.38,4213374.5 703737.0,4213360.0 
456
            703791.75,4213359.0 703796.94,4213373.5 
457
            703752.63,4213418.0 703721.75,4213458.5 
458
            703785.75,4213458.0 703867.44,4213524.0 
459
            703938.63,4213485.0 703981.0,4213483.5 
460
            704030.63,4213500.0 704096.75,4213520.5 
461
            704124.56,4213488.5 704151.38,4213484.5 
462
            704197.94,4213504.0 704254.75,4213531.5 
463
            704284.75,4213557.5 704254.94,4213620.5 
464
            704314.81,4213608.0 704348.88,4213613.0 
465
            704390.25,4213631.5 704433.69,4213656.5 
466
            704460.5,4213632.5 704485.25,4213617.0 
467
            704536.0,4213699.5 704561.81,4213693.5 
468
            704571.06,4213676.5 704575.13,4213654.0 
469
            704579.25,4213631.5 704584.38,4213620.0 
470
            704604.0,4213617.0 704614.25,4213581.5 
471
            704589.44,4213541.5 704569.75,4213525.0 
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff