Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Vector data model
CONTENTS
• INTRODUCTION
• SPATIAL DATA MODELS
• DATA REPRESENTATION
• VECTOR DATA MODEL
• TYPES OF VECTOR DATA MODELS
• ADVANTAGES AND DISADVANTAGES
• CONCLUSION
• REFERENCE
INTRODUTION
• A Geographic Information System (GIS) is a
system designed to capture, store, manipulate,
analyze, manage, and present all types of
geographical data.
• GIS involves HW/SW, databases and models,
people and processing for decision-making.
• The process is second stage in designing and
implementing a data model.
• At present there are two main approaches in
which computer can handle and display spatial
entities.
• They are the raster and vector approaches.
SPATIAL DATA MODELS
• The traditionally spatial data are stored in the form of digital databases
and presented them in the form of maps.
• Two basic types of spatial data models have been evolved for storing
geographic data digitally.
• These are referred to as
Raster Vector

Recommended for you

Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif

This document discusses geo-referencing and geo-coding. Geo-referencing is the process of aligning raster images and vector data to real-world coordinates so they can be overlaid and analyzed with other geographic data in a GIS. There are two main types: geo-referencing raster images and geo-referencing vector data. Geo-coding involves assigning coordinates to point data, often by matching addresses. While geo-referencing aligns geographic images, geo-coding specifically matches addresses to latitude and longitude coordinates.

Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system

Remote sensing and GIS techniques are useful tools for civil engineering projects. There are several models that can be used to represent the shape of the Earth, including flat, spherical, and ellipsoidal models. The ellipsoidal model is needed for accurate measurements over long distances. A geodetic datum defines the parameters of the reference ellipsoid and the orientation of the coordinate system grid. Common datums include NAD27 and NAD83, and transformations allow conversion between them. Map projections, such as Mercator and UTM, are used to represent the 3D Earth on a 2D surface, inevitably distorting some spatial properties like shape, area, or distance.

projectionscoordinate systemnad27
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation

This document discusses band ratioing, image differencing, and principal and canonical component analysis techniques in remote sensing. Band ratioing involves dividing pixel values in one band by another band to enhance spectral differences. Image differencing calculates differences between images after alignment. Principal component analysis transforms correlated spectral data into fewer uncorrelated bands retaining most information, while canonical component analysis aims to maximize separability of user-defined features. These techniques can help analyze multispectral and hyperspectral remote sensing data.

DATA REPRESENTATION
• GIS data represent real object which can be stored under broad type known as
raster data and vector data.
• Raster data is made up of a matrix of pixels (cells).
• The vector data is made up of points, polygons and lines.
• As compared to the vector data structure, the raster data structure is not
particularly accurate as representing discrete features that is, those feature that
have a distinct boundary and shape.
VECTOR DATA MODELS
 The vector data models use points, their XY co-ordinates to construct
spatial features.
 The vector data models represent geographic features similar to the
ways as maps do.
 Points represent geographic features too small to be depicted as lines
or areas; lines represents geographic features too narrow to depict as
areas; and areas represents homogeneous geographic features.
TYPE OF VECTOR MODELS
• SPAGHETTI MODEL
This is the simplest vector model with one to one translation of the
graphical image on the map as the name suggests these vector files are
simple lines with arbitrary starting and ending points just like
following the path of the single stand of spaghetti through a pile of
spaghetti on one's plate.
PROPERTIES OF SPAGHETTI DATA MODEL
• Point is enclosed as single XY co-ordinate pair.
• Line is encoded as a string of XY co-ordinate pairs.
• Polygon is encoded as a closed loop of XY co-ordinates
that define its boundary.
• The Spaghetti model is a file of spatial data constructed
in this manner is essentially a collection of co-ordinate
strings with no inherent structure-hence the term
spaghetti model.
• Although all the spatial features are recorded the spatial
relationships between these features are not encoded.

Recommended for you

Components of gis
Components of gisComponents of gis
Components of gis

The document discusses the key components of a geographic information system (GIS). It describes the main components as hardware, software, data, people, procedures, and networks. It provides details on each component, including how hardware is used to capture, store and display spatial data; common GIS software and their functions; different types of spatial and attribute data; and how procedures and methods ensure quality. Topological relationships and database models used in GIS are also overviewed.

