SlideShare a Scribd company logo
Welcome #EUC11
ArcGIS for Desktop
       Elisa Gómez Goñi
     Ignacio Vázquez Vélez


- Technical Marketing, Esri Spain-
         October 27, 2011
Session overview

       What is ArcGIS Desktop


       Data & Maps


       Editing data


       Geoprocessing


       Sharing resources


       Summary
Introduction
ArcGIS System




                                     Cloud
          Web   • Visualization
                • Authoring
                • Sharing                 Online
                • Searching
                • Management
 Mobile
                • Analysis
                                  Enterprise



     Desktop
ArcGIS for Desktop
          ArcCatalog                    ArcMap




        Spatial Analyst                 Schematics Analyst
       Network Analyst                  Tracking Analyst

             3D Analyst                 Maplex
  Geostatistical Analyst                Data Interoperability


                           Extensions
Data & Maps
Data formats

     VECTOR              RASTER
    Shapefile          ESRI GRID
    ArcINFO Coverage   GEODATABASE
    AutoCAD DWG         - Raster dataset
    GEODATABASE         - Raster catalog
     - Feature class    - Mosaic dataset
    Spatial types      TIFF
                       MrSID                          More…
       TABLES          DTED
    Excel              NITF
    DBF                JPEG 2000
    CSV                ENVI
                                               Need more?
    Txt                ECW          Use Data Interoperability Extension
Geodatabase

 •   Geographic Data Store
         •    Scalable, multi-user
         •    Complex data

 •   Core ArcGIS Data model                                                Survey
                                                                                    Addresses
                                                             Networks

         •    Managing and representing data
                                                   Vectors                                      Annotations
         •    Data integrity
                                                3D Objects                                        Attributes
 •   Transactional model for
     GIS workflows                             Topology
                                                                                                  Dimensions


         •    Versioning
                                                      Terrain                               Parcels
         •    Replication & Archiving
                                                                                    CAD
                                                             Cartography
 •   Scalable                                                              Raster


     -       Personal, File, Enterprise.
Data models in GDB
  •   Simple & Complex Data

  •   Spatial integrity
       •   Topology

  •   Alphanumeric integrity
       •   Subtypes

       •   Domains

  •   Special behaviours
       •   Geometric networks

       •   Networks

       •   Parcel Fabric

  •   http://support.esri.com/datamodels
Data
DEMO
ArcMap




         •   Interact


         •   Print / Export


         •   Serve
Interacting

•   Basemaps
    -   ArcGIS Online basemaps.

    -   Basemap layers


•   Operational information
    -   Fields
         -   Order, visibility, alias, highlight.

    -   Map tips & Identify.

    -   Pop-ups.

    -   Links & Attachments
Print / Export
•   Symbol selector / editor

•   Symbol levels
•   Mask
                          -

•   Finishing
    -   Representations
          -   Symbol inside GDB
          -   Representation rules
          -   Override geometry
          -   Geomtric effects
    -   Cartographic refinement tools



        Looking for inspiration? http://resources.arcgis.com/content/maptemplates/about
Print / Export: Layout


 •   Additional maps
 •   Titles
 •   North
 •   Legend
 •   Scale bar / text
 •   Tables
 •   Images
 •   Dynamic text
 •   Grids and Graticules
Print / Export: Map series


•   Data Driven Pages
    •   Quickly and easily create a series
        of layout pages from a single map document.

    •   Single layout for each page.

    •   Integrated with dynamic page elements.

             •   Text, scale, extent, north arrow, legend,…


    •   Print or export the entire series.

    •   Automated and extended with arcpy.mapping.
Serving

•   Remove what you don’t need

•   Use scale ranges

•   Simplify your simbology

•   Don’t use on-the-fly projection

•   Convert labels to annotations

•   Use basemap layers

•   Use MSD

•   Cache
Maps
 DEMO
Editing Data
Maintaining data




      Attribute window           Snapping
   Attributes transference     Sketch tools
    Dates/Subtypes/Domains   Spatial operations
                                 Topology
Editing geometry


  •   Feature template editing
  •   Tools for feature construction
  •   Snapping environment
Editing attributes


  •   Change values for newly
      digitized feature.
  •   Edit existing values.
  •   Copy and paste values
      between features.
  •   Multiple features.
  •   ArcGIS automatically populates
      OBJECT ID, Shape_Length and
      Shape_Area fields.
Maintaining attribute and geometrical integrity
Demonstration
       Editing data
Geoprocessing
What is Geoprocessing?

•   The ArcGIS system for managing and manipulating data


    -   Solve real-world spatial problems
    -   Model processes and systems
    -   Ask questions; get results


