SlideShare ist ein Scribd-Unternehmen logo
1 von 24
 Three fundamental vector types exist in
geographic information systems (GISs): points,
lines, and polygons Points are zero-dimensional
objects that contain only a single coordinate
pair. Points are typically used to model singular,
discrete features such as buildings, wells, power
poles, sample locations, and so forth. Points
have only the property of location. Other types
of point features include the node and
the vertex. Specifically, a point is a stand-alone
feature, while a node is a topological junction
representing a common X, Y coordinate pair
between intersecting lines and/or polygons.
Vertices are defined as each bend along a line or
polygon feature that is not the intersection of
lines or polygons.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 Points can be spatially linked to form more
complex features. Lines are one-dimensional
features composed of multiple, explicitly
connected points. Lines are used to represent
linear features such as roads, streams, faults,
boundaries, and so forth. Lines have the
property of length. Lines that directly connect
two nodes are sometimes referred to as chains,
edges, segments, or arcs.
 Polygons are two-dimensional features created
by multiple lines that loop back to create a
“closed” feature. In the case of polygons, the
first coordinate pair (point) on the first line
segment is the same as the last coordinate pair
on the last line segment. Polygons are used to
represent features such as city boundaries,
geologic formations, lakes, soil associations,
vegetation communities, and so forth. Polygons
have the properties of area and perimeter.
Polygons are also called areas.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 he simplest vector data structure is called
the spaghetti data model
 In the spaghetti model, each point, line, and/or
polygon feature is represented as a string of X, Y
coordinate pairs (or as a single X, Y coordinate pair in
the case of a vector image with a single point) with
no inherent structure One could envision each line in
this model to be a single strand of spaghetti that is
formed into complex shapes by the addition of more
and more strands of spaghetti. It is notable that in
this model, any polygons that lie adjacent to each
other must be made up of their own lines, or stands
of spaghetti. In other words, each polygon must be
uniquely defined by its own set of X, Y coordinate
pairs, even if the adjacent polygons share the exact
same boundary information. This creates some
redundancies within the data model and therefore
reduces efficiency.D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 the topological data model is characterized by the
inclusion of topological information within the
dataset, as the name implies. Topology is a set of
rules that model the relationships between
neighboring points, lines, and polygons and
determines how they share geometry. For example,
consider two adjacent polygons. In the spaghetti
model, the shared boundary of two neighboring
polygons is defined as two separate, identical lines.
The inclusion of topology into the data model allows
for a single line to represent this shared boundary
with an explicit reference to denote which side of
the line belongs with which polygon. Topology is also
concerned with preserving spatial properties when
the forms are bent, stretched, or placed under
similar geometric transformations, which allows for
more efficient projection and reprojection of map
files.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 Three basic topological precepts that are
necessary to understand the topological data
model are outlined here.
First, connectivity describes the arc-node
topology for the feature dataset. As
discussed previously, nodes are more than
simple points. In the topological data model,
nodes are the intersection points where two
or more arcs meet. In the case of arc-node
topology, arcs have both a from-node (i.e.,
starting node) indicating where the arc
begins and a to-node (i.e., ending node)
indicating where the arc ends
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 In addition, between each node pair is a line
segment, sometimes called a link, which has its
own identification number and references both
its from-node and to-node.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 The second basic topological precept is area
definition. Area definition states that an arc
that connects to surround an area defines a
polygon, also called polygon-arc topology. In
the case of polygon-arc topology, arcs are
used to construct polygons, and each arc is
stored only once (Figure 4.11 "Polygon-Arc
Topology"). This results in a reduction in the
amount of data stored and ensures that
adjacent polygon boundaries do not overlap.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 Contiguity, the third topological precept, is
based on the concept that polygons that share a
boundary are deemed adjacent. Specifically,
polygon topology requires that all arcs in a
polygon have a direction (a from-node and a to-
node), which allows adjacency information to be
determined
 Polygons that share an arc are deemed adjacent,
or contiguous, and therefore the “left” and
“right” side of each arc can be defined. This left
and right polygon information is stored explicitly
within the attribute information of the
topological data model. The “universe polygon”
is an essential component of polygon topology
that represents the external area located
outside of the study area.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 A shapefile is a nontopological data structure
that does not explicitly store topological
relationships. However, unlike other simple
graphic data structures, shapefile polygons are
represented by one or more rings. A ring is a
closed, non-self-intersecting loop. This
structure can represent complex structures,
such as polygons, that contain "islands." The
vertices of a ring maintain a consistent,
clockwise order so that the area to the right,
as one "walks" along the ring boundary, is
inside the polygon, and the area to the left is
outside the polygon.
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
 Moreover, polygon features in shapefile format can contain
one or more parts, so that disjunct and overlapping
features can be represented. For example, an individual
parcel that is split by a road can be represented
alternatively as two separate polygons with two rings and
two records in the attribute table or as one polygon with
two parts and one record in the attribute table. A source
of confusion for some users is that some ArcView GIS
commands can result in spatially disjunct, multipart
features.
 A primary advantage of shapefiles is that this simple file
structure draws faster than a coverage does. This may be
why the shapefile data structure was developed for
ArcView GIS, a software program that was originally
designed for data viewing rather than analysis. In
addition, shapefiles can easily be copied and do not
require importing or exporting as do .e00 format files. The
shapefile specification is readily available, and a number
of other software packages support it. These reasons have
contributed to the emergence of the shapefile as a leading
GIS data transfer standard. However, these advantages do
not fully explain the resurgence of a nontopological data
structure.D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad
D. Naresh Kumar St. Martin's Engineering Collge-
Secunderabad

Weitere ähnliche Inhalte

Was ist angesagt?

Digital image processing 1
Digital  image processing 1Digital  image processing 1
Digital image processing 1Dhaval Jalalpara
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial dataRahul Kumar
 
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).Uday Kumar Shil
 
