Represents space discretely:
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 for representing a variety of objects, depending on the scale:
Lines are also great for representing a variety of objects, 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).
The vector data model can represent objects as: (select all that apply)
When an object has multiple parts, the vector model allows for:
Data resolution also applies to the vector model:
The resolution of a vector layer is defined by
Non-spatial data can be stored in an Attribute Table separate from the spatial data.
Non-spatial data can be stored in an Attribute Table separate from the spatial data.
As with the raster data model, each vector object can only have one attribute. We must stack objects if we need multiple attributes.
Similar to the mixed pixel problem, all space within a polygon (or along a line) is treated as homogenous
Vector overlay operations are more computationally expensive than raster overlay.
The tool in Arc for performing calculations in the attribute table
The spatial relationships between geographic features.
The vector data model is well suited for discrete objects:
This term describes the spatial relationships between features:
One of the most common file types you will encounter, stores the coordinates of vertices plus metadata. Identified by a .shp tag.
A simple, lightweight format for most commonly encountered in web mapping. Identified by a .json tag.
Point objects can be stored as simple text flies.
Name | Province | Climate ID | Latitude (Decimal Degrees) | Longitude (Decimal Degrees) |
ACTIVE PASS | BRITISH COLUMBIA | 1010066 | 48.87 | -123.28 |
ALBERT HEAD | BRITISH COLUMBIA | 1010235 | 48.40 | -123.48 |
BAMBERTON OCEAN CEMENT | BRITISH COLUMBIA | 1010595 | 48.58 | -123.52 |
BEAR CREEK | BRITISH COLUMBIA | 1010720 | 48.50 | -124.00 |
BEAVER LAKE | BRITISH COLUMBIA | 1010774 | 48.50 | -123.35 |
BECHER BAY | BRITISH COLUMBIA | 1010780 | 48.33 | -123.63 |
BRENTWOOD BAY 2 | BRITISH COLUMBIA | 1010960 | 48.60 | -123.47 |
BRENTWOOD CLARKE ROAD | BRITISH COLUMBIA | 1010961 | 48.57 | -123.45 |
BRENTWOOD W SAANICH RD | BRITISH COLUMBIA | 1010965 | 48.57 | -123.43 |
CENTRAL SAANICH VEYANESS | BRITISH COLUMBIA | 1011467 | 48.58 | -123.42 |
The Vector data model is almost always a better choice than the raster data model because: