ArcGIS

ArcGIS

ArcMap, part of ArcGIS
Developer(s) Esri
Stable release 10.0 / June, 2011
Operating system Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows 7
Type GIS
License Proprietary

ArcGIS is a suite consisting of a group of geographic information system (GIS) software products produced by Esri.

ArcGIS is a system for working with maps and geographic informations. It is used for: creating and using maps; compiling geographic data; analyzing mapped information; sharing and discovering geographic information; using maps and geographic information in a range of applications; and managing geographic information in a database.

The system provides an infrastructure for making maps and geographic information available throughout an organization, across a community, and openly on the Web.

ArcGIS includes the following Windows desktop software:

There are also server-based ArcGIS products, as well as ArcGIS products for PDAs. Extensions can be purchased separately to increase the functionality of ArcGIS.

Contents

Product history

Prior to the ArcGIS suite, Esri had focused its software development on the command line Arc/INFO workstation program and several Graphical User Interface-based products such as the ArcView GIS 3.x desktop program. Other Esri products included MapObjects, a programming library for developers, and ArcSDE as a relational database management system. The various products had branched out into multiple source trees and did not integrate well with one another. In January 1997, Esri decided to revamp its GIS software platform, creating a single integrated software architecture.[1]

ArcGIS 8.x

In late 1999, Esri released ArcGIS 8.0, which ran on the Microsoft Windows operating system.[1] ArcGIS combined the visual user-interface aspect of ArcView GIS 3.x interface with some of the power from the Arc/INFO version 7.2 workstation. This pairing resulted in a new software suite called ArcGIS, which included the command-line ArcInfo workstation (v8.0) and a new graphical user interface application called ArcMap (v8.0) incorporating some of the functionality of ArcInfo with a more intuitive interface, as well as an ArcGIS file management application called ArcCatalog (v8.0). The release of the ArcGIS suite constituted a major change in Esri's software offerings, aligning all their client and server products under one software architecture known as ArcGIS, developed using Microsoft Windows COM standards.[2]

One major difference is the programming (scripting) languages available to customize or extend the software to suit particular user needs. In the transition to ArcGIS, Esri dropped support of its application-specific scripting languages, Avenue and the ARC Macro Language (AML), in favour of Visual Basic for Applications scripting and open access to ArcGIS components using the Microsoft COM standards.[3] ArcGIS is designed to store data in a proprietary RDBMS format, known as geodatabase. ArcGIS 8.x introduced other new features, including on-the-fly map projections, and annotation in the database.[4]

Updates of ArcView 3.x extensions, including 3D Analyst and Spatial Analyst, came later with release of ArcGIS 8.1, which was unveiled at the Esri International User Conference in 2000.[5] ArcGIS 8.1 was officially released on April 24, 2001. Other new extensions were made available with ArcGIS 8.1, including GeoStatistical Analyst. ArcGIS 8.1 also added the ability to access data online, directly from the Geography Network site or other ArcIMS map services.[3] ArcGIS 8.3 was introduced in 2002, adding topology to geodatabases, which was a feature originally available only with ArcInfo coverages.[6]

ArcGIS 9.x

ArcGIS 9 was released in May 2004, which included ArcGIS Server and ArcGIS Engine for developers.[1] The ArcGIS 9 release includes a geoprocessing environment that allows execution of traditional GIS processing tools (such as clipping, overlay, and spatial analysis) interactively or from any scripting language that supports COM standards. Although the most popular of these is Python, others have been used, especially Perl and VBScript. ArcGIS 9 includes a visual programming environment, similar to ERDAS IMAGINE's Model Maker (released in 1994, v8.0.2). The Esri version is called ModelBuilder and as does the ERDAS IMAGINE version allows users to graphically link geoprocessing tools into new tools called models. These models can be executed directly or exported to scripting languages which can then execute in batch mode (launched from a command line), or they can undergo further editing to add branching or looping.