Raster data model
Raster data modelRaster data model
Raster data modelPramoda Raj
 
Digital image processing and interpretation
Digital image processing and interpretationDigital image processing and interpretation
Digital image processing and interpretationP.K. Mani
 
Understanding Coordinate Systems and Projections for ArcGIS
Understanding Coordinate Systems and Projections for ArcGISUnderstanding Coordinate Systems and Projections for ArcGIS
Understanding Coordinate Systems and Projections for ArcGISJohn Schaeffer
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data modelCalcutta University
 
Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolutionPramoda Raj
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsUroosa Samman
 
QUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISQUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISDEVANG KAPADIA
 
spectral characteristics of water
spectral characteristics of waterspectral characteristics of water
spectral characteristics of waterDhwaj kumar
 

Was ist angesagt? (20)

Historical Development of Photogrammetry
Historical Development of PhotogrammetryHistorical Development of Photogrammetry
Historical Development of Photogrammetry
 
GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
Digital image processing 1
Digital  image processing 1Digital  image processing 1
Digital image processing 1
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
 
DTM
DTMDTM
DTM
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
Digitalcartography
DigitalcartographyDigitalcartography
Digitalcartography
 
datum
datumdatum
datum
 
Gis functions
Gis functionsGis functions
Gis functions
 
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
 
Gis georeference
Gis georeferenceGis georeference
Gis georeference
 
Raster data model
Raster data modelRaster data model
Raster data model
 
Digital image processing and interpretation
Digital image processing and interpretationDigital image processing and interpretation
Digital image processing and interpretation
 
Understanding Coordinate Systems and Projections for ArcGIS
Understanding Coordinate Systems and Projections for ArcGISUnderstanding Coordinate Systems and Projections for ArcGIS
Understanding Coordinate Systems and Projections for ArcGIS
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data model
 
Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolution
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
QUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISQUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GIS
 
spectral characteristics of water
spectral characteristics of waterspectral characteristics of water
spectral characteristics of water
 

Ähnlich wie Vector data model

Data input and transformation
Data input and transformationData input and transformation
Data input and transformationMohsin Siddique
 
23. Advanced Datatypes and New Application in DBMS
23. Advanced Datatypes and New Application in DBMS23. Advanced Datatypes and New Application in DBMS
23. Advanced Datatypes and New Application in DBMSkoolkampus
 
Geospatial Database.pptx
Geospatial Database.pptxGeospatial Database.pptx
Geospatial Database.pptxMariamKariam1
 
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET Journal
 
Data Models - GIS I
Data Models - GIS IData Models - GIS I
Data Models - GIS IJohn Reiser
 
Lect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gisLect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gisRehana Jamal
 
Graceful labelings
Graceful labelingsGraceful labelings
Graceful labelingsradhikamathy
 
Shortest route finding using an object oriented database approach
Shortest route finding using an object oriented database approachShortest route finding using an object oriented database approach
Shortest route finding using an object oriented database approachAlexander Decker
 
2017 sarstedtetal. handbookof_marketresearch
2017 sarstedtetal. handbookof_marketresearch2017 sarstedtetal. handbookof_marketresearch
2017 sarstedtetal. handbookof_marketresearchssuser08046e
 
ModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
ModelingOfUnsegmentedCloudPointData-RP-SanjayShuklaModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
ModelingOfUnsegmentedCloudPointData-RP-SanjayShuklaSanjay Shukla
 

Ähnlich wie Vector data model (20)

Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
 
Mujungi Davis
Mujungi DavisMujungi Davis
Mujungi Davis
 
Mujungi Davis
Mujungi DavisMujungi Davis
Mujungi Davis
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformation
 
23. Advanced Datatypes and New Application in DBMS
23. Advanced Datatypes and New Application in DBMS23. Advanced Datatypes and New Application in DBMS
23. Advanced Datatypes and New Application in DBMS
 
Geospatial Database.pptx
Geospatial Database.pptxGeospatial Database.pptx
Geospatial Database.pptx
 
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
 
Data Models - GIS I
Data Models - GIS IData Models - GIS I
Data Models - GIS I
 
Ch23
Ch23Ch23
Ch23
 
Lect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gisLect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gis
 
Unit III - Topology.pptx
Unit III - Topology.pptxUnit III - Topology.pptx
Unit III - Topology.pptx
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Graceful labelings
Graceful labelingsGraceful labelings
Graceful labelings
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
 
Ijcatr04051012
Ijcatr04051012Ijcatr04051012
Ijcatr04051012
 
Shortest route finding using an object oriented database approach
Shortest route finding using an object oriented database approachShortest route finding using an object oriented database approach
Shortest route finding using an object oriented database approach
 
2017 sarstedtetal. handbookof_marketresearch
2017 sarstedtetal. handbookof_marketresearch2017 sarstedtetal. handbookof_marketresearch
2017 sarstedtetal. handbookof_marketresearch
 
ModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
ModelingOfUnsegmentedCloudPointData-RP-SanjayShuklaModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
ModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 

Mehr von Naresh Kumar

Cement Chemical admixtures
Cement Chemical admixturesCement Chemical admixtures
Cement Chemical admixturesNaresh Kumar
 
GGBS Cement addmixtures
GGBS Cement addmixturesGGBS Cement addmixtures
GGBS Cement addmixturesNaresh Kumar
 
Cement, Cement manufacturing, Types of cement
Cement, Cement manufacturing, Types of cementCement, Cement manufacturing, Types of cement
Cement, Cement manufacturing, Types of cementNaresh Kumar
 
Wood structure as a Building material
Wood structure as a Building materialWood structure as a Building material
Wood structure as a Building materialNaresh Kumar
 
Stones dressing as a Building material and construction
Stones dressing as a Building material and constructionStones dressing as a Building material and construction
Stones dressing as a Building material and constructionNaresh Kumar
 
Manufacturing of bricks for masonry construction method and process
Manufacturing of bricks for masonry construction method and processManufacturing of bricks for masonry construction method and process
Manufacturing of bricks for masonry construction method and processNaresh Kumar
 
Building stones quarrying
Building stones quarryingBuilding stones quarrying
Building stones quarryingNaresh Kumar
 
Carona Virus Disease 2019
Carona Virus Disease 2019Carona Virus Disease 2019
Carona Virus Disease 2019Naresh Kumar
 
Unsteady radial flow in a confined aquifer Nonequilibrium well pumping equation
Unsteady radial flow in a confined aquifer Nonequilibrium well pumping equationUnsteady radial flow in a confined aquifer Nonequilibrium well pumping equation
Unsteady radial flow in a confined aquifer Nonequilibrium well pumping equationNaresh Kumar
 
Groundwater occurrence Vertical distribution of groundwater
Groundwater occurrence Vertical distribution of groundwaterGroundwater occurrence Vertical distribution of groundwater
Groundwater occurrence Vertical distribution of groundwaterNaresh Kumar
 
Groundwater movement Hydraulics, Darcy's law
Groundwater movement Hydraulics, Darcy's lawGroundwater movement Hydraulics, Darcy's law
Groundwater movement Hydraulics, Darcy's lawNaresh Kumar
 
Geographical information system
Geographical information systemGeographical information system
Geographical information systemNaresh Kumar
 
Coordinate system Geographical coordinate system
Coordinate system Geographical coordinate systemCoordinate system Geographical coordinate system
Coordinate system Geographical coordinate systemNaresh Kumar
 
W ell construction drilling equipment used for well construction
W ell construction drilling equipment used for well constructionW ell construction drilling equipment used for well construction
W ell construction drilling equipment used for well constructionNaresh Kumar
 