•   Automate GIS tasks.
•   Document and Share.
ArcToolbox
         Toolboxes      Tools
         Tooldatasets
The Geoprocessing Framework
ArcToolbox
         Toolboxes      Tools
         Tooldatasets
Executing a tool

  •   Background processing


  •   Progress bar
  •   Pop-up notification


  •   Result Window
       - Process report
      -   Open output files
      -   Rerun a tool
      -   Add result to the map
      -   Copy into ModelBuilder or Python
      -   Copy Python snippet
      -   …
ModelBuilder


  •   Tool for encapsulating workflows
      -   Reusable
      -   Sharable


  •   Visual programming language
      -   Without writing code
Python

•   Python is a free, cross-platform, open-source
    programming language that is both powerful
    and easy to learn.


•   Native scripting language for ArcGIS 10.
    -   data analysis, data conversion,
        data management and map automation.


•   Advantages:
    -   There are many ways to run single tools
    -   Use scripting to develop, execute,
        and share geoprocessing workflows
    -   Improves productivity
ArcPy

•   The access point to geoprocessing tools


•   A package of functions, classes and modules,
    all related to scripting in ArcGIS
    -   Helper functions that enable workflows
        (ListFeatureClasses, Describe, SearchCursor, etc)
    -   Classes that can be used to create complex objects
        (SpatialReference, FieldMap objects)
    -   Modules that provide extended functionality
         -   Mapping
         -   SpatialAnalyst                                  ArcPy
         -   Geostatistical                                     Geostatistical
Writing Python scripts
  •   script.py

  •   Text editor: Notepad, WordPad,…
  •   IDE: PythonWin, IDLE,…

  •   Python Window
      -   Embedded, interactive Python window within ArcGIS
           -   Access to ArcPy, any Python functionality
      -   Great for experimenting with Python
           -   Help pane
Python script tools
•   Connects Python to ArcGIS


•   Best way to create and share custom workflows
    -   More accessible than stand-alone Python script
    -   Extends ArcGIS


•   Integrated with geoprocessing framework
    -   Inherits geoprocessing properties and
        environments from application
    -   Can be used in ModelBuilder
    -   Works with map layers


•   Connect parameters to arguments.
Geoprocessing resources




                          http://resources.arcgis.com
Geoprocessing
         DEMO
Sharing resources
Sharing
Information Sharing is Critical
Map export and printing
The traditional ways

  •   Printing

       -   Setting the page size of your map layout

  •   Exporting your map

       -   Multiple formats supported:
                 EMF                 BMP
                 EPS                 JPEG
                 AI                  PNG
                 PDF                 TIFF
                 SVG                 GIF
       -   Special settings used to create
           the PDF files:
             -   Resolution
             -   Output Image Quality
             -   PDF Format options
             -   Data Driven Pages
Sharing as a Package
Professional to Professional
                                ArcGIS
                                Online




        ArcGIS
      for Desktop
                                                Sharing Tradecraft

                                  New at 10.1
                                  Geoprocessing, Tile, & Locator
       Map and Layer Packages     Packages
Sharing as Services
Professional to Everyone



•   Make it easier to share GIS resources
    -   Unified sharing experience
    -   Comprehensive Analysis
    -   Sharing to servers in the cloud and to ArcGIS Online




                                  ArcGIS
                                for Server
Demonstration
    Sharing resources
Conclusions
Additional resources


  •   ArcGIS Desktop Help:
      http://help.arcgis.com/es/arcgisdesktop/10.0/help/ind
      ex.html
  •   http://help.arcgis.com/en/arcgisdesktop/10.0/help/ind
      ex.html
  •   ArcGIS Desktop Blog:
      http://blogs.esri.com/Dev/blogs/arcgisdesktop/
  •   Context-sensitive help within ArcGIS
  •   ArcGIS.com
Resources at the User Conference

  •   Thursday, October 27
      -   Desktop Road Ahead 10.1. Room N101, 14:30-16:30.
      -   Sharing and Publishing from Desktop and Mobile Devices. Room N105,
          14:30-16:30.
      -   Using Imagery in ArcGIS. Room N102, 16:30 - 18:00.

  •   Friday, October 28
      -   Data managing and Data Exchange: Geodatabases and Interoperability.
          Room N106 09:30 - 11:00.
      -   Working with ArcGIS Online. Room N101, 09:30 - 11:00.
      -   Novedades Generales ArcGIS 10.1. Room N106 11:30 - 13:00.
Open for questions.
Thank You
Party

More Related Content

