Template applications


In this topic


About template applications

ArcGIS installation involves integration with Visual Studio 2008 which allows users to use available templates that includes the basic layout and necessary implementation and code. Developers can leverage by using these templates as base and start adding more as required. Templates are available for all products: Desktop , Engine or Server application.
To create a web mapping application a Web mapping applicationtemplate is provided when you choose to create a website using Visual Studio. Net. This template is available for both CSharp or VB.Net.
The primary advantage of building a Web application with a template is that much of the commonly used functionality is included, so you don’t have to program it. As with any template, the look of it serves as a starting point for your Web application. You can easily customize the layout of the controls on the template and change elements, such as fonts and colors, to suit your needs. If you want to integrate the application into an existing Web site, you can add other components, such as company logos and site navigation tools, so that it looks like your existing Web pages and integrates seamlessly into your Web site. You can also extend the functionality provided in a template and incorporate custom operations. That’s when you’ll start programming with the Common and data source specific application programming interfaces (APIs).

Web Mapping Application template

The Web Mapping Application template provides basic map display capabilities. It consists of a main map, a table of contents (legend), a toolbar, and an identify window (to display the results of the Identify tool). For any map-centric application, the Web Mapping Application template offers a good starting point. 
For a walkthrough illustrating how to get started with the Web ADF using the Web Mapping Application template, see Creating a Web application with a template.
For a comprehensive discussion of the Web Mapping Application capabilities, customization options, and additional walkthroughs, see Working with the Web Mapping Application.