Geodatabase Concepts Flashcards

1
Q

3 Reasons to Group Features in A Geodatabase

A
  1. If a set of objects and features have relationships
  2. Features that have topological associations
  3. If you need to concurrently edit a set of features
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 Reasons to Separate Features into Different Geodatabases

A
  1. If different departments have responsibility over different datasets.
  2. Commercial relationship databases must be served through separate geodatabases.
  3. Personal geodatabases have size limits that may require partitioning data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Attribute Tasks

A

Assign default attributes
Set up attribute domains
Declare attribute update policies for splitting & merging

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

Attribute Indexes

A

Indexes on one or several attributes in a table to make query performance faster.

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

Spatial Indexes

A

ArcInfo automatically creates on feature classes. It determines and applies an optimum grid size for you.
To optimize, you can define up to three grid sizes for best retrieval of data.

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

Polyline Feature Type

A

Has one or more paths. A path is a connected collection of segments, each of which can be a line, circular arc, elliptical arc, or Bezier curve.
Polylines can have an optional z (elevation) or m (measurement) value.

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

Null geometry

A

A specific feature in a feature class can have null geometry to represent objects that are sometimes represented as explicit features and sometimes as implicit features within composite objects.

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

Scale

A

Defines how many integers correspond to a map unit. If the scale is 1,000, then the maximum precision is 1/1,000 of a map unit.

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

Types of Attributes

A

Continuous Numeric (Floats & Doubles)
Discrete Numeric Values (Shorts & Integers)
Coded Values (Shorts, Integers, Text)
Description (Text)
Time Values (Dates)
Object Identifiers
Multimedia (BLOBs - Videos, Images, or Sound)

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

Subtype

A

A special attribute that lets you assign distinct simple behavior for different classifications of your objects or features. All subtypes share the same set of attributes.

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

Attribute Domains

A

Constraints on attributes including ranges, coded value domains, and default values

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

Validation Rules

A

Control feature and attribute integrity.Types include attribute rules, connectivity rules, relationship rules.

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

Connectivity Rules

A

Edge-Junction Rule
Edge-Edge Rule
Default Junction Type
Edge-Junction Cardinality

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

Attribute Relationship Rules

A

Constrains the cardinality between an origin class and a destination class.
One-to-one
One-to-many
Many-to-one
Many-to-many
You can create specialized cardinalities, like a state must have two senators.

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

Splitting Feature Rules

A

Default value applied to both.
Duplicate of the original feature.
Geometry ratio - the proportional value of the split areas or lengths.

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

Merging Feature Rules

A

Default value
Sum values - two numeric attributes are summed.
Weighted average of the original features’ attributes.

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

3 Relationship Rules

A

Topological, Spatial, General

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

Topological Relationships

A

Geometric Network or Planar Topology

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

Spatial Relationships

A

Determined by ArcInfo through common spatial operations.

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

General Relationships

A

Explicitly defined relationship cardinality controlled in a relationship class.
Simple relationship - peer-to-peer
Composite relationship - one-to-many

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

Notifications

A

A relationship class can be used to transmit notifications on edits & deletions to related objects.

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

Annotation Class

A

A feature class that contains annotation.
Feature-linked annotation: will add & remove annotation with editing based on values in attributes.
Simple annotation: not linked to feature.

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

Envelope

A

A geometry that describes the spatial range of feature geometries.

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

Polyline

A

An ordered collection of paths that can be disjoint or connected.

25
Q

M-Values

A

A linear measure that can be assigned to each point in a point, multipoint, polyline, or polygon.

26
Q

Top-Level Version in a Versioned Geodatabase is called?

A

Default

27
Q

Optimistic Concurency

A

When no locks are applied to features when you start a long transaction.

28
Q

Private Permission in a Versioned Geodatabase

A

Only the owner can view and edit data.

29
Q

Protected Permission in a Versioned Geodatabase

A

All users can view, but only the owner can edit.

30
Q

Public Permission in a Versioned Geodatabase

A

All users can view and edit.

31
Q

Row State

A

