Welcome to ESRI Blogs

Browse by Tags

All Tags » Geoprocessing

Geoprocessing parameter types in the ArcGIS JavaScript API

Every geoprocessing task has a set of input parameters, which represent values or datasets that the model takes in. You need to supply the parameters correctly in order to run the task. In this post we'll look at how you find out the parameter types and
Posted by sterlingdq | 1 Comments

ArcGIS Server 9.3 Nationwide Seminar Series occurring now

ESRI has been working on two, half-day ArcGIS Server 9.3 Seminars . These seminars started September 23rd and are taking place through November within the U.S. This is a great opportunity to see how to implement ArcGIS Server to its fullest capabilities.

Video explains "Parcel Notification List" JavaScript example

Currently the most popular download on the ArcGIS JavaScript API Code Gallery is the Parcel Notification List application written and submitted by Jeff Archer from ESRI. In this video Jeff takes a few minutes to show how the sample works and gives a quick

Publishing a geoprocessing Select tool to ArcGIS Explorer

In this post, guest author Jeff Barrette of ESRI Olympia explains how to create a geoprocessing service for selecting features in ArcGIS Explorer. ArcGIS Explorer users may want to zoom to specific locations based upon data that is available to them either

Changing the transparency of GeoprocessingTask results in a Map

Rex Hansen contributed this discussion about working with results of the .Net Web ADF GeoprocessingTask programmatically: An ArcGIS Server geoprocessing service can contain server tools which generate feature output (e.g. feature class, feature layer,

New geoprocessing tutorial in online help

A new tutorial explaining how to add geoprocessing to Web applications became available today in the ArcGIS Server Web-based help. This tutorial walks you through the process of building a model and creating a map to display the model inputs and results.
Posted by sterlingdq | 13 Comments
Filed under: ,

User Conference 2007: Technical workshops to attend if you want to get more out of your existing ArcGIS Server deployment

Some technical workshops at the conference are appropriate for all ArcGIS Server users, even if you’ve installed the product before and you’re already familiar with it. These workshops can help you make better use of your existing deployment:

Publishing and using a geoprocessing model within a map document

One of the exciting new aspects of ArcGIS Server 9.2 is the ability to publish geoprocessing models and scripts to the server. A model can be published either as a tool that can be used directly on top of any map service, or it can be published with an
Posted by Jeremy | 11 Comments
Filed under: , ,

Building an Application with ArcGIS Server and the Web ADF

Hi All, Welcome to the first of many posts on building, using, consuming, and deploying ArcGIS Server services. Today I want to touch on building a simple web application in the Web ADF for the Microsoft .NET Framework with cached data and a couple of