1314 03 DataStructures
1314 03 DataStructures
Struktur Data
Format Data:
GL-4101 Sistim Informasi Geologi
BIT (0/1)
BYTE (kelompok 8 buah data BIT)
Merepresentasikan nilai dari 0-255
STRUKTUR DATA Biasa disimpan dalam bilangan Hexadesimal (00-FF)
ASCII (American Standard Code for Information Interchange)
Terdiri dari 00-FF yang Merepresentasikan karakter Text
Data Numerik:
Integer: 223
Asep HP Kesumajana Real: 223.421
Floating point: 2.23421000000+02 (16 digit)
Umumnya data disimpan dalam format ASCII
GL-4101 Sistim Informasi Geologi 2
• RASTER
Real World
600
1 2 3 4 5 6 7 8 9 10
• VECTOR 1
2
B
B
G
G G 500
Trees
3 B
400
4 BG G Trees
Y-AXIS
5 B G G 300
6 B G BK House
7 B 200
• Real World 8
9
B B
B
G
100
River
Scanned Maps
Image
Copyright 1993 Nassau County, NY
Data Raster
1 1 1 1 1 1 1 1
3 3 1 1 3 3 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 2 2 2 1 1 1 1 1 1 2 2 2 1 1 1
1 1 1 1 2 2 1 1 1 1 1 1 1 2 2 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3 3 3 1 1 1 1 1 1 3 3 3 1 1 1 1 1 1
3 3 3 1 1 1 1 1 1 3 3 3 1 1 1 1 1 1
3 3 3 3 1 1 1 1 1 3 3 3 3 1 1 1 1 1
GL-4101 Sistim Informasi Geologi 19 GL-4101 Sistim Informasi Geologi 20
2. Struktur Data 2. Struktur Data
Chain Code
merubah data menjadi
arah dgn jarak tertentu
Tuples (mengganti data dengan pasangan data) KODE RANGKAIAN (CHAIN CODES)
Data pada baris ke 5: baris ke 7: PEMBUATAN SATUAN PANJANG VEKTOR
111122111 333111111 DENGAN ANGKA YANG MENCERMINKAN ARAH
dirubah menjadi: (Model Freeman-Hoffman, Hoffman, 1974)
(4 1) (2 2) (3 1) (3 3) (6 1)
9 data menjadi 6 (66%) 9 data menjadi 4 (<50%)
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 2 2 2 1 1 1 1 1 1 2 2 2 1 1 1
1 1 1 1 2 2 1 1 1 1 1 1 1 2 2 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3 3 3 1 1 1 1 1 1 3 3 3 1 1 1 1 1 1
3 3 3 1 1 1 1 1 1 3 3 3 1 1 1 1 1 1
3 3 3 3 1 1 1 1 1 3 3 3 3 1 1 1 1 1
3 2 1 0 0 0
2 6
4 0 42 6
4 4
5 6 7
VECTOR
Dibuat dari unsur (titik) yang berbeda:
2. Struktur Data
called a node, and the points that make up the rest of Extent
a line are called vertices. Line Contaminants
Polygons/Area: polygons represent two dimensional Parcel Centroids
Utility Poles
objects such as the boundaries of a field, or property,
or the outline of a building or lake. Polygons are made Section/Block/Lot No.
up of a series of connected lines where the starting Owner Address
point of a polygon is the same as the ending point.
Height Owner
Area Attachments Assessment Data
Date Installed
Each line must begin and end at a
node.
Street Edge Areas
Areas
Areas
Parcel
Parcel ID Number
Dimensions and Area
Soil Boundaries
Type
Permeability
Flood Zones
Areas Vector Data
An intelligent form of digital
geographic data where real world
objects are represented by points,
lines and polygons. An objects
representation is described by
attributes and coordinates.
Examples include:
Digitized Maps
GIS Data
SEMBAKUNG
SEM BAK UNG
dependent) S ES AY AP
0 1 2Km
GL-4101 Sistim Informasi Geologi Source: Defense Mapping School 43 GL-4101 Sistim Informasi Geologi 44
National Imagery and Mapping Agency
2. Struktur Data 2. Struktur Data
40500
TOPOLOGY
RELASI SPASIAL ANTARA
OBYEK YANG BERHUBUNGAN
(CONNECTING) ATAU
BERDEKATAN (TITIK, GARIS,
SIMPUL/NODES, POLIGON)
Contoh Topologi
A Point File
DIME Structure
tiap segmen garis memuat 3 komponen
utama:
nama segmen
identitas segmen
identifikasi node "from" dan "to"
Atribut tambahan dapat disertakan
Kesulitan:
melakukan manipulasi segmen yang kompleks
Classes in ArcView)