Groundwater occurrence, Rock properties affecting groundwater, Soil classific...
Groundwater occurrence, Rock properties affecting groundwater, Soil classific...Groundwater occurrence, Rock properties affecting groundwater, Soil classific...
Groundwater occurrence, Rock properties affecting groundwater, Soil classific...Naresh Kumar
 
Subsurface investigation of groundwater
Subsurface investigation of groundwater Subsurface investigation of groundwater
Subsurface investigation of groundwater Naresh Kumar
 
Aerial photographs
Aerial photographsAerial photographs
Aerial photographsNaresh Kumar
 

Mehr von Naresh Kumar (20)

Cement Chemical admixtures
Cement Chemical admixturesCement Chemical admixtures
Cement Chemical admixtures
 
GGBS Cement addmixtures
GGBS Cement addmixturesGGBS Cement addmixtures
GGBS Cement addmixtures
 
Cement, Cement manufacturing, Types of cement
Cement, Cement manufacturing, Types of cementCement, Cement manufacturing, Types of cement
Cement, Cement manufacturing, Types of cement
 
Wood structure as a Building material
Wood structure as a Building materialWood structure as a Building material
Wood structure as a Building material
 
Stones dressing as a Building material and construction
Stones dressing as a Building material and constructionStones dressing as a Building material and construction
Stones dressing as a Building material and construction
 
Manufacturing of bricks for masonry construction method and process
Manufacturing of bricks for masonry construction method and processManufacturing of bricks for masonry construction method and process
Manufacturing of bricks for masonry construction method and process
 
Gi sheet
Gi sheetGi sheet
Gi sheet
 
Building stones quarrying
Building stones quarryingBuilding stones quarrying
Building stones quarrying
 
Building stones
Building stonesBuilding stones
Building stones
 
Carona Virus Disease 2019
Carona Virus Disease 2019Carona Virus Disease 2019
Carona Virus Disease 2019
 
Unsteady radial flow in a confined aquifer Nonequilibrium well pumping equation
Unsteady radial flow in a confined aquifer Nonequilibrium well pumping equationUnsteady radial flow in a confined aquifer Nonequilibrium well pumping equation
Unsteady radial flow in a confined aquifer Nonequilibrium well pumping equation
 
Groundwater occurrence Vertical distribution of groundwater
Groundwater occurrence Vertical distribution of groundwaterGroundwater occurrence Vertical distribution of groundwater
Groundwater occurrence Vertical distribution of groundwater
 
Groundwater movement Hydraulics, Darcy's law
Groundwater movement Hydraulics, Darcy's lawGroundwater movement Hydraulics, Darcy's law
Groundwater movement Hydraulics, Darcy's law
 
Geographical information system
Geographical information systemGeographical information system
Geographical information system
 
Coordinate system Geographical coordinate system
Coordinate system Geographical coordinate systemCoordinate system Geographical coordinate system
Coordinate system Geographical coordinate system
 
W ell construction drilling equipment used for well construction
W ell construction drilling equipment used for well constructionW ell construction drilling equipment used for well construction
W ell construction drilling equipment used for well construction
 
Groundwater occurrence, Rock properties affecting groundwater, Soil classific...
Groundwater occurrence, Rock properties affecting groundwater, Soil classific...Groundwater occurrence, Rock properties affecting groundwater, Soil classific...
Groundwater occurrence, Rock properties affecting groundwater, Soil classific...
 
Subsurface investigation of groundwater
Subsurface investigation of groundwater Subsurface investigation of groundwater
Subsurface investigation of groundwater
 
Aerial photographs
Aerial photographsAerial photographs
Aerial photographs
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 

Kürzlich hochgeladen

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 

Kürzlich hochgeladen (20)

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 

