This document is archived and information here might be outdated.  Recommended version.


IImageServiceInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface
ArcGIS Developer Help

IImageServiceInfo Interface

Provides access to the properties of an image service. Note: the IImageServiceInfo interface has been superseded by IImageServiceInfo2. Please consider using the more recent version.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read-only property BandCount The number of bands.
Read/write property CopyrightText Copyright information associated with the image service.
Read/write property DefaultServiceProperties The default service properties.
Read-only property Description The description of the image service.
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-only property MaximumPixelSize The maximum visible pixel size.
Read-only property MaxNCols The maximum number of colums this service supports.
Read-only property MaxNRows The maximum number of rows this service supports.
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.

Classes that implement IImageServiceInfo

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

Remarks

IImageServiceInfo allows you to access the properties of an image service. The properties include description, spatial reference, extent, pixel type, dimension, etc. There is no colormap, histogram or attribute table.