A more complex, but light weight format best suited for discrete objects.
Represents objects as sets of coordinate pairs.
A point feature is an individual x, y coordinate pair representing a precise location.
Points are great for representing a variety of objects, depending on the scale:
Points are great for representing a variety of objects, depending on the scale:
A line feature is a set of connected points. Must have a start and end point. May have middle points (vertices).
Lines are also great, depending on the scale:
Lines are also great, depending on the scale:
A polygon feature consist of a set of three or more vertices connected by line segments (edges) that form an enclosed shape.
Preferred for many objects depending on scale:
Preferred for many objects depending on scale:
All polygons are an enclosed shape. Some can also have interior rings (holes).
When an object has multiple parts, the vector model allows for:
Data resolution also applies to the vector model:
Non-spatial data can be stored in an Attribute Tabule separate from the spatial data.
Ability to store many attributes:
One of the most common file types you will encounter, stores the coordinates of vertices plus metadata:
A simple, lightweight format for most commonly encountered in web mapping.