SlideShare a Scribd company logo
1 of 67
Download to read offline
Harness the Integrated Power
of AutoCAD Map 3D & ESRI
   Autodesk Interoperability Tools
       Richard E Chappell
    Geospatial Application Engineer




                                      © 2009 Autodesk
Welcome

Richard Chappell – “Rick”
Geospatial Application Engineer
rick.chappell@cadsoft-consult.com
http://www.cadsoft-consult.com/blogs/geo/
http://www.linkedin.com/in/richardchappell


Janelle Ramos
Government Account Executive
Janelle.ramos@cadsoft-consult.com
CADsoft Consulting, Inc
1295 W. Washington St., Suite 201, Tempe, AZ 85281
480-820-0408


                                                     © 2009 Autodesk
Objective



 Clarify the CAD to GIS discussion
 Understanding of the Autodesk tools for interoperability




                                                             © 2009 Autodesk
Agenda



 Identify the problem
 Review the technologies
 Look at solutions
 Practice the solutions




                            © 2009 Autodesk
Ground Rules

No religious discussions
  No  discussion of whether GIS or CAD is better.
  Many of us, for various reasons, need to work in
   an environment shared between CAD and GIS
   software




                                                © 2009 Autodesk
CAD and GIS Myths

   CAD is dumb data
   GIS is not accurate
   CAD drawings aren’t “clean”
   CAD doesn’t use coordinate systems
   CAD uses x and y coordinates, and GIS uses Latitude and
    Longitude
   CAD is a graphics program and GIS is a database program
   You can’t do analysis with CAD programs
   Technology now allows us to capture 80% of CAD data for GIS
   Moving data between CAD and GIS is difficult




                                                              © 2009 Autodesk
CAD and GIS Basics

Both consist of basic primitive elements
  Points
  Lines
  Polygons
  Attributes
Both store this information within a database




                                           © 2009 Autodesk
Points

Represent a position or location
Consist of coordinates – X, Y and Z




                                      © 2009 Autodesk
Lines

Consist of coordinate pairs – a start point
 and end point




                                              © 2009 Autodesk
Polygons

        of group of coordinate pairs – a
 Consist
 boundary of lines




                                           © 2009 Autodesk
Complex Features

Complex features are generally some
 construct of these primitives
Annotation is a form of point
Polylines are groups of lines




                                      © 2009 Autodesk
Attributes

Primitives will have data elements attached
  Some  elements describe the object itself
  Some are data describing what the object
   represents




                                               © 2009 Autodesk
So what is the difference?



     Data Structure
     Paradigm

     Graphic Representation

                              © 2009 Autodesk
Data Structure Paradigm




                          © 2009 Autodesk
Data Structure Paradigm - AutoCAD

AutoCAD stores data in a free form object
 oriented database where the fields in each row
 are defined by the entity type

 DWG File
 Entity ID   Line    St Point    End Point   Layer
 Entity ID   Point   Point       Layer       Color
 Entity ID   Block   Ins Point   Layer       Color
 Entity ID   Arc     St Point    End Point   Bulge




                                                     © 2009 Autodesk
Data Structure Paradigm

 ArcGISstores data in predefined data structures
 where the fields are defined in each data type
Feature Class (Pipes – Lines)
ID            Shape (BLOB) SIZE        MATERIAL   IN USE

ID            Shape (BLOB) SIZE        MATERIAL   IN USE


Feature Class (Vegetation – Polygon)
ID            Shape (BLOB) SPECIES     AGE        AVG DBH
ID            Shape (BLOB) SPECIES     AGE        AVG DBH


                                                           © 2009 Autodesk
AutoCAD Points




                 © 2009 Autodesk
AutoCAD Lines




                © 2009 Autodesk
AutoCAD Polygons




                   © 2009 Autodesk
AutoCAD Point Data Set with Attributes




                                         © 2009 Autodesk
ArcGIS dataset




                 © 2009 Autodesk
What this means

The means that AutoCAD will store multiple
 data types in a single DWG, while ArcGIS
 will store multiple data types in separate
 tables and/or files
  Tables  in Geodatabase
  Sets of files for Shapes and other formats




                                                © 2009 Autodesk
Graphic Representation

In AutoCAD, the graphic representation is
 stored on the object as part of the individual
 object definition
In ArcGIS, all graphic representation is kept
 separate from the data




                                           © 2009 Autodesk