PPTX
Introduction to ArcGIS
PDF
QGIS Tutorial 1
PDF
Introduction to arc gis
PDF
Web Mapping 101: What Is It and Making It Work For You
PDF
Arc gis introduction-ppt
PDF
Introduction to GIS
Introduction to ArcGIS
QGIS Tutorial 1
Introduction to arc gis
Web Mapping 101: What Is It and Making It Work For You
Arc gis introduction-ppt
Introduction to GIS

What's hot (20)

PDF
QGIS Module 1
PPTX
Geoprocessing
PPTX
Introduction to GIS
PDF
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
PPTX
GIS Application in Water Resource Management by Engr. Ehtisham Habib
PPT
Mobile gis
PPTX
Gis functions
PPTX
Gis training ppt
PDF
What is GIS
PPTX
GIS Based Project Planning and Management
PPTX
Digitizing features_2 in ARC GIS
PDF
GIS and QGIS training notes
PPTX
Presentation on gis and future trends
PPTX
Spatial Database and Database Management System
PPTX
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
PPTX
My ppt on gis
PPTX
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
PDF
An introduction to geographic information systems (gis) m goulbourne 2007
PPTX
Geographical Information System.ppt
PDF
Architecting the ArcGIS Platform
QGIS Module 1
Geoprocessing
Introduction to GIS
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
GIS Application in Water Resource Management by Engr. Ehtisham Habib
Mobile gis
Gis functions
Gis training ppt
What is GIS
GIS Based Project Planning and Management
Digitizing features_2 in ARC GIS
GIS and QGIS training notes
Presentation on gis and future trends
Spatial Database and Database Management System
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
My ppt on gis
GEOGRAPHICAL INFORMATION SYSTEM (GIS)
An introduction to geographic information systems (gis) m goulbourne 2007
Geographical Information System.ppt
Architecting the ArcGIS Platform
Ad

Similar to Arc gis desktop_and_geoprocessing (20)

PDF
Navteq Developer Days - ArcGIS + POI
PDF
Data managing and Exchange GDB
PPTX
Introduction to ArcGIS for Developers, Esri, Charles van der Put, Jim Barry
PDF
Evolution of Esri Data Formats Seminar
PDF
Eu Esri 2011 - Esri (Damian Spangrud)
PDF
ArcGIS
PDF
Hawaii Pacific GIS Conference 2012: Esri ArcGIS 10.1 - What's Coming in ArcGI...
PPT
Intro arcgis
PDF
Optimizing your Map Services
PDF
ArcGIS for Desktop
PDF
Licensing in ArcGIS 10.0 and 10.1
PPTX
Building good web_maps, Esri, Joris Bak
PDF
Working with arcgis online
PDF
Geodatabase: The ArcGIS Mechanism for Data Management
PDF
Whats New in ArcGIS 10.1
PDF
Welsh Conference 2023 Opening Plenary
PDF
Building ArcGIS Mobile Solutions in the Cloud
PPTX
123_BASICSAND FUNDAMENTASL OF gisrs.pptx
PDF
IGIS Workshop - Introduction to ArcGIS Pro - Apr 2022 - Presentation.pdf
PPTX
Water resources Engineering GIS KRT.pptx
Navteq Developer Days - ArcGIS + POI
Data managing and Exchange GDB
Introduction to ArcGIS for Developers, Esri, Charles van der Put, Jim Barry
Evolution of Esri Data Formats Seminar
Eu Esri 2011 - Esri (Damian Spangrud)
ArcGIS
Hawaii Pacific GIS Conference 2012: Esri ArcGIS 10.1 - What's Coming in ArcGI...
Intro arcgis
Optimizing your Map Services
ArcGIS for Desktop
Licensing in ArcGIS 10.0 and 10.1
Building good web_maps, Esri, Joris Bak
Working with arcgis online
Geodatabase: The ArcGIS Mechanism for Data Management
Whats New in ArcGIS 10.1
Welsh Conference 2023 Opening Plenary
Building ArcGIS Mobile Solutions in the Cloud
123_BASICSAND FUNDAMENTASL OF gisrs.pptx
IGIS Workshop - Introduction to ArcGIS Pro - Apr 2022 - Presentation.pdf
Water resources Engineering GIS KRT.pptx
Ad

More from Esri (20)

