This document discusses how geographic features are represented in GIS data structures. Spatial data represents the location of features, while attribute data describes characteristics. Features can be represented using vector or raster data models. Vector models store location data as x,y coordinates and connect them to form lines and polygons. Raster models divide space into a grid of cells and store a single value for each cell. Relational databases are commonly used to organize spatial and attribute data for GIS analysis and mapping.