On June 26, 2008, Esri released ArcGIS 9.3. The new version of ArcGIS Desktop has new modeling tools and geostatistical error tracking features, while ArcGIS Server has improved performance, and support for role-based security. There also are new JavaScript APIs that can be used to create mashups, and integrated with either Google Maps or Microsoft Virtual Earth.[7][8]

At the 2008 Esri Developers Summit, there was little emphasis on ArcIMS, except for one session on transitioning from ArcIMS to ArcGIS Server-based applications, indicating a change in focus for Esri with ArcGIS 9.3 for web-based mapping applications.[9]

In May 2009, Esri released ArcGIS 9.3.1, which improved the performance of dynamic map publishing and introduced better sharing of geographic information.

ArcGIS 10.x

In 2010, Esri announced what had previously been thought of as version 9.4 would be version 10 and would be shipped in the second quarter of 2010.[10] The current version is 10.0. as of September 2010.

Geodatabase

Older Esri products, including ArcView 3.x, worked with data in the shapefile format. ArcInfo Workstation handled coverages, which stored topology information about the spatial data. Coverages, which were introduced in 1981 when ArcInfo was first released, have limitations in how they handle types of features. Some features, such as roads with street intersections or overpasses and underpasses, should be handled differently than other types of features.[11]

ArcGIS is built around the geodatabase, which uses an object-relational database approach for storing spatial data. A geodatabase is a "container" for holding datasets, tying together the spatial features with attributes. The geodatabase can also contain topology information, and can model behavior of features, such as road intersections, with rules on how features relate to one another.[12] When working with geodatabases, it is important to understand about feature classes which are a set of features, represented with points, lines, or polygons. With shapefiles, each file can only handle one type of feature. A geodatabase can store multiple feature classes or type of features within one file.[13]

Geodatabases in ArcGIS can be stored in three different ways including as a "file geodatabase", "personal geodatabase", and "ArcSDE geodatabase".[14] Introduced at 9.2, the file geodatabase stores information in a folder named with a .gdb extension. The insides look similar to that of a coverage but is not, in fact, a coverage. Similar to the personal geodatabase, the file geodatabase only supports a single editor. However, unlike the personal geodatabase, there is virtually no size limit. By default, any single table cannot exceed 1TB, but this can be changed. Personal geodatabases store data in Microsoft Access files, using a BLOB field to store the geometry data. The OGR library is able to handle this file type, to convert it to other file formats.[15] Database administration tasks for personal geodatabases, such as managing users and creating backups, can be done through ArcCatalog. Personal geodatabases, which are based on Microsoft Access, run only on Microsoft Windows and have a 2 gigabyte size limit.[16] Enterprise (multi-user) level geodatabases are handled using ArcSDE, which interfaces with high-end DBMS such as Oracle, Microsoft SQL Server, DB2 and Informix to handle database management aspects, while ArcGIS deals with spatial data management.[17] Enterprise level geodatabases support database replication, versioning and transaction management, and are cross-platform compatible, able to run on Linux, Windows, and Solaris.[16]

Also released at 9.2 is the personal SDE database that operates with SQL Server Express. Personal SDE databases do not support multi-user editing, but do support versioning and disconnected editing. Microsoft limits SQL Server Express databases to 4GB.

Components and product levels

ArcGIS consists of Desktop GIS products, as well as GIS products that run on a server, or on a mobile[18] device.

ArcGIS for Desktop

Product levels

ArcGIS for Desktop is available at different product levels, with increasing functionality.

Other desktop GIS software include ArcGIS Explorer and ArcGIS Engine. ArcGIS Explorer is a GIS viewer which can work as a client for ArcGIS Server, ArcIMS, ArcWeb Services and Web Map Service (WMS).

Components

ArcGIS for Desktop consists of several integrated applications, including ArcMap, ArcCatalog, ArcToolbox, and ArcGlobe. ArcCatalog is the data management application, used to browse datasets and files on one's computer, database, or other sources. In addition to showing what data is available, ArcCatalog also allows users to preview the data on a map. ArcCatalog also provides the ability to view and manage metadata for spatial datasets.[22] ArcMap is the application used to view, edit and query geospatial data, and create maps. The ArcMap inferface has two main sections, including a table of contents on the left and the data frame(s) which display the map. Items in the table of contents correspond with layers on the map.[23] ArcToolbox contains geoprocessing, data conversion, and analysis tools, along with much of the functionality in ArcInfo. It is also possible to use batch processing with ArcToolbox, for frequently repeated tasks.[24]