Reflects all added, removed, and modified objects in a versioned geodatabase.

32
Q

Precondition for Removing Versions

A

All their child versions must be removed first by reconciling or discarding.

33
Q

Basic Versioning Operations

A

Editing, Reconciling your Edits, Posting Changes to the Parent Version

34
Q

Two Reconciliation Conflicts

A
  1. The same feature has been updated in both the target version and the edit session.
  2. The same feature is updated in one version and deleted in the other.
35
Q

What happens when you post a version to the target version?

A

The row state of your edit session synchronizes with the target version and they become identical.

36
Q

Two-level Version Tree Workflow

A

Create a version for a project that is posted back when the project is complete.

37
Q

Multilevel Version Tree Workflow

A

Each aspect of a project has its own version created, which can be posted back to the parent version and then posted to default when the project is complete.

38
Q

Cyclical Version Workflow

A

Captures the project at each stage. When the last stage is completed, the version is posted to default.

39
Q

Geometric Networks:

What is a logical network?

A

A pure network graph consisting of edges and junction elements, but no geometries. It consists of connectivity tables tracking the connections between features. It is always created with a geometric network and is edited behind the scenes.

40
Q

Geometric Networks:

Nonplanarity

A

Edge features can cross in 2D space without intersecting.

41
Q

Geometric Networks:

Network Feature Class

A

Represents a given topological role in a geometric network.

42
Q

Geometric Networks:

List 4 Connectivity Rules

A

Edge-Junction Rule - Which types of junctions can connect to an edge.
Edge-Edge Rule - Which combinations of edge types can connect through a given junction.
Edge-Junction Cardinality
Default Junction Type

43
Q

Geometric Networks:

Complex Edge Feature

A

A feature associated with any number of edges in a logical network. The edges must be arranged in a chain configuration.

44
Q

Geometric Networks:

Complex Junction Feature

A

A collection of junctions and edges in a logical network. An internal network associated with features such as pump stations.

45
Q

Geometric Networks:

List 3 features that configure flow direction.

A

Sources, Sinks, Switches

46
Q

Geometric Networks:

Source

A

A junction from which a commodity flows.

47
Q

Geometric Networks:

Sink

A

A junction where all commodity flow terminates

48
Q

Geometric Networks:

Disabled Features

A

Do not participate in network flow: nothing flows into or out of the feature.

49
Q

Geometric Networks:

Indeterminate Flow

A

When flow direction cannot be established for an edge.

50
Q

Geometric Networks:

Uninitialized Flow

A

When a flow is isolated because the edges are disconnected from the rest of the network.

51
Q

Geometric Networks:

Weights

A

Used to store the cost of traversing across an edge or through a junction. Typically the length of the edge. Weights are created from field values on the edge and junction feature classes.

52
Q

Geometric Networks:

Solvers

A

A program that performs network analysis.

53
Q

Geometric Networks:

NetFlags (List and Define)

A

Used to describe any location in a network.
EdgeFlags - include the % along the edge element.
JunctionFlags - exist on junctions.

54
Q

Geometric Networks:

Barriers

A

Used by solvers to represent disabled logical network elements.

55
Q

Geometric Networks:

Tracing

A

To follow the flow in a network until some condition is met.

56
Q

Schema

A

The structure of a database or database object, such as a table. The schema defines the tables, fields, and relationships between fields and tables. Schemas are generally documented in a data dictionary.

57
Q

Schematic Dataset

A

A schematic dataset contains a collection of schematic diagram templates and schematic feature classes that share the same application domain—for example, water or electrical. A schematic dataset also contains schematic diagrams that have been generated according to the rules and symbology set for their related schematic diagram template. These schematic diagrams can be organized and stored in schematic folders.

58
Q

Schematic Diagram Template

A

A schematic diagram template holds the database and configuration properties defining the content and presentation of one or several schematic diagrams that will be generated. It holds the properties defining the representation of feature layers that compose the schematic diagrams and so behaves as the template for the display properties of specific schematic diagrams of a network.A schematic diagram template is assigned to one schematic dataset.