PDF
INIA- CISA: Análisis de las amenazas en la fauna silvestre
PDF
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
PDF
Plataforma Smart City de Móstoles
PDF
ArcGIS Online para Organizaciones
PDF
Molina de Segura se convierte en una smart city
PDF
Portal for ArcGIS
PDF
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
PDF
An Effective Tool for Drinking Water Protection
PDF
GeoCollector for ArcPad
PDF
GeoCollector for ArcGIS for Windows Mobile
PDF
Data Appliance for ArcGIS
PDF
Esri and BlackBridge
PDF
GeoPlanner for ArcGIS
PDF
Esri and AccuWeather
PDF
Esri and Airbus Defense & Space
PDF
Esri US Data Fact Sheet
PDF
ArcGIS for Server on Microsoft Azure Jumpstart
PDF
ArcGIS for the Military--Maritime Operations
PDF
Esri Geoportal Server
PDF
ArcGIS GeoEvent Extension for Server
INIA- CISA: Análisis de las amenazas en la fauna silvestre
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Plataforma Smart City de Móstoles
ArcGIS Online para Organizaciones
Molina de Segura se convierte en una smart city
Portal for ArcGIS
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
An Effective Tool for Drinking Water Protection
GeoCollector for ArcPad
GeoCollector for ArcGIS for Windows Mobile
Data Appliance for ArcGIS
Esri and BlackBridge
GeoPlanner for ArcGIS
Esri and AccuWeather
Esri and Airbus Defense & Space
Esri US Data Fact Sheet
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for the Military--Maritime Operations
Esri Geoportal Server
ArcGIS GeoEvent Extension for Server

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PPTX
Big Data Technologies - Introduction.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PDF
KodekX | Application Modernization Development
PDF
Electronic commerce courselecture one. Pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPT
Teaching material agriculture food technology
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
cuic standard and advanced reporting.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
A Presentation on Artificial Intelligence
Big Data Technologies - Introduction.pptx
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
KodekX | Application Modernization Development
Electronic commerce courselecture one. Pdf
Network Security Unit 5.pdf for BCA BBA.
Teaching material agriculture food technology
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
The AUB Centre for AI in Media Proposal.docx
Per capita expenditure prediction using model stacking based on satellite ima...
NewMind AI Weekly Chronicles - August'25 Week I
cuic standard and advanced reporting.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows

