Geometries

The first thing we need to look at is how geometries are represented in GML documents. You have already seen some of these as responses from GeoServer in Lesson 3. Later in this lesson, we will study these in greater detail. As GeoServer is a WFS 1.0 server, it returns GML2 so you will see Points, Polygons and LineStrings (and multipoints, multipolygons, and multilinestrings - but we'll get to them later).
GML2 GML3