Lecture 5 PDF
Lecture 5 PDF
College of Engineering
PH.D in Civil Engineering
1
Quary
3
Spatial query
4
Applications of Query
• Retrieve data
• Data manipulation
• Hydrological modeling
• Buffer maps
• Cost maps
5
Topology
Topology in GIS is generally defined as the spatial relationships
between adjacent or neighboring features. In GIS, topology is
implemented through data structure
6
Shape files
A shapefile is an Esri vector
data storage format for
storing the location, shape,
and attributes of geographic
features. It is stored as a set
of related files and contains
one feature class. Shapefiles
often contain large features
with a lot of associated data
and historically have been
used in GIS desktop
applications such as Arc
Map.
7
ArcGIS shape files have mandatory and optional files.
The mandatory file extensions needed for a shape
file are .shp, .shx and .dbf. But the optional files are:
.prj, .xml, .sbn and .sbx
8
Metadata
9
Geodatabase Elements
• Objects
• Object classes
• Features
• Feature classes
• Relationships
• Geometric networks
• Data sets
ArcGIS Geodatabase
Workspace
Geodatabase
Feature Dataset
Feature Class
Geometric
Network
Relationship
Object Class
Objects
• An object class is a collection of objects in tabular format that have the same
behavior and the same attributes.
• Object classes are tables in a geodatabase storing non-spatial data (e.g., Parcel owners)
• Objects in an object class have the same
• Properties - stored in the table as attributes
• Behavior - implemented as a component
Feature Class
Feature Datasets
• Containers for feature
classes
• Shared spatial reference
• Analogous to a coverage
• less restrictive
• May also contain
• relationship classes
• geometric networks
Coverage and Coverage Features
• A coverage is a geo relational data model that
stores vector data—it contains both the spatial
(location) and attribute (descriptive) data for
geographic features.
18
The figure below shows the common feature classes in a coverage.
The other coverage feature classes include section, route, region,
and link.
19
Storing Data
Coverages Shapefiles
Texas
Texas
Counties
Counties.shp
Counties.shx
Counties.dbf
Evap
Evap.shp
Evap.shx
Evap.dbf
Info
Relationship
Relationship between spatial and non-spatial objects
Measurement station
(spatial)
Relationships
Parcels Owners
(Spatial) Non-Spatial
Relationship
Relationship between non-spatial objects
Graduated
Continuous; and
Unique Value
28
Graduated Symbols
30
Continuous Color Symbols:
32
• Using the same contours example used in the previous section, a
map with continuous color symbology
• If the color for the minimum value is set to orange and the color
for the maximum value is black, contours with a value of close to
1400m will be drawn close to black.
34
Unique Value Symbols:
• Sometimes the attributes of features are not numeric,
but instead strings are used.
-'String' is a computer term meaning a group of
letters, numbers and other writing symbols.
36
TIN Datasets
• Triangle sides are constructed by connecting adjacent points so that the
minimum angle of each triangle is maximized. Triangle sides cannot cross
break lines.
• The TIN format is efficient to store data because the resolution adjusts to
the parameter spatial variability.
Spatial Analyst
• Analysis of land
surface terrain as
a grid
• Key means of
defining drainage
areas and
connectivity to
stream network
• Analysis of land
surface terrain
as triangulated
irregular
network (TIN)
• Visualization in
3-D using Arc
Scene