GIS presentation
GIS presentationGIS presentation
GIS presentation

This document provides an overview of geographical information systems (GIS), including definitions of GIS, its basic principles and components, data types used in GIS (vector and raster), advantages and applications of GIS. Specifically, it defines GIS as a computer system for capturing, storing, analyzing and displaying spatially referenced data. It describes the key principles of data capture, management, analysis and visualization. It outlines the typical hardware, software and data components of a GIS, and differentiates between vector and raster data types. Finally, it discusses advantages like accurate representation and analysis, and applications across different domains.

geographic information systemgis
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS

DEFINITION : GIS is a powerful set of tools for collecting, storing , retrieving at will, transforming and displaying spatial data from the real world for a particular set of purposes APPLICATION AREAS OF GIS Agriculture Business Electric/Gas utilities Environment Forestry Geology Hydrology Land-use planning Local government Mapping 11. Military 12. Risk management 13. Site planning 14. Transportation 15. Water / Waste water industry COMPONENTS OF GIS DATA INPUT SPATIAL DATA MODEL Data Model: It describes in an abstract way how the data is represented in an information system or in DBMS Spatial Data Model : The models or abstractions of reality that are intended to have some similarity with selected aspects of the real world Creation of analogue and digital spatial data sets involves seven levels of model development and abstraction SPATIAL DATA MODEL Conceptual model : A view of reality Analog model : Human conceptualization leads to analogue abstraction Spatial data models : Formalization of analogue abstractions without any conventions Database model : How the data are recorded in the computer Physical computational model : Particular representation of the data structures in computer memory Data manipulation model : Accepted axioms and rules for handling the data SPATIAL DATA MODEL SPATIAL DATA MODEL Objects on the earth surface are shown as continuous and discrete objects in spatial data models Types of data models Raster data model vector data models RASTER DATA MODEL Basic Elements : Extent Rows Columns Origin Orientation Resolution: pixel = grain = grid cell Ex: Bit Map Image (BMP),Joint Photographic Expert Group (JPEG), Portable Network Graphics(PNG) etc RASTER DATA MODEL VECTOR DATA MODEL Basic Elements: Location (x,y) or (x,y,z) Explicit, i.e. pegged to a coordinate system Different coordinate system (and precision) require different values o e.g. UTM as integer (but large) o Lat, long as two floating point numbers +/- Points are used to build more complex features Ex: Auto CAD Drawing File(DWG), Data Interchange(exchange) File(DXF), Vector Product Format (VPF) etc VECTOR DATA MODEL RASTER vs VECTOR Raster is faster but Vector is corrector TESSELLATIONS OF CONTINUOUS FIELDS Triangular Irregular Network: (TIN) TIN is a vector data structure for representing geographical information that is continuous Digital elevation model TIN is generally used to create Digital Elevation Model (DEM) DIGITAL ELEVATION MODEL DATA STRUCTURES Data structure tells about how the data is stored Data organization in raster data structures Each cell is referenced directly Each overlay Is referenced directly Each mapping unit is referenced directly Each overlay is separate file with general header

joint photographic expert group (jpeg)bit map image (bmp)data structure etc
TIN DATA MODEL
• The TIN model creates a network of triangles by storing
the topological relationships of the triangles.
• The fundamental building block of the TIN data is the node.
• Nodes are connected to their nearest neighbors by edges,
according to a set of rules. Left-right topology is associated
with the edges to identify adjacent triangles.
• The TIN creates triangles from a set of points called mass
points, which always become nodes. The user is not
responsible for selecting; all the nodes are added according
to a set of rules.
TIN DATA MODEL
DIFFERENCE BETWEEN VECTOR AND
RASTER DATA MODEL
• Vector Data Model: [data models] A representation of the world using
points, lines, and polygons. Vector models are useful for storing data
that has discrete boundaries, such as country borders, land parcels,
and streets.
• Raster Data Model: [data models] A representation of the world as a
surface divided into a regular grid of cells. Raster models are useful for
storing data that varies continuously, as in an aerial photograph, a
satellite image, a surface of chemical concentrations, or an elevation
surface.
• Both vector and raster data constitute of "latitudes and longitudes",
only. The difference is in the way they are displayed.
• Latitudes and Longitudes in Vector data are displayed in the form of
lines, points, etc.
• Latitudes and Longitudes in Raster data are displayed in the form of
closed shapes where each pixel has a particular latitude and longitude
associated with it.
ADVANTAGES OF VECTOR DATA
• Data can be represented its original resolution and form without
generalization.
• Graphic output is usually more aesthetically pleasing (traditional
cartographic representation).
• Since most data, e.g. hard copy maps, is in vector form no data
conversion is required.
• Accurate geographic location of data is maintained.

