Deck 3: Vector Data Model

Full screen (f)
exit full mode
Question
What is ArcObjects?
Use Space or
up arrow
down arrow
to flip the card.
Question
List the three types of simple features used in GIS and their geometric properties.
Question
Which of the following statements is true about the topology rules in ArcGIS?

A) Topology rules only apply to features within a feature class.
B) Topology rules only apply to features between two or more feature classes.
C) Topology rules can apply to features within a feature class or between two or more feature classes.
Question
Provide an example of polygon features that can benefit from enforcing the topology rule of "must not overlap."
Question
Them values in polylines represent:

A) the length of a line segment
B) the linear measure along a route
C) the symbol of a route
D) the number of points that make up a line segment
Question
Which of the following statements is not true about the geodatabase?

A) None of these are correct
B) A geodatabase can be designed for single or multiple users.
C) A single-user geodatabase can be a personal geodatabase or a file geodatabase.
D) A personal geodatabase stores data in a Microsoft Access database.
Question
A feature class can be stored in a geodatabase as a standalone feature class.
Question
Which of the following best describes the relationship between census tracts and census block groups?

A) Association
B) None of these are correct
C) Aggregation
D) Type inheritance
Question
List the main advantages of using topology-based data sets in GIS.
Question
Which of the following statements is true?

A) Areas of complex topography are represented by small triangles in a TIN.
B) Regardless of the topography, all triangles are of the same size in a TIN.
C) Areas of complex topography are represented by large triangles in a TIN.
D) None of these are correct
Question
Shapefiles are not topology-based.
Question
Which of the following objects is not part of the vector data model in ArcGIS?

A) area
B) line
C) point
D) volume
Question
A stream is more likely to be represented as a single line on a 1:100,000 scale map than a 1:24,000 scale map.
Question
Which of the following statements is not true about the polygon feature?

A) A polygon has the properties of area and boundary.
B) A polygon may form a hole within another polygon.
C) A polygon is a two-dimensional object.
D) None of these is correct
Question
Name the three vector data formats that Esri has developed since the 1980s.
Question
Provide an example of line features that can benefit from enforcing the topology rule of "must not intersect."
Question
Which of the following topological relationships describe the arc-node relationship in the coverage model?

A) area definition
B) contiguity
C) connectivity
Question
Draw a small TIN to illustrate that it is a composite of simple features.
Question
List two differences between simple polygons and regions.
Question
Describe an example, in which you would consider using the geodatabase, rather than the shapefile, for a GIS project?
Question
Explain persistent vs. on-the-fly topology in GIS.
Question
The TIGER database is topology-based.
Question
Describe the hierarchical structure of data sets stored in a geodatabase.
Question
Explain the class relationship of type inheritance.
Question
Use a diagram to explain the topological relationships of connectivity and contiguity.
Question
One can build a geodatabase in ArcGIS by importing coverages and shapefiles.
Question
Summarize the difference between the object-based data model and the georelational data model.
Question
Which of the following is true about the vector data model?

A) The model is also called the discrete object model.
B) The model is also called the discrete object model and uses points, lines, and polygons to represent simple spatial features.
C) The model usesx-,y-coordinates to store the geometry of spatial features.
D) All of these are correct.
E) The model uses points, lines, and polygons to represent simple spatial features.
Question
What are the main advantages of using non-topological vector data such as shapefiles?
Question
All feature classes in a feature dataset:

A) must be converted from shapefiles.
B) must contain point features.
C) must have the same coordinate system.
D) must contain polygon features.
Question
Which of the following is true about a line feature?

A) A line connects two end points.
B) The shape of a line is made of connected points.
C) A line feature is made of lines and the shape is made of connect points.
D) All of these are correct
E) A line feature is made of lines.
Question
Define "property" and "method" as used in the object-based data model.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/32
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Vector Data Model
1
What is ArcObjects?
ArcObjects is a suite of software components that form the foundation of Esri's ArcGIS platform, allowing developers to interact with and extend the capabilities of ArcGIS products. It is a collection of COM (Component Object Model) components that provide a rich development framework for creating custom geographic information system (GIS) applications or extending existing applications.

ArcObjects components are used to access and manage geographic data, perform spatial analysis, create and edit geometry, develop custom mapping and visualization tools, and automate GIS tasks. These components are the building blocks for many of the desktop, server, and mobile applications developed by Esri, as well as for custom applications developed by third-party developers and GIS professionals.

Developers use ArcObjects to:

