ArcObjects Library Reference (Carto)  

IImageServerInit3 Interface

Provides access to members that control initialization of an image server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property AllowedCompressions The list of allowed compressions, None, LZ77, and JPEG.
Read/write property AllowedFields The list of allowed field names.
Read/write property AllowedItemMetadata The allowed metadata, None, Basic, and Full.
Read/write property AllowedMosaicMethods The list of allowed mosaic methods.
Write-only property ColormapToRGB Indicates if a colormap image is to be converted to RGB.
Method DefineView Defines/creates a new, or overwrites an existing, view.
Read/write property DEM The DEM for 3D mensuration.
Read/write property DownloadDirectory The physical directory for downloadable files.
Read/write property DynamicImageWorkspace The workspace used for adding rasters.
Read/write property ExcludedFields The list of excluded field names.
Read/write property ImageDataSourceName The image server data source name.
Method Initialize Initializes this image server from a fullname to a dataset.
Method InitializeDEM Initialize DEM for 3D mensuration from a DEM file or service.
Method InitializeFromDataset Initializes this image server from a Raster Dataset.
Method InitializeFromServiceURL Initializes this image server from an AIS service URL (ImageService://<host>:<port>/<service>).
Read/write property MaxImageHeight The maximum height in pixels of an image request.
Read/write property MaxImageWidth The maximum width in pixels of an image request.
Read-only property MaximumImageCellsize The maximum source image cellsize.
Read/write property MaxRecordCount The maximum number of records returned for query results (GetCatalog).
Read/write property OutputDirectory The physical directory for output files.
Read/write property PhysicalCacheDirectory The physical directory for cache files.
Method Project Projects into a new spatial reference.
Write-only property RasterFunctions A list of comma delimited server raster function names.
Write-only property RasterTypes A list of comma delimited server raster type names.
Write-only property User The current user.
Read/write property View The current image view.
Read/write property ViewID The current image view ID.
Read/write property VirtualCacheDirectory The physical directory for cache files.
Read/write property VirtualDownloadDirectory The virtual directory for downloading files.
Read/write property VirtualOutputDirectory The virtual directory for output files.

Inherited Interfaces

Interfaces Description
IImageServerInit2 Provides access to members that control initialization of an image server.
IImageServerInit Provides access to members that control initialization of an image server.