GITTA-Logo
PDF Version of this document Search Help

Lesson Navigation IconStructures for Data Compression

Unit Navigation IconGeneral Compression Concepts

Unit Navigation IconVector Data Storage and Compression

LO Navigation IconVector Data Model and Storage

LO Navigation IconVector Data Compression

Unit Navigation IconRaster Data Storage and Compression

Unit Navigation IconImage Formats

Unit Navigation IconSummary

Unit Navigation IconBibliography

Unit Navigation IconMetadata


GITTA/CartouCHe news:


Go to previous page Go to next page

Vector Data Model and Storage

Vector data model

In a vector data model, the computer stores points, lines and polygons as x and y locations.

A point feature would only have one x and y location associated with it, whereas a line feature would be stored as a series of several x,y pairs. Polygons are also stored as a series of x and y locations, but the first and last position is the same location.

Vector data storage

In today’s systems, this information is often stored internally in relational tables which are organized according to a set of standard rules. The users do not normally see it. We do, however, see attribute information about the features. Features can have many different types of attributes.

Points

Lines

Polygons

Top Go to previous page Go to next page