Extensions

There are a number of software extensions that can be added to ArcGIS for Desktop that provide added functionality, including 3D Analyst, Spatial Analyst, Network Analyst, Survey Analyst, Tracking Analyst, and Geostatistical Analyst.[25] Advanced map labeling is available with the Maplex extension, as an add-on to ArcView and ArcEditor and is bundled with ArcInfo.[20] Numerous extensions have also been developed by third-parties, such as ST-Links PgMap XTools and MAP2PDF for creating georeferenced pdfs (GeoPDF),[26] ERDAS' Image Analysis and Stereo Analyst for ArcGIS, and ISM's PurVIEW, which converts Arc- desktops into precise stereo-viewing windows to work with geo-referenced stereoscopic image models for accurate geodatabase-direct editing or feature digitizing.

Other products

ArcGIS Mobile and ArcPad are products designed for mobile devices. ArcGIS Mobile is a software development kit for developers to use to create applications for mobile devices, such as smartphones or tablet PCs. If connected to the Internet, mobile applications can connect to ArcGIS Server to access or update data. ArcGIS Mobile is only available at the Enterprise level[27]

Server GIS products include ArcIMS (web mapping server), ArcGIS Server and ArcGIS Image Server. As with ArcGIS Desktop, ArcGIS Server is available at different product levels, including Basic, Standard, and Advanced Editions. ArcGIS Server comes with SQL Server Express DBMS embedded, and can work with enterprise DBMS such as SQL Server Enterprise and Oracle.[28] The Esri Developer Network (EDN) includes ArcObjects and other tools for building custom software applications, and ArcGIS Engine provides a programming interface for developers.[29]

Sales

ArcGIS Desktop products and ArcPad are available with a single-use license. Most products are also available with concurrent-use license, while development server licenses and other types of software licenses are available for other products.[30] Single-use products can be purchased online from the Esri Store, while all ArcGIS products are available through a sales representative or reseller. Annual software maintenance and support is also available for ArcGIS.[31] While there are alternative products available from other traditional vendors such as MapInfo and Intergraph, Esri has a dominant share of the GIS software market with approximately a 36 percent share of the GIS software market worldwide as of 2002. The ARC Advisory Group estimated in 2010 that ESRI's market share now exceeds 40%.[32]

Criticisms

Esri's change to the ArcGIS platform rendered incompatible an extensive range of user-developed and third-party add-on software and scripts. A substantial user base resists migrating to ArcGIS because of changes in scripting capability, functionality, operating system (ArcGIS Desktop software was developed exclusively for the Microsoft Windows operating system), as well as the significantly larger system resources required by the ArcGIS system.[33][34] Esri has continued support for these users. ArcView 3.x is still available for purchase, and ArcInfo Workstation is still included in a full ArcGIS ArcInfo licence to provide some editing and file conversion functionality that has not been included to date in ArcGIS.

ArcMap and other ArcGIS applications have a tendency to crash from time to time, while some of its geoprocessing tools fail when processing moderately large datasets.[35] ArcGIS Desktop 9.1 had bugs when exporting maps as PDF files.[36] With ArcGIS 9.2 (SP4) on Microsoft Windows Vista, there are a number of additional bugs.[37] Esri has issued a number of service packs for ArcGIS Desktop and other products, which include numerous bug fixes, along with feature enhancements.[38] Other issues with ArcGIS include high prices for the products, proprietary formats, and difficulties of porting data between Esri and other GIS software.[39][40][41]

See also

