Topic 07 Flashcards
(22 cards)
vector data model
geographic features (entities) represented by poitns, lines, and polygons
attribute values are assigned to each entity
simple features
are stored as spaghetti files
simple lists of feature coorindates that may overlap and duplicate themselves
topology
an extension of geomtry that deals with spatial relationships
connectedness, adjacency, containment
qualitative
stored alongside geometry in a geographic database
topological features
geometric features + topology = topological features
plays an important role in data validation, editing, and query optimization
data validation
establishing topological integrity
editing productivity
simplifies data editing procedures
optimized queries
pre-computing and storing information makes future queries more efficient
topologically structured polygon datasets
hierarchichal
object oriented approach
map somposed of polygons
polyline coordinates stored in the polyline coordinate list
vector features classes (two types)
stores features with same geometric type
- simple features
- topological features
simple geometry: shapefiles
vector format
not really a file (is several files)
does not implement topology structure
different indexes built into shapefile for geometry and attributes( .shp, .shx, .prj)
vector datasets in a GDB
vector datasets stored in a GDB are feature classes
vector features are topologically enabled
higher data integrity
rational database
efficient/effective storage and retrival of data
personal geodatabases
essentially a version of the microsoft access RDBMS engine
file size limit
single editor environment
meant for small projects and not workgroups
file geodatabases
more efficient alternative to personal geodatabases designed to perform better and reduce limitations
proprietary RDBMS engine
supports concurrent ediotrs, but must be working on different datasets within the geodatabase
multi-user (enterprise) geodatabses
uses a middle-ware application that enables existing RDBMS
there are several different types that support increasing capacity and users
no size limit
supports multi-editing environments, versioning, and replication
suitable for larger workgourps and enterprise
stand alone tables (non spatial datasets)
two dimensional array of rows and columns containing feature attributes
no geometry component
can have behaviour rules
feature classes
tables that store geographic entities
three basic feature classes
points lines and polygons
storing tables and feature classes
can be stoed in one of two ways
stand-alone at the geodatabase level
collected together inside a container called a feature dataset
feature datasets
are ccontainers for feature classes that have shared topology
feature datasets and topology
used to manage the geometric relationships among features
two types
geodatabase topology and map topology
topological relationships
constrain hwo features share geomtry
define and enforce data integrity rules
support topological relationship queries
relationships classes
relationships classes link tables and feature tables together to form permanent relationships
they become part of the geodatabase