1. Automate repetitive tasks in ArcGIS software.
2. Create custom data management tools tailored to specific needs.
3. Develop sophisticated spatial analysis operations that may not be available out-of-the-box.
4. Build unique mapping applications with specialized user interfaces.
5. Integrate ArcGIS functionality with other applications or business processes.

ArcObjects is primarily used with programming languages that support COM, such as Visual Basic for Applications (VBA), VB.NET, C#, and C++. It requires a solid understanding of object-oriented programming concepts and GIS principles.

As of my knowledge cutoff in 2023, while ArcObjects is still used, Esri has been encouraging developers to use their newer ArcGIS API for Python and ArcGIS Runtime SDKs for building new applications, as these are based on more modern programming paradigms and are designed to work with the latest ArcGIS platform technologies.
2
List the three types of simple features used in GIS and their geometric properties.
No Answer
3
Which of the following statements is true about the topology rules in ArcGIS?

A) Topology rules only apply to features within a feature class.
B) Topology rules only apply to features between two or more feature classes.
C) Topology rules can apply to features within a feature class or between two or more feature classes.
Topology rules can apply to features within a feature class or between two or more feature classes.
4
Provide an example of polygon features that can benefit from enforcing the topology rule of "must not overlap."
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
5
Them values in polylines represent:

A) the length of a line segment
B) the linear measure along a route
C) the symbol of a route
D) the number of points that make up a line segment
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following statements is not true about the geodatabase?

A) None of these are correct
B) A geodatabase can be designed for single or multiple users.
C) A single-user geodatabase can be a personal geodatabase or a file geodatabase.
D) A personal geodatabase stores data in a Microsoft Access database.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
7
A feature class can be stored in a geodatabase as a standalone feature class.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following best describes the relationship between census tracts and census block groups?

A) Association
B) None of these are correct
C) Aggregation
D) Type inheritance
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
9
List the main advantages of using topology-based data sets in GIS.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following statements is true?

A) Areas of complex topography are represented by small triangles in a TIN.
B) Regardless of the topography, all triangles are of the same size in a TIN.
C) Areas of complex topography are represented by large triangles in a TIN.
D) None of these are correct
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
11
Shapefiles are not topology-based.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following objects is not part of the vector data model in ArcGIS?

A) area
B) line
C) point
D) volume
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
13
A stream is more likely to be represented as a single line on a 1:100,000 scale map than a 1:24,000 scale map.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following statements is not true about the polygon feature?

A) A polygon has the properties of area and boundary.
B) A polygon may form a hole within another polygon.
C) A polygon is a two-dimensional object.
D) None of these is correct
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
15
Name the three vector data formats that Esri has developed since the 1980s.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
16
Provide an example of line features that can benefit from enforcing the topology rule of "must not intersect."
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following topological relationships describe the arc-node relationship in the coverage model?

A) area definition
B) contiguity
C) connectivity
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
18
Draw a small TIN to illustrate that it is a composite of simple features.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
19
List two differences between simple polygons and regions.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
20
Describe an example, in which you would consider using the geodatabase, rather than the shapefile, for a GIS project?
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
21
Explain persistent vs. on-the-fly topology in GIS.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
22
The TIGER database is topology-based.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
23
Describe the hierarchical structure of data sets stored in a geodatabase.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
24
Explain the class relationship of type inheritance.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
25
Use a diagram to explain the topological relationships of connectivity and contiguity.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
26
One can build a geodatabase in ArcGIS by importing coverages and shapefiles.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
27
Summarize the difference between the object-based data model and the georelational data model.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
28
Which of the following is true about the vector data model?

A) The model is also called the discrete object model.
B) The model is also called the discrete object model and uses points, lines, and polygons to represent simple spatial features.
C) The model usesx-,y-coordinates to store the geometry of spatial features.
D) All of these are correct.
E) The model uses points, lines, and polygons to represent simple spatial features.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
29
What are the main advantages of using non-topological vector data such as shapefiles?
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
30
All feature classes in a feature dataset:

A) must be converted from shapefiles.
B) must contain point features.
C) must have the same coordinate system.
D) must contain polygon features.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following is true about a line feature?

A) A line connects two end points.
B) The shape of a line is made of connected points.
C) A line feature is made of lines and the shape is made of connect points.
D) All of these are correct
E) A line feature is made of lines.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
32
Define "property" and "method" as used in the object-based data model.
Unlock Deck
Unlock for access to all 32 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 32 flashcards in this deck.