22 Jul
Posted by jj as Design & Graphics
This tutorial is designed to show the user how to use ArcGIS software and the Districting extension to prepare and submit a plan for the Competition. Please refer to the document “FINAL Rules of the Competition” for details and rules about this project including the rules and procedures of the competition.
Read the rest of this entry »
Modern Geographical Information Systems (GIS) [1] provide a service-oriented architecture for interacting with geographical data sets and related maps. Web-based GIS systems are architected around the same principles as more general Web service systems based on SOAP [2], WSDL [3], and REST. Mirroring the World Wide Web Consortium and OASIS Web service standards-making bodies, the Open Geospatial Consortium [5] defines open standards for messages, XML data formats, and access protocols that are specific to the GIS community. In addition to OGC-based services, there are many companies (such as ESRI and AutoDesk) that provide proprietary, commercial solutions. Services from these various providers are not normally interoperable.
Read the rest of this entry »
This tutorial demonstrates how to import an ESRI shapefile into an Access database using the ArcCatalog. Microsoft Access databases are compatible with ArcGIS, as tables within Access databases can be directly accessed by ArcGIS and added to ArcMap. When geographic boundary files are exported to an Access database, the database can then serve as a personal geodatabase: a container for organizing and storing multiple geographic boundary files and data tables. (see the How to Import Data into Microsoft Access tutorial for importing data tables into Access).
Read the rest of this entry »
Welcome to ESRI® ArcGIS® Data Interoperability extension. This tutorial guides you through some basic Data Interoperability skills. This tutorial is designed to let you explore the capabilities of Data Interoperability at your own pace and without the need for additional assistance. You’ll need about 30–40 minutes of focused time to complete the tutorial. However, you can also perform the exercises one at a time if you wish.
Read the rest of this entry »
AutoCAD Map 3D is the leading engineering GIS platform for creating and managing spatial data. AutoCAD Map 3D bridges CAD and GIS by providing direct access to data, regardless of how it is stored, and by enabling the use of AutoCAD® tools for maintaining a broad variety of geospatial information.
Using Open Source FDO Data Access Technology, AutoCAD Map 3D natively accesses spatial data stored in relational databases, files, and Web-based services, providing easy management of large geospatial data sets while streamlining entire workflows.
Read the rest of this entry »
This guide assumes that the reader has a basic understanding of what ArcGIS and the .Net framework is, as well as a rudimentary understanding of how object oriented programming works. For more information about .Net and object oriented programming, follow the links in Appendix B.
In order to program with ArcGIS there are two products that you will need to have installed on your computer. First, you must have either ArcGIS Desktop, ArcGIS ArcInfo or else have the ArcGIS Engine installed. Once these one of these are installed you will be able to run the code you compile in the ArcGIS environment. The other ArcGIS product you need is the Developer Tools for Microsoft.Net that provides access to the .Net framework and the functions that ESRI has made for .Net as well as the Developer tools that install an API for ArcObjects. It is also important to make sure that your software is up to date, which you can do by checking the ESRI website to see if there are updates or service packs for your software (this tutorial was written using ArcGIS 9.2 Service Pack1).
Read the rest of this entry »
Real-time strategy games are as close as most of us will ever get to assuming the role of a military commander. In RTS games, the player must form and carry out long-term strategies, just like in a game of chess. However, in RTS games, the player must also be able to quickly adapt his strategies to a very dynamic environment. The player does not always have a perfect picture of what is happening in the game world (unlike in a game of chess).
Read the rest of this entry »