Arc gis desktop_and_geoprocessing

  • 2. ArcGIS for Desktop Elisa Gómez Goñi Ignacio Vázquez Vélez - Technical Marketing, Esri Spain- October 27, 2011
  • 3. Session overview What is ArcGIS Desktop Data & Maps Editing data Geoprocessing Sharing resources Summary
  • 5. ArcGIS System Cloud Web • Visualization • Authoring • Sharing Online • Searching • Management Mobile • Analysis Enterprise Desktop
  • 6. ArcGIS for Desktop ArcCatalog ArcMap Spatial Analyst Schematics Analyst Network Analyst Tracking Analyst 3D Analyst Maplex Geostatistical Analyst Data Interoperability Extensions
  • 8. Data formats VECTOR RASTER Shapefile ESRI GRID ArcINFO Coverage GEODATABASE AutoCAD DWG - Raster dataset GEODATABASE - Raster catalog - Feature class - Mosaic dataset Spatial types TIFF MrSID More… TABLES DTED Excel NITF DBF JPEG 2000 CSV ENVI Need more? Txt ECW Use Data Interoperability Extension
  • 9. Geodatabase • Geographic Data Store • Scalable, multi-user • Complex data • Core ArcGIS Data model Survey Addresses Networks • Managing and representing data Vectors Annotations • Data integrity 3D Objects Attributes • Transactional model for GIS workflows Topology Dimensions • Versioning Terrain Parcels • Replication & Archiving CAD Cartography • Scalable Raster - Personal, File, Enterprise.
  • 10. Data models in GDB • Simple & Complex Data • Spatial integrity • Topology • Alphanumeric integrity • Subtypes • Domains • Special behaviours • Geometric networks • Networks • Parcel Fabric • http://support.esri.com/datamodels
  • 12. ArcMap • Interact • Print / Export • Serve
  • 13. Interacting • Basemaps - ArcGIS Online basemaps. - Basemap layers • Operational information - Fields - Order, visibility, alias, highlight. - Map tips & Identify. - Pop-ups. - Links & Attachments
  • 14. Print / Export • Symbol selector / editor • Symbol levels • Mask - • Finishing - Representations - Symbol inside GDB - Representation rules - Override geometry - Geomtric effects - Cartographic refinement tools Looking for inspiration? http://resources.arcgis.com/content/maptemplates/about
  • 15. Print / Export: Layout • Additional maps • Titles • North • Legend • Scale bar / text • Tables • Images • Dynamic text • Grids and Graticules
  • 16. Print / Export: Map series • Data Driven Pages • Quickly and easily create a series of layout pages from a single map document. • Single layout for each page. • Integrated with dynamic page elements. • Text, scale, extent, north arrow, legend,… • Print or export the entire series. • Automated and extended with arcpy.mapping.
  • 17. Serving • Remove what you don’t need • Use scale ranges • Simplify your simbology • Don’t use on-the-fly projection • Convert labels to annotations • Use basemap layers • Use MSD • Cache
  • 20. Maintaining data Attribute window Snapping Attributes transference Sketch tools Dates/Subtypes/Domains Spatial operations Topology
  • 21. Editing geometry • Feature template editing • Tools for feature construction • Snapping environment
  • 22. Editing attributes • Change values for newly digitized feature. • Edit existing values. • Copy and paste values between features. • Multiple features. • ArcGIS automatically populates OBJECT ID, Shape_Length and Shape_Area fields.
  • 23. Maintaining attribute and geometrical integrity
  • 24. Demonstration Editing data
  • 26. What is Geoprocessing? • The ArcGIS system for managing and manipulating data - Solve real-world spatial problems - Model processes and systems - Ask questions; get results • Automate GIS tasks. • Document and Share.
  • 27. ArcToolbox Toolboxes Tools Tooldatasets
  • 29. ArcToolbox Toolboxes Tools Tooldatasets
  • 30. Executing a tool • Background processing • Progress bar • Pop-up notification • Result Window - Process report - Open output files - Rerun a tool - Add result to the map - Copy into ModelBuilder or Python - Copy Python snippet - …
  • 31. ModelBuilder • Tool for encapsulating workflows - Reusable - Sharable • Visual programming language - Without writing code
  • 32. Python • Python is a free, cross-platform, open-source programming language that is both powerful and easy to learn. • Native scripting language for ArcGIS 10. - data analysis, data conversion, data management and map automation. • Advantages: - There are many ways to run single tools - Use scripting to develop, execute, and share geoprocessing workflows - Improves productivity
  • 33. ArcPy • The access point to geoprocessing tools • A package of functions, classes and modules, all related to scripting in ArcGIS - Helper functions that enable workflows (ListFeatureClasses, Describe, SearchCursor, etc) - Classes that can be used to create complex objects (SpatialReference, FieldMap objects) - Modules that provide extended functionality - Mapping - SpatialAnalyst ArcPy - Geostatistical Geostatistical
  • 34. Writing Python scripts • script.py • Text editor: Notepad, WordPad,… • IDE: PythonWin, IDLE,… • Python Window - Embedded, interactive Python window within ArcGIS - Access to ArcPy, any Python functionality - Great for experimenting with Python - Help pane
  • 35. Python script tools • Connects Python to ArcGIS • Best way to create and share custom workflows - More accessible than stand-alone Python script - Extends ArcGIS • Integrated with geoprocessing framework - Inherits geoprocessing properties and environments from application - Can be used in ModelBuilder - Works with map layers • Connect parameters to arguments.
  • 36. Geoprocessing resources http://resources.arcgis.com
  • 40. Map export and printing The traditional ways • Printing - Setting the page size of your map layout • Exporting your map - Multiple formats supported: EMF BMP EPS JPEG AI PNG PDF TIFF SVG GIF - Special settings used to create the PDF files: - Resolution - Output Image Quality - PDF Format options - Data Driven Pages
  • 41. Sharing as a Package Professional to Professional ArcGIS Online ArcGIS for Desktop Sharing Tradecraft New at 10.1 Geoprocessing, Tile, & Locator Map and Layer Packages Packages
  • 42. Sharing as Services Professional to Everyone • Make it easier to share GIS resources - Unified sharing experience - Comprehensive Analysis - Sharing to servers in the cloud and to ArcGIS Online ArcGIS for Server
  • 43. Demonstration Sharing resources
  • 45. Additional resources • ArcGIS Desktop Help: http://help.arcgis.com/es/arcgisdesktop/10.0/help/ind ex.html • http://help.arcgis.com/en/arcgisdesktop/10.0/help/ind ex.html • ArcGIS Desktop Blog: http://blogs.esri.com/Dev/blogs/arcgisdesktop/ • Context-sensitive help within ArcGIS • ArcGIS.com
  • 46. Resources at the User Conference • Thursday, October 27 - Desktop Road Ahead 10.1. Room N101, 14:30-16:30. - Sharing and Publishing from Desktop and Mobile Devices. Room N105, 14:30-16:30. - Using Imagery in ArcGIS. Room N102, 16:30 - 18:00. • Friday, October 28 - Data managing and Data Exchange: Geodatabases and Interoperability. Room N106 09:30 - 11:00. - Working with ArcGIS Online. Room N101, 09:30 - 11:00. - Novedades Generales ArcGIS 10.1. Room N106 11:30 - 13:00.
  • 49. Party