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 10.
Name | Description | |
---|---|---|
AllowedCompressions | The list of allowed compressions, None, LZ77, and JPEG. | |
AllowedFields | The list of allowed field names. | |
AllowedItemMetadata | The allowed metadata, None, Basic, and Full. | |
AllowedMosaicMethods | The list of allowed mosaic methods. | |
DownloadDirectory | The physical directory for downloadable files. | |
DynamicImageWorkspace | The workspace used for adding rasters. | |
ExcludedFields | The list of excluded field names. | |
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>). | |
MaxImageHeight | The maximum height in pixels of an image request. | |
MaxImageWidth | The maximum width in pixels of an image request. | |
MaxRecordCount | The maximum number of records returned for query results (GetCatalog). | |
OutputDirectory | The physical directory for output files. | |
VirtualDownloadDirectory | The virtual directory for downloading files. | |
VirtualOutputDirectory | The virtual directory for output files. |
Interfaces | Description |
---|---|
IImageServerInit | Provides access to members that control initialization of an image server. |
Classes | Description |
---|---|
ImageServer | The ArcGIS Server Image Server class. |
IImageServerInit2 interface is used to initialize a local image service and set configratuion parameters: MaxRecordCount, MaxImageWidth, MaxImageHeight, AllowedCompressions, AllowedMosaicMethods, AllowedItemMetadata, etc.