Reader small image

You're reading from  ArcGIS for Desktop Cookbook

Product typeBook
Published inJan 2015
Reading LevelBeginner
Publisher
ISBN-139781783559503
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Daniela C Docan
Daniela C Docan
author image
Daniela C Docan

Daniela Cristiana Docan is currently a lecturer at the Department of Topography and Cadastre at the Faculty of Geodesy in Bucharest, Romania. She obtained her PhD in 2009 from the Technical University of Civil Engineering, Bucharest, with her thesis Contributions to quality improvement of spatial data in GIS. Formerly, she worked at Esri Romania and National Agency for Cadastre and Land Registration (ANCPI). While working for Esri Romania, she trained teams (as an authorized instructor in ArcGIS for Desktop by Esri) from state- and privately-owned companies, such as the Romanian Aeronautical Authority, the Agency of Payments and Intervention for Agriculture (APIA), and the Institute of Hydroelectric Studies and Design. She also trained and assisted the team in charge of quality data control in the Land Parcel Identification System (LPIS) project, in Romania. For the ANCPI, she created the logical and physical data model for the Romanian National Topographic Dataset at a scale of 1:5,000 (TOPRO5) in 2009. She was a member of the workgroup that elaborated TOPRO5 and its metadata technical specifications and the Report on the implementation of the INSPIRE Directive in Romania in 2010. Prior to this book, Daniela worked on ArcGIS for Desktop Cookbook, Packt Publishing, which covers the following topics: designing a file geodatabase schema, constraining the geometry and attribute values of the data, geocoding addresses, working with routes and events, and using spatial ETL tools.
Read more about Daniela C Docan

Right arrow

Creating and editing events


A route event is a point or linear feature that occurs along a route feature. Route events are stored in tables called route event tables. A route table contains a route identifier field (for example, RouteID) that associates a specific route to the route point or linear event. Based on this route identifier field, a route table can store multiple events associated with a single route or can reference multiple routes. Also, multiple route events can reference a single route.

In ArcMap, you can create a layer of point or line features based on the information from the route event table. When you change a value in the route event table, the shape of the event (point or line) is automatically moved.

The features from the event layer are stored in a table and not in a feature class. You can export those event features to a feature class, but the dynamic connection between the route event table and routes will be lost.

Getting ready

In this recipe, you will create two...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
ArcGIS for Desktop Cookbook
Published in: Jan 2015Publisher: ISBN-13: 9781783559503

Author (1)

author image
Daniela C Docan

Daniela Cristiana Docan is currently a lecturer at the Department of Topography and Cadastre at the Faculty of Geodesy in Bucharest, Romania. She obtained her PhD in 2009 from the Technical University of Civil Engineering, Bucharest, with her thesis Contributions to quality improvement of spatial data in GIS. Formerly, she worked at Esri Romania and National Agency for Cadastre and Land Registration (ANCPI). While working for Esri Romania, she trained teams (as an authorized instructor in ArcGIS for Desktop by Esri) from state- and privately-owned companies, such as the Romanian Aeronautical Authority, the Agency of Payments and Intervention for Agriculture (APIA), and the Institute of Hydroelectric Studies and Design. She also trained and assisted the team in charge of quality data control in the Land Parcel Identification System (LPIS) project, in Romania. For the ANCPI, she created the logical and physical data model for the Romanian National Topographic Dataset at a scale of 1:5,000 (TOPRO5) in 2009. She was a member of the workgroup that elaborated TOPRO5 and its metadata technical specifications and the Report on the implementation of the INSPIRE Directive in Romania in 2010. Prior to this book, Daniela worked on ArcGIS for Desktop Cookbook, Packt Publishing, which covers the following topics: designing a file geodatabase schema, constraining the geometry and attribute values of the data, geocoding addresses, working with routes and events, and using spatial ETL tools.
Read more about Daniela C Docan