Provides access to members that control initialization of an image server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 9.3.
Members
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>). |
CoClasses that implement IImageServerInit
CoClasses and Classes | Description |
---|---|
ImageServer | The ArcGIS Server Image Server class. |
Remarks
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.