What this means

Sharing a DWG file provides an exact
 representation of the original graphic
 representation
Sharing a GIS data set will not provide an
 exact representation of the original graphic
 representation, without the ancillary
 support files
Not good or bad – just different



                                          © 2009 Autodesk
Other Differences

Coordinate number data types
  Floating     point vs Long Integers
     32-bit
  Single      vs Double Precision
Some differences in primitives
  Annotation      – feature linked as well as annotation
   objects
  Curves – curve data isn’t carried through some
   GIS data sets


                                                      © 2009 Autodesk
Curves from a Shapefile




                          © 2009 Autodesk
What’s The Point

The physical transfer of data is a minor
 technical issue
Most software vendors now provide excellent
 tools to transfer data back and forth
Most will allow direct editing of other data
 formats




                                        © 2009 Autodesk
So What’s the Problem?




                         © 2009 Autodesk
© 2009 Autodesk
How it is seen in GIS




                        © 2009 Autodesk
Integration Barriers

The primary barriers to integration are data
 organization and business issues rather
 than technical issues
The purposes of the data have a much larger
 impact than how the data is stored
Understanding those issues can remove the
 barriers




                                         © 2009 Autodesk
Purpose of the Data

The purpose of the data can have a profound
 impact on the data
Across the facility management environment,
 there are a number of areas of the lifecycle,
 each with its own requirements




                                          © 2009 Autodesk
© 2009 Autodesk
Let’s take a look
at some of the tools
and methods




                       © 2009 Autodesk
Interchange

Convert and share data files
 AutoCAD Map Import
 ArcMap Geoprocessing
 FME Safe Software




                               © 2009 Autodesk
Interface

Pass data between systems
 ArcGIS for AutoCAD - ESRI
 GISConnect – Haestad Methods
 Bentley
 Crossfire* - EMS




                                 © 2009 Autodesk
Integrate

Use the same data
 AutoCAD Map’s Feature Data Objects (FDO)
 Crossfire* - EMS




                                             © 2009 Autodesk
Interchange – Methods

   AutoCAD Map Import – Creates AutoCAD objects with attributes




                                                           © 2009 Autodesk
Map Overview




               © 2009 Autodesk
Try It – Map Import




                      © 2009 Autodesk
Interchange – Methods

   AutoCAD Map Export – Creates shape file with data elements as
    attributes




                                                            © 2009 Autodesk
Try It – Map Export




                      © 2009 Autodesk
Integrate –Methods

   Feature Data Objects (FDO)
       Open Source Connectors – provider determines capabilities
       Not conversion or import – reads the data directly




                                                                    © 2009 Autodesk
Try It – FDO Connections




                           © 2009 Autodesk
Try It – Edit and Add Data




                             © 2009 Autodesk
Try It – Create a Shape File




                               © 2009 Autodesk
Try It – Create a Shape File




                               © 2009 Autodesk
Try It – Convert Data to Shape (Bulk Copy)




                                             © 2009 Autodesk
Try It – Web Services




                        © 2009 Autodesk
Purpose of the Data

The purpose of the data can have a profound
 impact on the data
Across the facility management environment,
 there are a number of areas of the lifecycle,
 each with its own requirements




                                          © 2009 Autodesk
Some of the Issues

Scale
Precision
Granularity
Generalization
Data Capture
Cartographic Issues




                      © 2009 Autodesk
Scale

Different scales have different requirements
Generally, design scales will be much larger
 than GIS map scales – Design scales get in
 the 1”=20’-50’ range, where system maps
 get much smaller, as in 1”=100’-400’




                                         © 2009 Autodesk
1”=5000’ Map Electrical
System Map
It shows the road
centerlines and the
feeders




                © 2009 Autodesk
1”=500’
Distribution
System Map

Shows parcels,
buildings,
primary,
secondary and
service lines




       © 2009 Autodesk
1”=50’ Distribution
System Map
Shows addresses,
individual
services, line
labels, individual
runs




          © 2009 Autodesk
Generalization

Reduce complexity by
  Grouping  of similar objects to simplify an image
  Simplification of lines based on scale
  Feature coalescence, selection and complexity
   reduction




                                                  © 2009 Autodesk
Granularity

Granularity is the grouping of dissimilar
  objects to represent a single feature
Items that aren’t important to the operation of
  the system may be dropped from facility
  maps




                                           © 2009 Autodesk
