Geodatabases Flashcards
Geodatabase
database/file structure used to store/manage/query/manipulate data
4 types of data can be stored in geodatabases
- vector
- raster
- tabular
- attachments
3 advantages of using geodatabases
- everything stored in one place
- can create parameters for files to increase accuracy
- takes up less space
File geodatabase (how stored/what it is)
- stored in a file system folder
- can support multiple people working in/editing different files at the same time
Enterprise geodatabase
- require a database management system like Oracle/SQL
- support unlimited people editing the same database at the same time
Most basic level of a geodatabase
container for spatial/attribute data
Mosaic dataset
Stores multiple images together in one dataset to be viewed as one seamless image
Feature class storage method
primary storage method for spatial data in a geodatabase (points/lines/polygons)
Feature class definition
collection of features that have the same geometry type, attribute columns, and spatial reference
Feature dataset
a collection of feature classes that have the same spatial reference
can be any feature type (line, point, polygon)
Geodatabase schema
Shows organizational structure of a geodatabase
3 layers in a mosaic dataset
- boundary (of whole mosaic)
- footprint (of each image)
- image (mosaic image)