This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control initialization of an image server.
This interface is new at ArcGIS 9.3.
Name | Description | |
---|---|---|
ImageDataSourceName | The image server data source name. | |
Initialize | Initializes this image server from a fullname to a dataset. | |
InitializeFromDataset | Initializes this image server from a Raster Dataset. | |
InitializeFromServiceURL | Initializes this image server from an AIS service URL (ImageService://<host>:<port>/<service>). |
Classes | Description |
---|---|
ImageServer | The ArcGIS Server Image Server class. |
An image service can be initialized from a data path, a raster dataset, or a service URL of an ArcGIS Image Server service. Use Initialize to initialize a service with a full path name to the data. Use InitializeFromDataset to initialize a service with a raster dataset. Use InitializeFromServiceURL to initialize a service with a back-end ArcGIS Image Server service.