Precision and Accuracy

Higher accuracy is more expensive
Design requires a high degree of accuracy
  Underground   utilities
Most new construction work will include a
 site survey of 3rd order (or close) to identify
 the existing conditions
With a large land base, highly accurate data
 is likely too expensive to create and
 maintain

                                             © 2009 Autodesk
Cartographic Issues

Symbols
  Blocks vs Fonts
  Linetypes and masking
Appearance – White Space
  “Slackuracy”




                           © 2009 Autodesk
Standards

Freeform nature of AutoCAD allows great
 flexibility
We can constrain CAD data to a similar
 organization as GIS through standards




                                          © 2009 Autodesk
Areas of Standardization

Layering
Symbols (Block)
Geometry
Attributes




                           © 2009 Autodesk
Layers

In AutoCAD, layering is the most common method of
  segregating data
In ArcGIS, feature classes and subtypes define
  segregate the data
Match layers to feature classes and subtypes to
  segregate the data
Use similar object types within each layer
  ie.   Lines with lines, points with points




                                                © 2009 Autodesk
Point Symbols

Represent points in data set
ArcGIS uses a font in the map document to
 create the symbol
AutoCAD would use a block in the drawing
Identify Font-Block Mappings during
 conversion




                                       © 2009 Autodesk
Geometry

Maintain snapping through connected line
 features – use wipeouts to mask lines
Insure intersections are broken within a
 single data set
Use closed polygons to identify polygons




                                       © 2009 Autodesk
Attributes

Use attributes to label items rather than text
 labels
Use label blocks to attribute polygons and
 lines – after conversion, they can be
 spatially joined
One label block per element
Consider using external database links and
 maintaining an ID as an attribute



                                           © 2009 Autodesk
Conclusion

   By understanding the issues that really impact our
    processes, we can develop workflows that will allow us to
    take the most advantage of our data




                                                          © 2009 Autodesk
Thank-You!
Rick Chappell
Geospatial Application Engineer
CADsoft Consulting, Inc
1295 W. Washington St., Suite 201, Tempe, AZ 85281
480-820-0408
rick.chappell@cadsoft-consult.com
http://www.cadsoft-consult.com/blogs/geo/
http://www.linkedin.com/in/richardchappell



                 www.cadsoft-consult.com

       Interoperability Training – July 29

                                                     © 2009 Autodesk

More Related Content

Viewers also liked

Fundamentos De Auto Cad En Graficas De Ingenieria
Fundamentos De Auto Cad En Graficas De IngenieriaFundamentos De Auto Cad En Graficas De Ingenieria
Fundamentos De Auto Cad En Graficas De Ingenieriaehf28418
 
Miniproject bisem5
Miniproject bisem5Miniproject bisem5
Miniproject bisem5Shafy Fify
 
Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...
Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...
Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...chirag Rakholiya
 
Presentation On Auto Cad
Presentation On Auto CadPresentation On Auto Cad
Presentation On Auto CadVaibhav Gautam
 
Practical training report
Practical training reportPractical training report
Practical training reportNicolai Sidek
 
AutoCAD 2014 Introduction
AutoCAD 2014 IntroductionAutoCAD 2014 Introduction
AutoCAD 2014 IntroductionTUOS-Sam
 
Auto Cad Presentation
Auto Cad PresentationAuto Cad Presentation
Auto Cad Presentationvikas mahajan
 

Viewers also liked (10)

Capas en autocad
Capas en autocadCapas en autocad
Capas en autocad
 
Fundamentos De Auto Cad En Graficas De Ingenieria
Fundamentos De Auto Cad En Graficas De IngenieriaFundamentos De Auto Cad En Graficas De Ingenieria
Fundamentos De Auto Cad En Graficas De Ingenieria
 
Miniproject bisem5
Miniproject bisem5Miniproject bisem5
Miniproject bisem5
 
Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...
Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...
Summer Internship Project Report on “MATERIAL STORAGE LAYOUT AND INVENTORY MA...
 
Mini project complete
Mini project completeMini project complete
Mini project complete
 
Presentation On Auto Cad
Presentation On Auto CadPresentation On Auto Cad
Presentation On Auto Cad
 
Practical training report
Practical training reportPractical training report
Practical training report
 
AutoCAD 2014 Introduction
AutoCAD 2014 IntroductionAutoCAD 2014 Introduction
AutoCAD 2014 Introduction
 