References

  1. ^ a b c Smith, Susan (May 2004). "Dr. David Maguire on the ArcGIS 9.0 Product Family Release". GIS Weekly. http://www10.giscafe.com/nbc/articles/view_weekly.php?articleid=208790. 
  2. ^ Elroi, Daniel (2000-05-16). "Straight Talk From the Top". Directions Magazine. http://www.directionsmag.com/features.php?feature_id=35. 
  3. ^ a b "Here Comes ArcView 8.1". GeoCommunity. http://spatialnews.geocomm.com/features/arcview81/. Retrieved 2008-02-05. 
  4. ^ Huber, Bill (August 2000). "The Future of ArcView; Part 1". Directions Magazine. http://www.directionsmag.com/features.php?feature_id=38. 
  5. ^ Maguire, David J (May 2000). "Esri's New ArcGIS Product Family". ArcNews (Esri). http://www.esri.com/news/arcnews/summer00articles/esrisnew.html. 
  6. ^ "ArcGIS Brings Topology to the Geodatabase". ArcNews (Esri). Summer 2002. http://www.esri.com/news/arcnews/summer02articles/arcgis-brings-topology.html. 
  7. ^ "What's New in ArcGIS 9.3". esri.com. 2008-06-26. http://www.esri.com/software/arcgis/whats-new/index.html. Retrieved 2009-04-16. 
  8. ^ "ArcGIS Desktop 9.3 Demos". esri.com. 2008-06-26. http://www.esri.com/flashmedia/arcgis_desktop_93/arcgis_desktop_93.html. Retrieved 2009-04-16. 
  9. ^ "ArcIMS Goes Out With a Whimper". Fuzzy Tolerance / Mecklenburg County GIS. 2008-03-17. http://fuzzytolerance.info/code/arcims-goes-out-with-a-whimper/. Retrieved 2011-06-21. 
  10. ^ "What's coming ArcGIS 10". esri.com. http://www.esri.com/software/arcgis/whats-new/index.html. Retrieved 2010-03-07. 
  11. ^ Zeiler, Michael (1999). Modeling Our World: The Esri Guide to Geodatabase Design. Esri. p. 4. 
  12. ^ Tomlinson, Roger F. (2003). Thinking about GIS: Geographic Information System Planning for Managers. Esri. p. 144. 
  13. ^ Detwiler, Jim. "ArcGIS - Building geodatabases" (PDF). Penn State - Population Research Institute. http://www.pop.psu.edu/gia-core/pdfs/gis_rd_02-40.pdf. Retrieved 2008-02-06. 
  14. ^ "Types of Geodatabases (ArcGIS 9.2 Desktop Help)". Esri. http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Types_of_geodatabases. Retrieved 2008-02-06. 
  15. ^ "Esri Personal Geodatabase". MapServer. Archived from the original on 2007-12-18. http://web.archive.org/web/20071218102746/http://mapserver.gis.umn.edu/docs/reference/vector_data/pgeo. Retrieved 2008-02-06. 
  16. ^ a b Gillgrass, Craig, Tom Brown, Gary McDougall. "What's New with Geodatabases" (PDF). Esri. http://esri.com/events/uc/07_workshops/whats_new_geodb_arcsde.pdf. Retrieved 2008-02-11. 
  17. ^ Reid, Hal (2004-08-18). "ArcGIS 9 and the Geodatabase". Directions Magazine. http://www.directionsmag.com/article.php?article_id=642&trv=1. 
  18. ^ Mobile ArcGIS Viewer http://www.webmapsolutions.com/free-mobile-arcgis-viewer-upgraded
  19. ^ "ArcReader - Frequently Asked Questions". Esri. Archived from the original on 2007-12-29. http://web.archive.org/web/20071229101443/http://www.esri.com/software/arcgis/arcreader/about/faqs.html. Retrieved 2008-02-05. 
  20. ^ a b c "ArcGIS Desktop 9.2 Functionality Matrix" (PDF). Esri. Archived from the original on 2007-08-08. http://web.archive.org/web/20070808042040/http://esri.com/library/brochures/pdfs/arcgis92-functionality-matrix-list.pdf. Retrieved 2008-02-05. 
  21. ^ Esri - Product Page
  22. ^ Zeiders, Michelle (October 2002). "Introduction to ArcCatalog" (PDF). Penn State. http://www.pop.psu.edu/gia-core/pdfs/gis_rd_02-14.pdf. Retrieved 2008-02-11. 
  23. ^ Zeiders, Michelle (October 2002). "Introduction to ArcMap" (PDF). Penn State. http://www.pop.psu.edu/gia-core/pdfs/gis_rd_02-13.pdf. Retrieved 2008-02-11. 
  24. ^ Graham, Steve (October 2002). "Introduction to ArcToolbox" (PDF). Penn State. http://www.pop.psu.edu/gia-core/pdfs/gis_rd_02-15.pdf. Retrieved 2008-02-11. 
  25. ^ "Extensions for ArcInfo, ArcEditor, and ArcView". Esri. http://www.esri.com/software/arcgis/about/desktop_extensions.html. Retrieved 2008-02-05. 
  26. ^ Limp, W. Fredrick (October 2007). "MAP2PDF Bundle". GeoWorld. 
  27. ^ "ArcGIS Goes Mobile". ArcNews (Esri). Spring 2007. http://www.esri.com/news/arcnews/spring07articles/arcgis-goes-mobile.html. 
  28. ^ "Streamlining Server Technology at ArcGIS 9.2". ArcNews (Esri). Summer 2006. http://www.esri.com/news/arcnews/summer06articles/streamlining-server.html. 
  29. ^ "What is ArcGIS 9.2?" (PDF). Esri. http://www.esri.com/library/books/what-is-arcgis92.pdf. Retrieved 2008-02-06. 
  30. ^ "General License Terms and Conditions" (PDF). Esri. http://www.esri.com/legal/pdfs/e200-e300-mla.pdf. Retrieved 2011-12-05. 
  31. ^ "ArcGIS Pricing". Esri. http://www.esri.com/software/arcgis/arcgis-for-desktop/pricing.html. Retrieved 2011-12-05. 
  32. ^ "COTS GIS: The Value of a Commercial Geographic Information System". www.esri.com. http://www.esri.com/library/whitepapers/pdfs/cots-gis.pdf. Retrieved 2010-01-30. 
  33. ^ "Making The Move From ArcView 3x to ArcView 8.1". GeoCommunity. May 2001. http://spatialnews.geocomm.com/features/arcview3xto8/. 
  34. ^ Fee, James (2006-10-02). "Do you still use ArcView 3.x?". Spatially Adjusted. http://www.spatiallyadjusted.com/2006/10/02/do-you-still-use-arcview-3x/. Retrieved 2008-02-05. 
  35. ^ ArcGIS 9.1 (and now 9.2) Annoyances, [1], [2]
  36. ^ "ArcMap PDF export issues". CartoTalk (forum). 2006-11-06. http://www.cartotalk.com/lofiversion/index.php?t1437.html. Retrieved 2008-02-06. 
  37. ^ "Known Issues that may be encountered with ArcGIS Desktop 9.2 SP4 and Windows Vista" (MS Word). Oregon State University, School of Civil and Construction Engineering. http://classes.engr.oregonstate.edu/cce/winter2008/ce202-001/KnownIssuesWithArcGISDesktop92sp4andWindowsVista.doc. Retrieved 2008-02-06. 
  38. ^ "New issues addressed with Service Pack 4". Esri. http://downloads.esri.com/support/downloads/other_/ArcGIS-92sp4-issues.htm. Retrieved 2008-02-06. 
  39. ^ Flanders, Kevin (2005-11-11). "Is It Time for Open Source?". Directions Magazine. http://www.directionsmag.com/article.php?article_id=2021. 
  40. ^ Nasr, Mahmoud Refaat (June 2007). "Open Source Software: The Use of Open Source GIS Software and its Impact on Organizations" (PDF). Middlesex University / MIT. http://opensource.mit.edu/papers/OpenSourceGIS.pdf. 
  41. ^ Mitchell, Tyler (2006-11-23). "The missing open source piece?". http://spatialguru.com/oss-gaps. 

External links