Recommended for you

Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS

GIS is a computer system that can assemble, store, manipulate, and display geographic data. It efficiently captures, stores, updates, analyzes and displays geographically referenced information through hardware, software, data and personnel. GIS allows for data capture through various methods, storage of data in both physical and digital forms, manipulation through editing attributes, and analysis to aid in decision making. It has advantages like easily analyzing locations, general purpose problem solving, and mapping. The scope of GIS includes using its functions to find locations of hospitals, schools, businesses, government offices and transportation hubs.

civil engineeringgis
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS

A Geographic Information System (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present spatial or geographic data.

An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007

This document provides an introduction to geographic information systems (GIS). It defines GIS as a collection of hardware, software, and geographic data used to capture, store, analyze and display spatially referenced information. The document gives a brief history of GIS and describes its key components, including spatial data, attribute data, software, and users. It also explains different types of data layers, scales, and four common map types: choropleth, contour, dot, and symbol maps. The overall purpose of the document is to explain the basic concepts and applications of GIS.

michelle goulbournegeographic information systems
DISADVANTAGES OF VECTOR DATA
 The location of each vertex needs to be stored explicitly.
 Algorithms for manipulative and analysis functions are complex and
may be processing intensive. Often, this inherently limits the
functionality for large data sets, e.g. a large number of features.
 Continuous data, such as elevation data, is not effectively represented
in vector form. Usually substantial data generalization or interpolation
is required for these data layers.
 Spatial analysis and filtering within polygons is impossible
• Vector formats are either page definition languages or preserve ground
co-ordinates.
Common vector formats are
• Hardware Specific Formats/ Plotter formats
• PostScript
• Digital Exchange Format (DXF)
• Digital Line Graph (DLG)
• Shapefile
• SVG(Scalable Vector Graphics)
• Arc-Info Coverage
• Arc-Info Interchange (e00)
• GeoDatabase
CONCLUSION
• A data model in Geographic Information Systems is a mathematical
construct for representing geographic objects .
• Integrated raster and vector processing capabilities are most desirable
and provide the greatest flexibility for data manipulation and
interpretation analysis.
• In many respects, vector and raster data models complement each
other and get switched between along the processes of data collection,
observation, analyses, and presentation.
REFERENCS
• Fundamentals of GIS(2007) by:Debashis Chakra borty-Rabi N.Sahoo-
pp70-90.
• Remote sensing and G.I.S & Fundamentals of G.I.S (2000),M.Anji Reddy-
pp:142-143.
• Introduction to G.I.S by: Kang- Tsung Chang –PP:31-53,117-133
• G.I.S Basics (2008) by: Shahab fazal pp:155-203
• www.wikipedia.com
• https://www.highpointnc.gov/gis/raster_v_vector_data.cfm

Recommended for you

Topology in GIS
Topology in GISTopology in GIS
Topology in GIS

Topology refers to the spatial relationships between GIS features or objects. It is important for network routing and maintaining data quality and integrity when features are shared across layers. Geodatabases provide the strongest topological functionality, storing relationships in topology rules and feature classes. The node-arc data model represents the most common topology, with nodes at intersections and endpoints and arcs between nodes forming polygons. Topology allows for analysis without coordinate data but establishing topology is time-consuming.

gis
georeference
georeferencegeoreference
georeference

The document discusses various methods of georeferencing, which is assigning accurate locations to spatial information. The most comprehensive method is using latitude and longitude, which defines locations based on angles from the equator and Greenwich Meridian. However, the Earth's curved surface poses issues for technologies that work with flat maps and data. Therefore, map projections are used to translate locations on the spherical Earth onto flat planes or surfaces, though all projections introduce some distortion. Common projections include cylindrical, conic, and the Universal Transverse Mercator system.

Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors

This document discusses remote sensing platforms and sensors. It describes the different types of orbits used by remote sensing satellites, including low Earth orbit, sun synchronous orbit, and geostationary orbit. It also outlines the various platforms that can be used, such as ground-based, airborne, and space-borne. Finally, it examines the characteristics of remote sensing sensors, including spatial, spectral, radiometric, and temporal resolution.

polarsun synchronousshapes of orbits
Vector data model

More Related Content

What's hot

GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
John Reiser
 
Coordinate systems
Coordinate systemsCoordinate systems
Coordinate systems
Reham Maher El-Safarini
 
gis
gisgis
gis
yaesh
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
KU Leuven
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
Mohsin Siddique
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
sk asadul haque
 
Components of gis
Components of gisComponents of gis
Components of gis
Pramoda Raj
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
arniontech
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
Uday kumar Devalla
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
Fayaz Ahamed A P
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
KU Leuven
 
An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007
Michelle Goulbourne @ DiaMind Health
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
Rohit Kumar
 
georeference
georeferencegeoreference
georeference
Thana Chirapiwat
 
Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors
Uday kumar Devalla
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
Sumant Diwakar
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
Thana Chirapiwat
 
Digital elevation model in GIS
Digital elevation model in GISDigital elevation model in GIS
Digital elevation model in GIS
Prof. A.Balasubramanian
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
KU Leuven
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
Pramoda Raj
 

What's hot (20)

GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Coordinate systems
Coordinate systemsCoordinate systems
Coordinate systems
 
gis
gisgis
gis
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
 
Components of gis
Components of gisComponents of gis
Components of gis
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Functions of GIS
Functions of GISFunctions of GIS
Functions of GIS
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
 
georeference
georeferencegeoreference
georeference
 
Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
Digital elevation model in GIS
Digital elevation model in GISDigital elevation model in GIS
Digital elevation model in GIS
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 

Viewers also liked

Chlorite group of minerals
Chlorite group of mineralsChlorite group of minerals
Chlorite group of minerals
Pramoda Raj
 
Data Models - GIS I
Data Models - GIS IData Models - GIS I
Data Models - GIS I
John Reiser
 
Introduction of photogrammetry
Introduction of photogrammetryIntroduction of photogrammetry
Introduction of photogrammetry
Jayantha Samarasinghe
 
Photogrammetry 1.
Photogrammetry 1.Photogrammetry 1.
Photogrammetry 1.
Naveen Kumar
 
Lecture on photogrammetry
Lecture on photogrammetryLecture on photogrammetry
Lecture on photogrammetry
Waleed Liaqat
 
Lecture 1-aerial photogrammetry
Lecture 1-aerial photogrammetryLecture 1-aerial photogrammetry
Lecture 1-aerial photogrammetry
Vidhi Khokhani
 
Raster data model
Raster data modelRaster data model
Raster data model
Sumant Diwakar
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
Shawana Khan
 
Rastar Capabilities
Rastar CapabilitiesRastar Capabilities
Rastar Capabilities
bsattree
 
About rastar games, v1.8
About rastar games, v1.8About rastar games, v1.8
About rastar games, v1.8
Frank Guo 郭智宇
 
Bb geodatabase
Bb geodatabaseBb geodatabase
Bb geodatabase
Davinsworth09
 
datamodel_vector
datamodel_vectordatamodel_vector
datamodel_vector
Riya Gupta
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
Kaium Chowdhury
 
Tours les jours2
Tours les jours2Tours les jours2
Tours les jours2
chanpinqi
 
Chemical bonding
Chemical bondingChemical bonding
Chemical bonding
Pramoda Raj
 
raster data model
raster data modelraster data model
raster data model
Riya Gupta
 
GIS & Raster
GIS & RasterGIS & Raster
GIS & Raster
guestff64339
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
Seraphic Nazir
 
GIS fundamentals - raster
GIS fundamentals - rasterGIS fundamentals - raster
GIS fundamentals - raster
Hans van der Kwast
 
GIS fundamentals - vector
GIS fundamentals - vectorGIS fundamentals - vector
GIS fundamentals - vector
Hans van der Kwast
 

Viewers also liked (20)

Chlorite group of minerals
Chlorite group of mineralsChlorite group of minerals
Chlorite group of minerals
 
Data Models - GIS I
Data Models - GIS IData Models - GIS I
Data Models - GIS I
 
Introduction of photogrammetry
Introduction of photogrammetryIntroduction of photogrammetry
Introduction of photogrammetry
 
Photogrammetry 1.
Photogrammetry 1.Photogrammetry 1.
Photogrammetry 1.
 
Lecture on photogrammetry
Lecture on photogrammetryLecture on photogrammetry
Lecture on photogrammetry
 
Lecture 1-aerial photogrammetry
Lecture 1-aerial photogrammetryLecture 1-aerial photogrammetry
Lecture 1-aerial photogrammetry
 
Raster data model
Raster data modelRaster data model
Raster data model
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
 
Rastar Capabilities
Rastar CapabilitiesRastar Capabilities
Rastar Capabilities
 
About rastar games, v1.8
About rastar games, v1.8About rastar games, v1.8
About rastar games, v1.8
 
Bb geodatabase
Bb geodatabaseBb geodatabase
Bb geodatabase
 
datamodel_vector
datamodel_vectordatamodel_vector
datamodel_vector
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
 
Tours les jours2
Tours les jours2Tours les jours2
Tours les jours2
 
Chemical bonding
Chemical bondingChemical bonding
Chemical bonding
 
raster data model
raster data modelraster data model
raster data model
 
GIS & Raster
GIS & RasterGIS & Raster
GIS & Raster
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
GIS fundamentals - raster
GIS fundamentals - rasterGIS fundamentals - raster
GIS fundamentals - raster
 
GIS fundamentals - vector
GIS fundamentals - vectorGIS fundamentals - vector
GIS fundamentals - vector
 

Similar to Vector data model

Gis basic
Gis basicGis basic
Gis basic
Mahbubul Hassan
 
Data Models.pptx
Data Models.pptxData Models.pptx
Data Models.pptx
ElijahEmmanuel6
 
Geospatial Database.pptx
Geospatial Database.pptxGeospatial Database.pptx
Geospatial Database.pptx
MariamKariam1
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
University of Colombo
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
Al Nahian Avro
 
28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf
WaliEdwardian1
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
RamMishra65
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
RamMishra65
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
Ashok Peddi
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
Prof. A.Balasubramanian
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
Rahul Kumar
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
jatinbagale2610
 
Gis functions
Gis functionsGis functions
Gis functions
Shah Naseer
 
Geospatial Data ppt.pptx
Geospatial Data ppt.pptxGeospatial Data ppt.pptx
Geospatial Data ppt.pptx
Dhanya184890
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
John Lanser
 
Applied GIS - 3022.pptx
Applied GIS - 3022.pptxApplied GIS - 3022.pptx
Applied GIS - 3022.pptx
temesgenabebe1
 
Au 2007 It’S Not Cad To Gis Final
Au 2007   It’S Not Cad To Gis FinalAu 2007   It’S Not Cad To Gis Final
Au 2007 It’S Not Cad To Gis Final
Richard Chappell, GISP
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
WageYado
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
WageYado
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Kamrul Islam Karim
 

Similar to Vector data model (20)

Gis basic
Gis basicGis basic
Gis basic
 
Data Models.pptx
Data Models.pptxData Models.pptx
Data Models.pptx
 
Geospatial Database.pptx
Geospatial Database.pptxGeospatial Database.pptx
Geospatial Database.pptx
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
 
28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
 
Gis functions
Gis functionsGis functions
Gis functions
 
Geospatial Data ppt.pptx
Geospatial Data ppt.pptxGeospatial Data ppt.pptx
Geospatial Data ppt.pptx
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
 
Applied GIS - 3022.pptx
Applied GIS - 3022.pptxApplied GIS - 3022.pptx
Applied GIS - 3022.pptx
 
Au 2007 It’S Not Cad To Gis Final
Au 2007   It’S Not Cad To Gis FinalAu 2007   It’S Not Cad To Gis Final
Au 2007 It’S Not Cad To Gis Final
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 

More from Pramoda Raj

Aerial photography.pptx
Aerial photography.pptxAerial photography.pptx
Aerial photography.pptx
Pramoda Raj
 
Siwalik- Stratigraphy
Siwalik- StratigraphySiwalik- Stratigraphy
Siwalik- Stratigraphy
Pramoda Raj
 
Hydrogeology
HydrogeologyHydrogeology
Hydrogeology
Pramoda Raj
 
Waves and their significance
Waves and their significanceWaves and their significance
Waves and their significance
Pramoda Raj
 
coastal erosion
coastal erosioncoastal erosion
coastal erosion
Pramoda Raj
 
Karst topography
Karst topographyKarst topography
Karst topography
Pramoda Raj
 
Glacial processes and their land forms.
Glacial processes and their land forms.Glacial processes and their land forms.
Glacial processes and their land forms.
Pramoda Raj
 
Dams
Dams Dams
Upsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternUpsc geologist syllabus exam pattern
Upsc geologist syllabus exam pattern
Pramoda Raj
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
Pramoda Raj
 
Disaster Management System in India - Notes
Disaster Management System in India - Notes Disaster Management System in India - Notes
Disaster Management System in India - Notes
Pramoda Raj
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
Pramoda Raj
 
Disaster management system in India
Disaster management system in IndiaDisaster management system in India
Disaster management system in India
Pramoda Raj
 
International organizations in disaster management
International organizations in disaster managementInternational organizations in disaster management
International organizations in disaster management
Pramoda Raj
 
Geological factor for canal alignment
Geological factor for canal alignmentGeological factor for canal alignment
Geological factor for canal alignment
Pramoda Raj
 
Major extinction events
Major extinction eventsMajor extinction events
Major extinction events
Pramoda Raj
 
Coastal erosion and engineering aspect
Coastal erosion and engineering aspectCoastal erosion and engineering aspect
Coastal erosion and engineering aspect
Pramoda Raj
 
Geotextiles
GeotextilesGeotextiles
Geotextiles
Pramoda Raj
 
Hazard mapping
Hazard mappingHazard mapping
Hazard mapping
Pramoda Raj
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniques
Pramoda Raj
 

More from Pramoda Raj (20)

Aerial photography.pptx
Aerial photography.pptxAerial photography.pptx
Aerial photography.pptx
 
Siwalik- Stratigraphy
Siwalik- StratigraphySiwalik- Stratigraphy
Siwalik- Stratigraphy
 
Hydrogeology
HydrogeologyHydrogeology
Hydrogeology
 
Waves and their significance
Waves and their significanceWaves and their significance
Waves and their significance
 
coastal erosion
coastal erosioncoastal erosion
coastal erosion
 
Karst topography
Karst topographyKarst topography
Karst topography
 
Glacial processes and their land forms.
Glacial processes and their land forms.Glacial processes and their land forms.
Glacial processes and their land forms.
 
Dams
Dams Dams
Dams
 
Upsc geologist syllabus exam pattern
Upsc geologist syllabus exam patternUpsc geologist syllabus exam pattern
Upsc geologist syllabus exam pattern
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
 
Disaster Management System in India - Notes
Disaster Management System in India - Notes Disaster Management System in India - Notes
Disaster Management System in India - Notes
 
Role of non government organizations in disaster management
Role of non government organizations in disaster managementRole of non government organizations in disaster management
Role of non government organizations in disaster management
 
Disaster management system in India
Disaster management system in IndiaDisaster management system in India
Disaster management system in India
 
International organizations in disaster management
International organizations in disaster managementInternational organizations in disaster management
International organizations in disaster management
 
Geological factor for canal alignment
Geological factor for canal alignmentGeological factor for canal alignment
Geological factor for canal alignment
 
Major extinction events
Major extinction eventsMajor extinction events
Major extinction events
 
Coastal erosion and engineering aspect
Coastal erosion and engineering aspectCoastal erosion and engineering aspect
Coastal erosion and engineering aspect
 
Geotextiles
GeotextilesGeotextiles
Geotextiles
 
Hazard mapping
Hazard mappingHazard mapping
Hazard mapping
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniques
 

Recently uploaded

Delegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use CasesDelegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use Cases
Celine George
 
Front Desk Management in the Odoo 17 ERP
Front Desk  Management in the Odoo 17 ERPFront Desk  Management in the Odoo 17 ERP
Front Desk Management in the Odoo 17 ERP
Celine George
 
How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17
Celine George
 
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdfARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
DharmarajPawar
 
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISINGSYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
Dr Vijay Vishwakarma
 
L1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 interventionL1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 intervention
RHODAJANEAURESTILA
 
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Neny Isharyanti
 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
Celine George
 
Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
CapitolTechU
 
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
anjaliinfosec
 
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
PECB
 
Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9
John Rodzvilla
 
Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...
Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...
Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...
Murugan Solaiyappan
 
Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024
Elizabeth Walsh
 
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptxFinal_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
shimeathdelrosario1
 
Final ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdfFinal ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdf
Zuzana Mészárosová
 
2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference
KlettWorldLanguages
 
Conducting exciting academic research in Computer Science
Conducting exciting academic research in Computer ScienceConducting exciting academic research in Computer Science
Conducting exciting academic research in Computer Science
Abhik Roychoudhury
 
"DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ...
"DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ..."DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ...
"DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ...
thanhluan21
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
Nguyen Thanh Tu Collection
 

Recently uploaded (20)

Delegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use CasesDelegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use Cases
 
Front Desk Management in the Odoo 17 ERP
Front Desk  Management in the Odoo 17 ERPFront Desk  Management in the Odoo 17 ERP
Front Desk Management in the Odoo 17 ERP
 
How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17
 
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdfARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
 
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISINGSYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
SYBCOM SEM III UNIT 1 INTRODUCTION TO ADVERTISING
 
L1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 interventionL1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 intervention
 
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
 
Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
 
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
Beginner's Guide to Bypassing Falco Container Runtime Security in Kubernetes ...
 
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
 
Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9Beyond the Advance Presentation for By the Book 9
Beyond the Advance Presentation for By the Book 9
 
Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...
Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...
Lecture_Notes_Unit4_Chapter_8_9_10_RDBMS for the students affiliated by alaga...
 
Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024Howe Writing Center - Orientation Summer 2024
Howe Writing Center - Orientation Summer 2024
 
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptxFinal_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
Final_SD_Session3_Ferriols, Ador Dionisio, Fajardo.pptx
 
Final ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdfFinal ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdf
 
2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference
 
Conducting exciting academic research in Computer Science
Conducting exciting academic research in Computer ScienceConducting exciting academic research in Computer Science
Conducting exciting academic research in Computer Science
 
"DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ...
"DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ..."DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ...
"DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY ...
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
 

Vector data model

  • 2. CONTENTS • INTRODUCTION • SPATIAL DATA MODELS • DATA REPRESENTATION • VECTOR DATA MODEL • TYPES OF VECTOR DATA MODELS • ADVANTAGES AND DISADVANTAGES • CONCLUSION • REFERENCE
  • 3. INTRODUTION • A Geographic Information System (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types of geographical data. • GIS involves HW/SW, databases and models, people and processing for decision-making. • The process is second stage in designing and implementing a data model. • At present there are two main approaches in which computer can handle and display spatial entities. • They are the raster and vector approaches.
  • 4. SPATIAL DATA MODELS • The traditionally spatial data are stored in the form of digital databases and presented them in the form of maps. • Two basic types of spatial data models have been evolved for storing geographic data digitally. • These are referred to as Raster Vector
  • 5. DATA REPRESENTATION • GIS data represent real object which can be stored under broad type known as raster data and vector data. • Raster data is made up of a matrix of pixels (cells). • The vector data is made up of points, polygons and lines. • As compared to the vector data structure, the raster data structure is not particularly accurate as representing discrete features that is, those feature that have a distinct boundary and shape.
  • 6. VECTOR DATA MODELS  The vector data models use points, their XY co-ordinates to construct spatial features.  The vector data models represent geographic features similar to the ways as maps do.  Points represent geographic features too small to be depicted as lines or areas; lines represents geographic features too narrow to depict as areas; and areas represents homogeneous geographic features.
  • 7. TYPE OF VECTOR MODELS • SPAGHETTI MODEL This is the simplest vector model with one to one translation of the graphical image on the map as the name suggests these vector files are simple lines with arbitrary starting and ending points just like following the path of the single stand of spaghetti through a pile of spaghetti on one's plate.
  • 8. PROPERTIES OF SPAGHETTI DATA MODEL • Point is enclosed as single XY co-ordinate pair. • Line is encoded as a string of XY co-ordinate pairs. • Polygon is encoded as a closed loop of XY co-ordinates that define its boundary. • The Spaghetti model is a file of spatial data constructed in this manner is essentially a collection of co-ordinate strings with no inherent structure-hence the term spaghetti model. • Although all the spatial features are recorded the spatial relationships between these features are not encoded.
  • 9. TIN DATA MODEL • The TIN model creates a network of triangles by storing the topological relationships of the triangles. • The fundamental building block of the TIN data is the node. • Nodes are connected to their nearest neighbors by edges, according to a set of rules. Left-right topology is associated with the edges to identify adjacent triangles. • The TIN creates triangles from a set of points called mass points, which always become nodes. The user is not responsible for selecting; all the nodes are added according to a set of rules.
  • 11. DIFFERENCE BETWEEN VECTOR AND RASTER DATA MODEL • Vector Data Model: [data models] A representation of the world using points, lines, and polygons. Vector models are useful for storing data that has discrete boundaries, such as country borders, land parcels, and streets. • Raster Data Model: [data models] A representation of the world as a surface divided into a regular grid of cells. Raster models are useful for storing data that varies continuously, as in an aerial photograph, a satellite image, a surface of chemical concentrations, or an elevation surface. • Both vector and raster data constitute of "latitudes and longitudes", only. The difference is in the way they are displayed. • Latitudes and Longitudes in Vector data are displayed in the form of lines, points, etc. • Latitudes and Longitudes in Raster data are displayed in the form of closed shapes where each pixel has a particular latitude and longitude associated with it.
  • 12. ADVANTAGES OF VECTOR DATA • Data can be represented its original resolution and form without generalization. • Graphic output is usually more aesthetically pleasing (traditional cartographic representation). • Since most data, e.g. hard copy maps, is in vector form no data conversion is required. • Accurate geographic location of data is maintained.
  • 13. DISADVANTAGES OF VECTOR DATA  The location of each vertex needs to be stored explicitly.  Algorithms for manipulative and analysis functions are complex and may be processing intensive. Often, this inherently limits the functionality for large data sets, e.g. a large number of features.  Continuous data, such as elevation data, is not effectively represented in vector form. Usually substantial data generalization or interpolation is required for these data layers.  Spatial analysis and filtering within polygons is impossible
  • 14. • Vector formats are either page definition languages or preserve ground co-ordinates. Common vector formats are • Hardware Specific Formats/ Plotter formats • PostScript • Digital Exchange Format (DXF) • Digital Line Graph (DLG) • Shapefile • SVG(Scalable Vector Graphics) • Arc-Info Coverage • Arc-Info Interchange (e00) • GeoDatabase
  • 15. CONCLUSION • A data model in Geographic Information Systems is a mathematical construct for representing geographic objects . • Integrated raster and vector processing capabilities are most desirable and provide the greatest flexibility for data manipulation and interpretation analysis. • In many respects, vector and raster data models complement each other and get switched between along the processes of data collection, observation, analyses, and presentation.
  • 16. REFERENCS • Fundamentals of GIS(2007) by:Debashis Chakra borty-Rabi N.Sahoo- pp70-90. • Remote sensing and G.I.S & Fundamentals of G.I.S (2000),M.Anji Reddy- pp:142-143. • Introduction to G.I.S by: Kang- Tsung Chang –PP:31-53,117-133 • G.I.S Basics (2008) by: Shahab fazal pp:155-203 • www.wikipedia.com • https://www.highpointnc.gov/gis/raster_v_vector_data.cfm