15) Geodatabase Development Flashcards

(24 cards)

1
Q

A collection of geographic datasets (tables, feature classes, and raster datasets) of various types held in a common file system folder, a Microsoft Access database, or a multiuser relational Database Management System.

A

Geodatabase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

________ is a database that is optimized to store and query data that represents objects defined in a geometric space.

A

Geodatabase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Geographic Data Issue

A
  1. Spatial Integrity Errors
  2. Attribute Integrity Errors
  3. Organization/Efficiency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Geodatabase Solutions

A
  1. Topology
  2. Default Attribute Values
  3. Attribute Domains
  4. Subtypes
  5. Attachments
  6. Relationship classes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Geodatabase Functionalities

A

Subtypes
Attribute Domains
Topology
Relationship Classes
Attachments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

________ allows you to categorize features within a feature class.

A

Subtypes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

________ are rules that describe the legal values of a field type, providing a method for enforcing data integrity.

A

Attribute Domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Two Types of Attribute Domains

A

Range Domains
Coded Domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

________ specifies a valid range of values for a numeric attribute.

A

Range Domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

________ specify a valid set of values for an attribute (e.g., ground surface type: pavement, gravel, sand).

A

Coded Domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

________ enforces spatial integrity by defining how point, line, polygon features share geometry.

A

Topology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

________ manages the associations between objects in one class (feature class or table) and objects in another.

A

Relationship Classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Related objects can exist independently of each other.

A

Simple Relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Destination objects can’t exist independently of origin
objects.

A

Composite Relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In creating a relationship class, one is set to be the origin and another to be the destination.

A

Origin and Destination Classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

It is the key field in the origin class of a relationship and often abbreviated as PK.

17
Q

It is the key field in the destination class of a relationship and often abbreviated as FK.

18
Q

This specifies the number of objects in the origin class that can relate to a number of objects in the destination class.

19
Q

Types of Cardinality

A
  1. One-to-One
  2. One-to-Many
  3. Many-to-Many
20
Q

One origin object can relate to only one destination object.

21
Q

One origin object can relate to multiple destination objects.

22
Q

One origin object can relate to multiple destination objects and, conversely, one destination object can relate to multiple origin objects.

23
Q

________ provides a powerful way to associate non-geographic data with geographic information.

24
Q

ESRI Steps in Geodatabase Design

A
  1. Conceptual Design Phase
  2. Logical Design Phase
  3. Physical Design Phase