Auto Cad Presentation
Auto Cad PresentationAuto Cad Presentation
Auto Cad Presentation
 
AutoCAD
AutoCADAutoCAD
AutoCAD
 

Similar to Harness The Power Of Auto Cad Map And Esri

Local Government Presentation
Local Government PresentationLocal Government Presentation
Local Government Presentationguestd70a6d
 
2016 workshops: understanding the language of gis and cad by warren geissler
2016 workshops:  understanding  the language  of gis and cad by warren geissler2016 workshops:  understanding  the language  of gis and cad by warren geissler
2016 workshops: understanding the language of gis and cad by warren geisslerGIS in the Rockies
 
FME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in actionFME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in actionGIM_nv
 
Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Safe Software
 
Best practices for_managing_geospatial_data1
Best practices for_managing_geospatial_data1Best practices for_managing_geospatial_data1
Best practices for_managing_geospatial_data1Leng Kim Leng
 
This is not a test: Preserving AutoCAD files at The University of Montana
This is not a test: Preserving AutoCAD files at The University of MontanaThis is not a test: Preserving AutoCAD files at The University of Montana
This is not a test: Preserving AutoCAD files at The University of Montanasamalanmeister
 
BIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for InfrastructureBIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for InfrastructureSafe Software
 
Au 2012 presentation_3_d printing
Au 2012 presentation_3_d printingAu 2012 presentation_3_d printing
Au 2012 presentation_3_d printinghkstudio
 
GRUG 8 Excitech whats new Revit 2013 20120426
GRUG 8 Excitech whats new Revit 2013 20120426GRUG 8 Excitech whats new Revit 2013 20120426
GRUG 8 Excitech whats new Revit 2013 20120426Glasgow Revit User Group
 
Rapid Revit Data Ex Final11.26.12
Rapid Revit Data Ex Final11.26.12Rapid Revit Data Ex Final11.26.12
Rapid Revit Data Ex Final11.26.12friscozephyr
 
Novedades de AutoCAD LT 2013
Novedades de AutoCAD LT 2013Novedades de AutoCAD LT 2013
Novedades de AutoCAD LT 2013Soft-Net Inc
 
Mech auto cad-report.ppt
Mech auto cad-report.pptMech auto cad-report.ppt
Mech auto cad-report.pptRanjithMR5
 
What's Coming At ArcGIS 10.1 - CSRA GIS User Group Meeting
What's Coming At ArcGIS 10.1 - CSRA GIS User Group MeetingWhat's Coming At ArcGIS 10.1 - CSRA GIS User Group Meeting
What's Coming At ArcGIS 10.1 - CSRA GIS User Group MeetingJim Tochterman
 
What's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn AllenWhat's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn Allenandremharris
 

Similar to Harness The Power Of Auto Cad Map And Esri (20)

Arc+ EXEcutive 2010
Arc+ EXEcutive 2010Arc+ EXEcutive 2010
Arc+ EXEcutive 2010
 
Local Government Presentation
Local Government PresentationLocal Government Presentation
Local Government Presentation
 
2016 workshops: understanding the language of gis and cad by warren geissler
2016 workshops:  understanding  the language  of gis and cad by warren geissler2016 workshops:  understanding  the language  of gis and cad by warren geissler
2016 workshops: understanding the language of gis and cad by warren geissler
 
FME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in actionFME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in action
 
Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1
 
Pro2009 en reseller
Pro2009 en resellerPro2009 en reseller
Pro2009 en reseller
 
Agic 2009 Getting Spatial Map
Agic 2009 Getting Spatial   MapAgic 2009 Getting Spatial   Map
Agic 2009 Getting Spatial Map
 
Os Zeiss
Os ZeissOs Zeiss
Os Zeiss
 
Os Zeiss
Os ZeissOs Zeiss
Os Zeiss
 
Best practices for_managing_geospatial_data1
Best practices for_managing_geospatial_data1Best practices for_managing_geospatial_data1
Best practices for_managing_geospatial_data1
 
This is not a test: Preserving AutoCAD files at The University of Montana
This is not a test: Preserving AutoCAD files at The University of MontanaThis is not a test: Preserving AutoCAD files at The University of Montana
This is not a test: Preserving AutoCAD files at The University of Montana
 
BIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for InfrastructureBIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for Infrastructure
 
Auto cad
Auto cadAuto cad
Auto cad
 
