Provides access to members that support initializing an image server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 10.
Members
| 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. |
![]() |
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. |
![]() |
UploadDirectory | The directory for uploading files. |
![]() |
VirtualDownloadDirectory | The virtual directory for downloading files. |
![]() |
VirtualOutputDirectory | The virtual directory for output files. |
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IImageServerInit | Provides access to members that control image server initialization. |
CoClasses that implement IImageServerInit2
| CoClasses and Classes | Description |
|---|---|
| ImageServer | The ArcGIS Server Image Server class. |
Remarks
IImageServerInit2 interface is used to initialize a local image service and set configratuion parameters: MaxRecordCount, MaxImageWidth, MaxImageHeight, AllowedCompressions, AllowedMosaicMethods, AllowedItemMetadata, etc.


