Gis Assignment of Unit 2
Gis Assignment of Unit 2
INFORMATION SYSTEM
ASSIGNMENT OF UNIT 2: DATA STRUCTURE & DATA MODELS
GIS data
TIN
Raster Vector (Triangular Attributes
Irregular Network)
In raster data model the focus is more in location. A Vector GIS is simply a generic name to describe a
Geographic feature are represented in grid cells or class of GIS that use the vector data structure to
pixels filled with values. describe, represent and use spatial objects.
The linear dimension of each cell defines the special A vector is a physical quantity that require both
resolution of the data, which is determined by the size magnitude and direction for its description.
of the smallest object.
The value assigned to each cell is known as the Gray The vector atom model is an object based approach to
value. Typically there are 256 grey values in raster the representation of the real world features and is
image ranging between 0 and 255. best used to represent discrete objects.
Topology relations in raster data are not very strong, if Such spatial objects have locations depicted simply as
the value of rows and columns are known, then only point, line and Polygon. There are two popular vector
the location of the neighbouring cell maybe calculated. data model : spaghetti model and topology model.
We can easily perform continuous data in raster data We can easily perform discrete data in vector data
model. model.
7. Distinguish between Topology &
Spaghetti Models.
SPAGHETTI MODEL TOPOLOGY MODELA
Vector data that have been collected but not structured are set to be spaghetti data Topology is the branch of mathematics, based on graph theory, which deal with
model. It is also called non topological or geometric or path topological model. geometric properties and remains unchanged under certain transformation such as
bending or stretching.
It is a Direct Line by line translation of vector map. Each entity becomes a logical The characteristic of this model is that it explicitly records adjacency information
record in the digital file and is defined as string of X, Y coordinates. among spacial entities like points, lines and polygons
The data storage and access is sequential, date search time is often long. Mathematical topology assumes that geographic feature occur on a two
dimensional plane. Through planer enforcement, special features can be
represented through nodes, edges, sometimes called arcs or polygons.
The special relationship between the features are not retained. All the information Topology is one of the most useful relationships maintained in many special
necessary to draw a map is in a place, but is randomly organised. databases.
It store graphical elements note the graphical entities. Topological data model best reflect the geography of the real world and provide an
effective mathematical foundation for Spacial relationship.
8. What is Database?
• Collection of raw facts and figures is known as data. Data can be represented in the
form of numbers, alphabets and symbols which can be stored in computer’s
language.
• A depository of logically related and similar data are called database.
• An organised collection of related information, so that it can be easily accessed
managed and updated.
• Examples: Dictionary, Airline Database, Student Database, Library.
9. What is Database Management System
(DBMS)?
• The database is a collection of files that contain interrelated information . It has an intended group
of users and a definite application. And accepted features of data in a database is that different
users can share them.
• The database management system is a program that lets the user, add delete and modify records
in the database.
• Hence the database management system is a is a general purpose software that facilitates the
purpose of defining, constructing and manipulating database for different applications.
• A database management system allows the user to deal with data without needing to know how the
data are physically stored and structured in the computers.
• DBMS were used for handling map attribute data, but later for handling digital cartographic data
also. Many DBMS provide a user interface consisting for some sort of formal language.
• A data definition language (DDL) is used to specify which data will be stored in the database
and how they are related.
• A data manipulation language (DML) is used to add, retrieve, update, and delete data in the
database management system.
• A query is often taken as a statement or group of statements in either a DDL or a DML or
both.
10. Explain about the types of DBMS structure.
■ Types of database management system:
1. Hierarchical system
2. Network system
3. Relational system
Hierarchical System:
• It is an inverted list system and follows the approach of IBM IMS (information management
system) software released in 1968 and is still widely used.
• When the data have a parent- child or one to many relations, it is called as hierarchical
model.
• This is widely used in environmental science and soil classification etc. It is the fastest but
the most restrictive for the user.
• Record at a particular level contains data common to a set of records at the next lower
level. There are no connection between records of the same level.
• Each record contains a field defined as the key field, which organised the hierarchy.
• Record of the same type are collected in the file known as elements. Construction of the
hierarchical structure begins with a main object as its top.
Network system:
• In network database system each elements or collection of
like records, has connections to several different level
elements.
• Each entity set with the attribute is considered to be a node
in the network.
• Relationship set are represented as linkages in the form of
pointers between individual entities in different entity sets.
• The elements of the structure may be related through one-
two- many, many to one, many to many connections.
• Links between records of the same type are not allowed in
this model.
Relational systems:
• The concept of relational approach were first set out by Codd in 1970 as
a means of describing data with their natural structure.
• The relational data model is simpler than the hierarchical or network
model because it is similar to flat file.
• Commonly used relational DBMS are ; INFO, ORACLE, Geo Vision and
dBASE- used in PC ARC/ INFO and other PC based GIS.
• A flat fell is the file where each record in the file contains the same data
fields as other records. The value of each field or field may differ and
usually one field is designated as a key field, which is used for locating a
particular record over for sorting the file in a particular order.
• The difference between a flat file and the relational model is that the
relational database can consist of several flat files and each can contain
different attributes associated with the record.
11. Explain Topological
Structures.
■ Topology is the branch of mathematics, based on graph theory. The three basic
topological relationships are as;
1. Connectivity (arc-node topology) :
• Arcs connect to each other at nodes and provide information about
linkages among spatial features.
• Arc node was developed as a convenient way to store information of this
sort. It is used to encode information used in the US Bureau of census
boundary files.
• By tracking all the arcs that meet at any node, the system will come to
know which arcs connect to each other.
2. Area definition (polygon-arc topology) :
• Arcs that connect to surround an area define a Polygon.
• Polygon are defined by a series of XY coordinates that connect to enclose
an area. System like GeoMedia store polygons in this format.
• Through an arc may appear for more than one polygon, each is stored only
once. It ensures that the boundaries of adjacent polygons don’t overlap.
3. Contiguity:
• Arc have direction left
and right polygon.
• Every arc has direction
from node to node. This
direction has been
maintained in the list of
polygons as on the left
and right sides of each
arc. Thus any polygons
sharing a common arc
are adjacent.
■ Object- Oriented Data Model:
The typical database systems are record oriented and
essentially intended for administrative tasks. There are not
particular well suited to representing a conceptual data model
12. Explain
of graphical reality.
Furthermore, geometrical data and attribute data are often
about Object- physically separated, each residing in a separate database.
The methods of file organization discussed above depend
Oriented Data upon the careful description of real world phenomena in term
of their attributes, such as height, weight or age.