Part One GIS DBU Chap - 5
Part One GIS DBU Chap - 5
Chapter Five
Proximity analysis
In other words:
o Spatial Data + GIS tools /geo-processing tools =
New data.
Geo-processing tools perform essential operations on a
database, such as projections, conversions, data
management, spatial analysis and others.
location,
length,
distance and
area size.
Length Measurement
Length is a geometric property associated with polylines, by
themselves or in their function as polygon boundaries.
It can obviously be computed by the GIS - as the sum of lengths
of the constituent line segments.
Distance Measurement
Measurement of distance between two features is another
important function.
If both features are points, say p and q, the computation in a
Cartesian spatial reference system is given by the well-known
Pythagorean distance function:
The attentive reader will have noted that all of the above
“measurements” do not actually require computation but
only retrieval of stored data.
Location Measurement
The location property of a vector feature is always stored
by the GIS: a single coordinate pair for a point, or a list of
pairs for a polyline or polygon boundary.
Union
A union is an overlay that includes all data from both
the bounding and data layers.
The union overlay method employs the OR operator.
A union can be used only in the case of two polygon
input layers.
Converting geographic coordinates from one datum to another typically requires a datum transformation. A datum
transformation provides the latitude and longitude of a point in one datum when we know them in another datum; for
example, we can calculate the latitude and longitude of a benchmark in NAD83(2011) when we know these geographic
coordinates in NAD83(1986) (Figure 3-22). Datum transformations are often more complicated when they involve older
datums. Many older datums were created piecemeal to optimize fit for a country or continent. The amount of shift between
one datum and another often varies across the globe because the errors in measurements may be distributed idiosyncratically.
Measurements in one area or period may have been particularly accurate, while in another area or time they may exhibit
particularly large errors. Combining them in the datum adjustment effects the local and global differences among datums in
their own unique way. Simple formulas often do not exist for transformations involving many older datums, for example, from
NAD27 to NAD83. Specialized datum transformations may be provided, usually by government agencies, using a number of
different methods. As an example, in the United States the National Geodetic Survey created NADCON, a datum
transformation tool to convert between NAD27 and NAD83(1986) datums. Transformation among newer datums may use
more general mathematical transformations between three-dimensional, Cartesian coordinate systems (Figure 3-22).
Transformation equations allow conversion among most NAD83, WGS84, and ITRF systems, and are supported in large part
by improved global measurements from satellites, as described in the previous few pages.