1 / 24

Data Structures & GeoDatabase

Data Structures & GeoDatabase. GeoDatabase. Introduction. You have been using GDBs from nearly the start of the course Why? Because I think that most of the time you will be using GDBs! And…. Why?. Because it is a convenient way to manage data All types of data can be included

gitano
Télécharger la présentation

Data Structures & GeoDatabase

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Structures & GeoDatabase GeoDatabase

  2. Introduction • You have been using GDBs from nearly the start of the course • Why? • Because I think that most of the time you will be using GDBs! • And…

  3. Why? • Because it is a convenient way to manage data • All types of data can be included • Features can be “smart” • Support of ArcGIS Data Models • Because it provides an organizational structure that can represent real world features and behaviors (topology)

  4. AND YOU need to know about GDBs FCs FDSs

  5. Know what? • How to create a GDB • How to create a FC • How to create a FDS • What you can put into a GDB • What you can put into a FC • What you can put into a FDS • And How you add it to these parts of a GDB

  6. Flavors of GeoDatabases • File • Small groups, one edit, fast, smaller • Collection of files • Stores ~1 terabyte of data • File folder • Personal • Small groups, one edit, Access DB, one file • Storage limited to ~2 gigabytes • Microsoft Access DB (so mdb is extension) • ArcSDE • SDE = Spatial Database Engine • Enterprise version • Large groups working with data, including editing • Usually on a Server

  7. Gray! The Geodatabase • It is a single container for many feature classes (FC) (layers, {themes} of any one feature geometry and geography • Quite often the FCs are stored in Feature Datasets (FDS) • Data in a FDS can be topologically linked • Topological links • Annotation can be stored in the GDB • Data files also

  8. Feature Class (FC) • Conceptual representation of a category of geographic features. • Can include 1 or more point, line, & area features • but only one of these geometry types • And must be of the same spatial reference • Data has to be Loaded or Imported

  9. Feature Dataset (FDS) • A collection of feature classes that share the same spatial reference. • It is because they share the same spatial reference that they can participate in topological relationships with each other. • Several feature classes may be stored in the same feature dataset. • Many kinds of features and objects (tables) can be included

  10. The GDB itself • Has no spatial reference • Is not fussy about what is put into it • Features do not have to have the same spatial reference – but must have one!

  11. The possibilities… From ESRI’s course Learning ArcGIS Desktop

  12. Icons GDB Feature Dataset GDB table

  13. Catalog View WE view Views of GDB

  14. WE view Catalog View Views of GDB

  15. Annotation

  16. Vector data: Network

  17. Topologies • Many datasets have features that could share boundaries or corners • By creating a Topology you set up rules defining how features share their geometries. • Editing a boundary or vertex shared by two or more features updates the shape of all of them.

  18. Topologies • Many datasets have features that could share boundaries or corners • By creating a Topology you set up rules defining how features share their geometries. • Editing a boundary or vertex shared by two or more features updates the shape of all of them. IF YOU CAN FIGURE OUT HOW TO DO IT! COMPLEX TO SAY THE LEAST

  19. Geometric Networks • Some vector datasets need to support connectivity tracing and network connectivity rules • Streams and rivers • Communications • Pipelines • Transportation (roads, railroads, canals) • Geometric networks allow you to turn simple point and line features into networkedge and junction features

  20. Summary of data types

  21. Summary of data types

  22. Precision and Scale • When creating new fields an attribute table You will be asked for these • Precision: Describes the number of digits that can be stored in the field. All digits are counted no matter what side of the decimal they are on. But not the decimal point.

  23. Scale • Scale:Sets the number of decimal places stored in a field. Used in Float and Double data field types. • If the input table is a personal or file GeoDatabase the field scale will be ignored. • The number 1234.567 would have a precision of 7 and a scale of 3. • The business of precision and scale is actually much more complicated than this

  24. Planning • What is the problem? • What data is needed (map scale, extent, etc.? • What kinds of relationships are needed between FC? • How will the data be organized (FDS)?

More Related