ArcObjects Library Reference (Carto)  

IImageServiceInfo2 Interface

Provides access to the properties of an image service.

Product Availability

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

Description

This interface is new at ArcGIS 10.

Members

Description
Read/write property AllowedCompressions The list of allowed client controllable transmition compressions.
Read/write property AllowedFields The list of visible field names.
Read/write property AllowedItemMetadata The level of item metadata details.
Read/write property AllowedMosaicMethods The list of allowed client controllable mosaic methods.
Read-only property BandCount The number of bands.
Read/write property CopyrightText Copyright information associated with the image service.
Read/write property DefaultCompression The default transmission compression, None, LZ77, JPEG.
Read/write property DefaultCompressionQuality The default transmission compression quality (1-100).
Read/write property DefaultMosaicMethod The default mosaic method.
Read/write property DefaultResamplingMethod The default resampling method.
Read/write property DefaultServiceProperties The default service properties.
Read-only property Description The description of the image service.
Read/write property EndTimeFieldName The end time field name.
Read-only property Extent The extent of the image service.
Method GetPixelSize Gets the pxiel size of the image service, in its native units.
Method GetStatistics Gets the statistics of a given band.
Read/write property MaxDownloadImageCount The maximum number of images allowed for download.
Read-only property MaximumPixelSize The maximum visible pixel size.
Read/write property MaxMosaicImageCount The maximum number of images allowed for mosaic.
Read-only property MaxNCols The maximum number of colums this service supports.
Write-only property MaxNCols The maximum number of colums this service supports.
Read-only property MaxNRows The maximum number of rows this service supports.
Write-only property MaxNRows The maximum number of rows this service supports.
Read/write property MaxRecordCount The maximum number of records returned for query results.
Read-only property MinimumPixelSize The minimum visible pixel size.
Read-only property Name The name of the image service.
Read-only property NoData The NoData (background) value of the image service.
Read-only property PixelType The pixel type of the image service.
Read/write property ServiceDataType The data type of the image service.
Read/write property ServiceSourceType The image service data source type.
Read-only property SpatialReference The spatial reference of the image service.
Read/write property StartTimeFieldName The start time field name.
Read/write property SupportBSQ Indicates if output can be generated in BSQ pixel interleave format.
Read/write property SupportsTime Indicates if time is supported.
Read/write property TimeExtent The time extent.
Read/write property TimeReference The time reference.
Read/write property TimeValueFormat The time value format.

Inherited Interfaces

Interfaces Description
IImageServiceInfo Provides access to the properties of an image service.

CoClasses that implement IImageServiceInfo2

CoClasses and Classes Description
ImageServiceInfo A class that provides information on an ArcGIS server image service.

Remarks

IImageServiceInfo provides access to more properties of an image service: allowed fileds, allowed compressions, allowed mosaic methods, default compression, default compression quality, default mosaic method, default resampling method, etc.