Provides access to the properties of an image service. Note: the IImageServiceInfo interface has been superseded byIImageServiceInfo2. 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
Description | ||
---|---|---|
BandCount | The number of bands. | |
CopyrightText | Copyright information associated with the image service. | |
DefaultServiceProperties | The default service properties. | |
Description | The description of the image service. | |
Extent | The extent of the image service. | |
GetPixelSize | Gets the pxiel size of the image service, in its native units. | |
GetStatistics | Gets the statistics of a given band. | |
MaximumPixelSize | The maximum visible pixel size. | |
MaxNCols | The maximum number of colums this service supports. | |
MaxNRows | The maximum number of rows this service supports. | |
MinimumPixelSize | The minimum visible pixel size. | |
Name | The name of the image service. | |
NoData | The NoData (background) value of the image service. | |
PixelType | The pixel type of the image service. | |
ServiceDataType | The data type of the image service. | |
ServiceSourceType | The image service data source type. | |
SpatialReference | The spatial reference of the image service. |
CoClasses that implement IImageServiceInfo
CoClasses and 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.