Au 2012 presentation_3_d printing
Au 2012 presentation_3_d printingAu 2012 presentation_3_d printing
Au 2012 presentation_3_d printing
 
GRUG 8 Excitech whats new Revit 2013 20120426
GRUG 8 Excitech whats new Revit 2013 20120426GRUG 8 Excitech whats new Revit 2013 20120426
GRUG 8 Excitech whats new Revit 2013 20120426
 
Rapid Revit Data Ex Final11.26.12
Rapid Revit Data Ex Final11.26.12Rapid Revit Data Ex Final11.26.12
Rapid Revit Data Ex Final11.26.12
 
Novedades de AutoCAD LT 2013
Novedades de AutoCAD LT 2013Novedades de AutoCAD LT 2013
Novedades de AutoCAD LT 2013
 
Mech auto cad-report.ppt
Mech auto cad-report.pptMech auto cad-report.ppt
Mech auto cad-report.ppt
 
What's Coming At ArcGIS 10.1 - CSRA GIS User Group Meeting
What's Coming At ArcGIS 10.1 - CSRA GIS User Group MeetingWhat's Coming At ArcGIS 10.1 - CSRA GIS User Group Meeting
What's Coming At ArcGIS 10.1 - CSRA GIS User Group Meeting
 
What's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn AllenWhat's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn Allen
 

More from Richard Chappell, GISP

More from Richard Chappell, GISP (8)

AGIC 2010 Presentation
AGIC 2010 PresentationAGIC 2010 Presentation
AGIC 2010 Presentation
 
Using GIS as a maintenance management tool - APWA AZ
Using GIS as a maintenance management tool - APWA AZUsing GIS as a maintenance management tool - APWA AZ
Using GIS as a maintenance management tool - APWA AZ
 
Water Is Wide
Water Is WideWater Is Wide
Water Is Wide
 
Map Tools in AutoCAD Civil 3D
Map Tools in AutoCAD Civil 3DMap Tools in AutoCAD Civil 3D
Map Tools in AutoCAD Civil 3D
 
Au 2008 Gs100 1 P Getting Spatial With
Au 2008   Gs100 1 P Getting Spatial WithAu 2008   Gs100 1 P Getting Spatial With
Au 2008 Gs100 1 P Getting Spatial With
 
Au 2007 It’S Not Cad To Gis Final
Au 2007   It’S Not Cad To Gis FinalAu 2007   It’S Not Cad To Gis Final
Au 2007 It’S Not Cad To Gis Final
 
Au09 Presentation Ut118 1
Au09 Presentation Ut118 1Au09 Presentation Ut118 1
Au09 Presentation Ut118 1
 
