Terms, Concepts and Data Types in Gis: Orhan Gündüz
Terms, Concepts and Data Types in Gis: Orhan Gündüz
and
DATA TYPES IN GIS
Orhan Gndz
Point data:
0-D object
A point is a combination fo two numbers (X,Y)
Represents well locations, crime scenes, cities
Line/polyline data:
1-D object
A line is the shortest distance between two points
Has a beginning and an ending point
Represents streams, boundaries, roads
Polygon data:
2-D object
A polygon is a set of points connected by line segments that close back
to the first vertex
Represents lakes, lots
POINT
LINE
(X2,Y2)
(X,Y)
left
right
POLYLINE
POLYGON
(Xn,Yn)
outside
(X2,Y2)
inside
(X1,Y1)
(X1,Y1)
(X1,Y1)
(Xn-1,Yn-1)
Node:
A special type of point where at least 3 line segments intersect
Defined by a pair of coordinates
(X1,Y1)
(X1,Y1)
Pixel:
Smallest indivisible element of an image (i.e., pixel in digital pictures)
Grid/Grid cell:
2-D object feature that represents a single element of a continuous surface
(used in raster data)
Symbol:
A graphic element that represents features or attributes on a map
Hospital
Airport
Annotation:
Text or label graphically pointing a feature
ANKARA
Gediz River
GIS Operations
1. Forward data display (from data to map)
2. Backward data display (from map to data)
3. Point in polygon analysis
4. Line in polygon analysis
5. Polygon overlay
6. Buffers
7. Thematic mapping (data display and capture)
8. Area/Distance calculation operations
9. Geocoding/address matching
10. Network analysis
11. Surface modeling
2. Networked systems
(NT, local processing, centralized data storage, requires authorization)
3. Centralized systems
(UNIX, centralized data storage/manipulation)
GIS
Vector-based GIS
Raster-based GIS
Topology:
DATA CLASSIFICATION
METHODS IN GIS
Orhan Gndz
Natural breaks
Quantiles
Equal area
Equal interval
Standart deviation
Continuous / discontinuous
Normalization
NATURAL BREAKS
QUANTILES
EQUAL AREA
EQUAL INTERVAL
STANDARD DEVIATION
Continuous / Discontinuous
NORMALIZATION