Line Feature Class

From wiki.gis.com
Jump to: navigation, search

A line is one of three features with which most vector data is represented in GIS maps. The others are point and polygon.

Lines are used to represent the shape and location of geographic objects, such as street centerlines and streams, too narrow to depict as areas. Lines are also used to represent features that have length but no area, such as contour lines and boundaries.

A line is formed by connecting two data points. A computer reads this line as straight, and renders the line as a vector (vector: any quantity that has both magnitude and direction) connecting two x-y coordinates (X = longitude, Y = latitude). The more points used to create a line, the greater the detail. GIS software can be used to define one end of the line as the starting point and the other as the end point, giving the line "direction". [1]

Adding more vertices – or points – allows curvature to be displayed. The images below show the difference in detail between fewer and more vertices.

Line vertices.jpg

Courtesy: An Introduction to Geographical Information Systems, Ian Heywood, Sarah Cornelius, Steve Carver, Prentice Hall, 2006.

Line Identity

Each line is identified by the sequence of first and last point, together with the associated table attribute. In the image below, the three lines (a, b and c) have their first and last nodes identify their location. Each line also has attributes of flow and capacity. Each node has coordinates (X, Y) that are stored in another table.

Because the first and end node coordinates of each line is known, the length of a line or polyline (sequence of lines) can be easily computed. [2]

Line identity.gif

Courtesy: Kardi Teknomo


Segment Types

The default segment type is a straight line between two vertices, or points. However, when it is necessary to define curves or parametric shapes, then three additional segment types can be defined: circular arcs, elliptical arcs, and Bézier curves. These shapes are often used for representing built environments such as parcel boundaries and roadways.

A Bezier curve is a curved line whose shape is derived mathematically rather than by a series of connected vertices. In graphics programs, a Bézier curve usually has two endpoints and two handles that can be moved to change the direction and the steepness of the curve. Bézier curves are named for the French engineer Pierre Bézier (1910-1999). [3]

Lines normally have x and y values, but z values can also be added. Z values are normally used to represent elevation, but can be used to represent other data.

Linear feature vertices can also include m-values. Some GIS applications employ a linear measurement system used to interpolate distances along linear features, such as along roads, streams, and pipelines. You can assign an m-value to each vertex in a feature.

A commonly used example is a highway milepost measurement system used by departments of transportation for recording pavement conditions, speed limits, accident locations, and other incidents along highways. Two commonly used units of measure are milepost distance from a set location, such as a county line, and distance from a reference marker. [4]

Line measure.gif

Courtesy: help.arcgis.com

Notes

  1. "GIS Overview," http://www.fpa.nifc.gov
  2. Kardi Teknomo, http://people.revoledu.com/kardi/
  3. "GIS Dictionary," http://resources.arcgis.com/glossary
  4. http://help.arcgis.com

References

  • "An Introduction to Geographical Information Systems", Ian Heywood, Sarah Cornelius, Steve Carver, Prentice Hall, 2006

See Also