Agic 2009 Fu Ndamentals Of Fdo
Agic 2009 Fu Ndamentals Of FdoAgic 2009 Fu Ndamentals Of Fdo
Agic 2009 Fu Ndamentals Of Fdo
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Harness The Power Of Auto Cad Map And Esri

  • 1. Harness the Integrated Power of AutoCAD Map 3D & ESRI Autodesk Interoperability Tools Richard E Chappell Geospatial Application Engineer © 2009 Autodesk
  • 2. Welcome Richard Chappell – “Rick” Geospatial Application Engineer rick.chappell@cadsoft-consult.com http://www.cadsoft-consult.com/blogs/geo/ http://www.linkedin.com/in/richardchappell Janelle Ramos Government Account Executive Janelle.ramos@cadsoft-consult.com CADsoft Consulting, Inc 1295 W. Washington St., Suite 201, Tempe, AZ 85281 480-820-0408 © 2009 Autodesk
  • 3. Objective  Clarify the CAD to GIS discussion  Understanding of the Autodesk tools for interoperability © 2009 Autodesk
  • 4. Agenda  Identify the problem  Review the technologies  Look at solutions  Practice the solutions © 2009 Autodesk
  • 5. Ground Rules No religious discussions  No discussion of whether GIS or CAD is better.  Many of us, for various reasons, need to work in an environment shared between CAD and GIS software © 2009 Autodesk
  • 6. CAD and GIS Myths  CAD is dumb data  GIS is not accurate  CAD drawings aren’t “clean”  CAD doesn’t use coordinate systems  CAD uses x and y coordinates, and GIS uses Latitude and Longitude  CAD is a graphics program and GIS is a database program  You can’t do analysis with CAD programs  Technology now allows us to capture 80% of CAD data for GIS  Moving data between CAD and GIS is difficult © 2009 Autodesk
  • 7. CAD and GIS Basics Both consist of basic primitive elements  Points  Lines  Polygons  Attributes Both store this information within a database © 2009 Autodesk
  • 8. Points Represent a position or location Consist of coordinates – X, Y and Z © 2009 Autodesk
  • 9. Lines Consist of coordinate pairs – a start point and end point © 2009 Autodesk
  • 10. Polygons of group of coordinate pairs – a  Consist boundary of lines © 2009 Autodesk
  • 11. Complex Features Complex features are generally some construct of these primitives Annotation is a form of point Polylines are groups of lines © 2009 Autodesk
  • 12. Attributes Primitives will have data elements attached  Some elements describe the object itself  Some are data describing what the object represents © 2009 Autodesk
  • 13. So what is the difference? Data Structure Paradigm Graphic Representation © 2009 Autodesk
  • 14. Data Structure Paradigm © 2009 Autodesk
  • 15. Data Structure Paradigm - AutoCAD AutoCAD stores data in a free form object oriented database where the fields in each row are defined by the entity type DWG File Entity ID Line St Point End Point Layer Entity ID Point Point Layer Color Entity ID Block Ins Point Layer Color Entity ID Arc St Point End Point Bulge © 2009 Autodesk
  • 16. Data Structure Paradigm  ArcGISstores data in predefined data structures where the fields are defined in each data type Feature Class (Pipes – Lines) ID Shape (BLOB) SIZE MATERIAL IN USE ID Shape (BLOB) SIZE MATERIAL IN USE Feature Class (Vegetation – Polygon) ID Shape (BLOB) SPECIES AGE AVG DBH ID Shape (BLOB) SPECIES AGE AVG DBH © 2009 Autodesk
  • 17. AutoCAD Points © 2009 Autodesk
  • 18. AutoCAD Lines © 2009 Autodesk
  • 19. AutoCAD Polygons © 2009 Autodesk
  • 20. AutoCAD Point Data Set with Attributes © 2009 Autodesk
  • 21. ArcGIS dataset © 2009 Autodesk
  • 22. What this means The means that AutoCAD will store multiple data types in a single DWG, while ArcGIS will store multiple data types in separate tables and/or files  Tables in Geodatabase  Sets of files for Shapes and other formats © 2009 Autodesk
  • 23. Graphic Representation In AutoCAD, the graphic representation is stored on the object as part of the individual object definition In ArcGIS, all graphic representation is kept separate from the data © 2009 Autodesk
  • 24. What this means Sharing a DWG file provides an exact representation of the original graphic representation Sharing a GIS data set will not provide an exact representation of the original graphic representation, without the ancillary support files Not good or bad – just different © 2009 Autodesk
  • 25. Other Differences Coordinate number data types  Floating point vs Long Integers  32-bit  Single vs Double Precision Some differences in primitives  Annotation – feature linked as well as annotation objects  Curves – curve data isn’t carried through some GIS data sets © 2009 Autodesk
  • 26. Curves from a Shapefile © 2009 Autodesk
  • 27. What’s The Point The physical transfer of data is a minor technical issue Most software vendors now provide excellent tools to transfer data back and forth Most will allow direct editing of other data formats © 2009 Autodesk
  • 28. So What’s the Problem? © 2009 Autodesk
  • 30. How it is seen in GIS © 2009 Autodesk
  • 31. Integration Barriers The primary barriers to integration are data organization and business issues rather than technical issues The purposes of the data have a much larger impact than how the data is stored Understanding those issues can remove the barriers © 2009 Autodesk
  • 32. Purpose of the Data The purpose of the data can have a profound impact on the data Across the facility management environment, there are a number of areas of the lifecycle, each with its own requirements © 2009 Autodesk
  • 34. Let’s take a look at some of the tools and methods © 2009 Autodesk
  • 35. Interchange Convert and share data files  AutoCAD Map Import  ArcMap Geoprocessing  FME Safe Software © 2009 Autodesk
  • 36. Interface Pass data between systems  ArcGIS for AutoCAD - ESRI  GISConnect – Haestad Methods  Bentley  Crossfire* - EMS © 2009 Autodesk
  • 37. Integrate Use the same data  AutoCAD Map’s Feature Data Objects (FDO)  Crossfire* - EMS © 2009 Autodesk
  • 38. Interchange – Methods  AutoCAD Map Import – Creates AutoCAD objects with attributes © 2009 Autodesk
  • 39. Map Overview © 2009 Autodesk
  • 40. Try It – Map Import © 2009 Autodesk
  • 41. Interchange – Methods  AutoCAD Map Export – Creates shape file with data elements as attributes © 2009 Autodesk
  • 42. Try It – Map Export © 2009 Autodesk
  • 43. Integrate –Methods  Feature Data Objects (FDO)  Open Source Connectors – provider determines capabilities  Not conversion or import – reads the data directly © 2009 Autodesk
  • 44. Try It – FDO Connections © 2009 Autodesk
  • 45. Try It – Edit and Add Data © 2009 Autodesk
  • 46. Try It – Create a Shape File © 2009 Autodesk
  • 47. Try It – Create a Shape File © 2009 Autodesk
  • 48. Try It – Convert Data to Shape (Bulk Copy) © 2009 Autodesk
  • 49. Try It – Web Services © 2009 Autodesk
  • 50. Purpose of the Data The purpose of the data can have a profound impact on the data Across the facility management environment, there are a number of areas of the lifecycle, each with its own requirements © 2009 Autodesk
  • 51. Some of the Issues Scale Precision Granularity Generalization Data Capture Cartographic Issues © 2009 Autodesk
  • 52. Scale Different scales have different requirements Generally, design scales will be much larger than GIS map scales – Design scales get in the 1”=20’-50’ range, where system maps get much smaller, as in 1”=100’-400’ © 2009 Autodesk
  • 53. 1”=5000’ Map Electrical System Map It shows the road centerlines and the feeders © 2009 Autodesk
  • 55. 1”=50’ Distribution System Map Shows addresses, individual services, line labels, individual runs © 2009 Autodesk
  • 56. Generalization Reduce complexity by  Grouping of similar objects to simplify an image  Simplification of lines based on scale  Feature coalescence, selection and complexity reduction © 2009 Autodesk
  • 57. Granularity Granularity is the grouping of dissimilar objects to represent a single feature Items that aren’t important to the operation of the system may be dropped from facility maps © 2009 Autodesk
  • 58. Precision and Accuracy Higher accuracy is more expensive Design requires a high degree of accuracy  Underground utilities Most new construction work will include a site survey of 3rd order (or close) to identify the existing conditions With a large land base, highly accurate data is likely too expensive to create and maintain © 2009 Autodesk
  • 59. Cartographic Issues Symbols  Blocks vs Fonts  Linetypes and masking Appearance – White Space  “Slackuracy” © 2009 Autodesk
  • 60. Standards Freeform nature of AutoCAD allows great flexibility We can constrain CAD data to a similar organization as GIS through standards © 2009 Autodesk
  • 61. Areas of Standardization Layering Symbols (Block) Geometry Attributes © 2009 Autodesk
  • 62. Layers In AutoCAD, layering is the most common method of segregating data In ArcGIS, feature classes and subtypes define segregate the data Match layers to feature classes and subtypes to segregate the data Use similar object types within each layer  ie. Lines with lines, points with points © 2009 Autodesk
  • 63. Point Symbols Represent points in data set ArcGIS uses a font in the map document to create the symbol AutoCAD would use a block in the drawing Identify Font-Block Mappings during conversion © 2009 Autodesk
  • 64. Geometry Maintain snapping through connected line features – use wipeouts to mask lines Insure intersections are broken within a single data set Use closed polygons to identify polygons © 2009 Autodesk
  • 65. Attributes Use attributes to label items rather than text labels Use label blocks to attribute polygons and lines – after conversion, they can be spatially joined One label block per element Consider using external database links and maintaining an ID as an attribute © 2009 Autodesk
  • 66. Conclusion  By understanding the issues that really impact our processes, we can develop workflows that will allow us to take the most advantage of our data © 2009 Autodesk
  • 67. Thank-You! Rick Chappell Geospatial Application Engineer CADsoft Consulting, Inc 1295 W. Washington St., Suite 201, Tempe, AZ 85281 480-820-0408 rick.chappell@cadsoft-consult.com http://www.cadsoft-consult.com/blogs/geo/ http://www.linkedin.com/in/richardchappell www.cadsoft-consult.com Interoperability Training – July 29 © 2009 Autodesk