Vector data model

  • 1.
  • 2.  Three fundamental vector types exist in geographic information systems (GISs): points, lines, and polygons Points are zero-dimensional objects that contain only a single coordinate pair. Points are typically used to model singular, discrete features such as buildings, wells, power poles, sample locations, and so forth. Points have only the property of location. Other types of point features include the node and the vertex. Specifically, a point is a stand-alone feature, while a node is a topological junction representing a common X, Y coordinate pair between intersecting lines and/or polygons. Vertices are defined as each bend along a line or polygon feature that is not the intersection of lines or polygons. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 3. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 4.  Points can be spatially linked to form more complex features. Lines are one-dimensional features composed of multiple, explicitly connected points. Lines are used to represent linear features such as roads, streams, faults, boundaries, and so forth. Lines have the property of length. Lines that directly connect two nodes are sometimes referred to as chains, edges, segments, or arcs.  Polygons are two-dimensional features created by multiple lines that loop back to create a “closed” feature. In the case of polygons, the first coordinate pair (point) on the first line segment is the same as the last coordinate pair on the last line segment. Polygons are used to represent features such as city boundaries, geologic formations, lakes, soil associations, vegetation communities, and so forth. Polygons have the properties of area and perimeter. Polygons are also called areas. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 5.  he simplest vector data structure is called the spaghetti data model  In the spaghetti model, each point, line, and/or polygon feature is represented as a string of X, Y coordinate pairs (or as a single X, Y coordinate pair in the case of a vector image with a single point) with no inherent structure One could envision each line in this model to be a single strand of spaghetti that is formed into complex shapes by the addition of more and more strands of spaghetti. It is notable that in this model, any polygons that lie adjacent to each other must be made up of their own lines, or stands of spaghetti. In other words, each polygon must be uniquely defined by its own set of X, Y coordinate pairs, even if the adjacent polygons share the exact same boundary information. This creates some redundancies within the data model and therefore reduces efficiency.D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 6. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 7.  the topological data model is characterized by the inclusion of topological information within the dataset, as the name implies. Topology is a set of rules that model the relationships between neighboring points, lines, and polygons and determines how they share geometry. For example, consider two adjacent polygons. In the spaghetti model, the shared boundary of two neighboring polygons is defined as two separate, identical lines. The inclusion of topology into the data model allows for a single line to represent this shared boundary with an explicit reference to denote which side of the line belongs with which polygon. Topology is also concerned with preserving spatial properties when the forms are bent, stretched, or placed under similar geometric transformations, which allows for more efficient projection and reprojection of map files. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 8.  Three basic topological precepts that are necessary to understand the topological data model are outlined here. First, connectivity describes the arc-node topology for the feature dataset. As discussed previously, nodes are more than simple points. In the topological data model, nodes are the intersection points where two or more arcs meet. In the case of arc-node topology, arcs have both a from-node (i.e., starting node) indicating where the arc begins and a to-node (i.e., ending node) indicating where the arc ends D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 9.  In addition, between each node pair is a line segment, sometimes called a link, which has its own identification number and references both its from-node and to-node. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 10.  The second basic topological precept is area definition. Area definition states that an arc that connects to surround an area defines a polygon, also called polygon-arc topology. In the case of polygon-arc topology, arcs are used to construct polygons, and each arc is stored only once (Figure 4.11 "Polygon-Arc Topology"). This results in a reduction in the amount of data stored and ensures that adjacent polygon boundaries do not overlap. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 11. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 12.  Contiguity, the third topological precept, is based on the concept that polygons that share a boundary are deemed adjacent. Specifically, polygon topology requires that all arcs in a polygon have a direction (a from-node and a to- node), which allows adjacency information to be determined  Polygons that share an arc are deemed adjacent, or contiguous, and therefore the “left” and “right” side of each arc can be defined. This left and right polygon information is stored explicitly within the attribute information of the topological data model. The “universe polygon” is an essential component of polygon topology that represents the external area located outside of the study area. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 13. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 14.  A shapefile is a nontopological data structure that does not explicitly store topological relationships. However, unlike other simple graphic data structures, shapefile polygons are represented by one or more rings. A ring is a closed, non-self-intersecting loop. This structure can represent complex structures, such as polygons, that contain "islands." The vertices of a ring maintain a consistent, clockwise order so that the area to the right, as one "walks" along the ring boundary, is inside the polygon, and the area to the left is outside the polygon. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 15.  Moreover, polygon features in shapefile format can contain one or more parts, so that disjunct and overlapping features can be represented. For example, an individual parcel that is split by a road can be represented alternatively as two separate polygons with two rings and two records in the attribute table or as one polygon with two parts and one record in the attribute table. A source of confusion for some users is that some ArcView GIS commands can result in spatially disjunct, multipart features.  A primary advantage of shapefiles is that this simple file structure draws faster than a coverage does. This may be why the shapefile data structure was developed for ArcView GIS, a software program that was originally designed for data viewing rather than analysis. In addition, shapefiles can easily be copied and do not require importing or exporting as do .e00 format files. The shapefile specification is readily available, and a number of other software packages support it. These reasons have contributed to the emergence of the shapefile as a leading GIS data transfer standard. However, these advantages do not fully explain the resurgence of a nontopological data structure.D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 16. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 17. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 18. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 19. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 20. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 21. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 22. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 23. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad
  • 24. D. Naresh Kumar St. Martin's Engineering Collge- Secunderabad