Top Banner
Extending Data-Driven Pages with .NET and ArcObjects David Howes, Ph.D. David Howes, LLC dhowes.com GeoDev Meetup - Freezing in Anchorage, AK February 19 th , 2015
10

Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Mar 25, 2018

Download

Documents

doanhanh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Extending Data-Driven Pages with .NET and ArcObjects David Howes, Ph.D.

David Howes, LLC

dhowes.comGeoDev Meetup - Freezing in Anchorage, AK

February 19th, 2015

Page 2: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Task: Develop Map Series with Custom Figure

Page 3: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Tie Profile Bars & Labels to Linear Referencing

Page 4: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Start with Data-Driven Pages

Page 5: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Start with Data-Driven Pages

ArcPy - add/remove map elements

Page 6: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Create a .NET Add-In

Page 7: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Store Element Properties in a Table

Page 8: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Use Clean Error Handling & Messaging

Page 9: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Run Export Process Outside ArcMap

Map export from within ArcMap:

2 minutes per map

Map export from outside ArcMap (same code):

2 seconds per map

Page 10: Extending Data-Driven Pages with .NET and … GeoDev Meetup, 20150219-Howes...Extending Data-Driven Pages with .NET and ... 97 87 e Scale 24000 24000 24000 ... Set Current Output type

Thanks for Coming