• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
Object-based Vector data model
stores spatial and attribute data in same system. Treats spatial data as objects.
Property
describes an attribute or characteristic of an object.
Method
performs a specific action.
Association
set of objects with similar attributes.
Aggregation
defines how many instances of one class can be associated with the other class through multiplicity expressions at both ends of the relationship. (i.e. address associated with one zip code but many apartments)
Composition
describes the whole-part relationship between classes. (i.e. census tract aggregate of number of census blocks)
Type Inheritance
in a composition relationship solely owns the part. (i.e. highway controls lifetime of roadside rest area.)
Instantation
defines relationship between superclass and subclass, but subclass can have additional properties (i.e. residential area is member of built-up area but has unique properties such as lot size)
Feature Class
object of a class can be created from an object of another class. (i.e. high density residential area object can be created from a residential area object).
Feature Dataset
stores spatial data of the same geometry type
Interface
represents a set of externally visible operations of an object. These objects can have properties and methods that are hidden in the object.
Encapsulation
refers to the mechanism that is used to hide the properties and methods of an object so that the object can only be accessed through the predefined interfaces.
Inheritance
Means that an object inherits properties and methods from the class to which the object belongs.
Polymorphism
means that the same method can produce different effects, depending on the kind of object to which the method is being applied.
ArcGIS Four general validation rules for grouping of objects:
Attribute Domains, Relationship Rules, Connectivity Rules, Custom Rules
*NOT AVAILABLE IN COVERAGE MODEL, ONLY GEODATABASE
Attribute Domains
group objects into subtypes by a valid range of values or a valid set of values for an attribute.
Relationship Rules
rules such as topology rules connect objects that are associated.
Connectivity Rules
let users build geometric networks such as streams, roads, and water and electric utilities.
Custom Rules
allow users to create custom features for advanced applications.