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 | ||
---|---|---|
![]() |
AllowedCompressions | The list of allowed client controllable transmition compressions. |
![]() |
AllowedFields | The list of visible field names. |
![]() |
AllowedItemMetadata | The level of item metadata details. |
![]() |
AllowedMosaicMethods | The list of allowed client controllable mosaic methods. |
![]() |
BandCount | The number of bands. |
![]() |
CopyrightText | Copyright information associated with the image service. |
![]() |
DefaultCompression | The default transmission compression, None, LZ77, JPEG. |
![]() |
DefaultCompressionQuality | The default transmission compression quality (1-100). |
![]() |
DefaultMosaicMethod | The default mosaic method. |
![]() |
DefaultResamplingMethod | The default resampling method. |
![]() |
DefaultServiceProperties | The default service properties. |
![]() |
Description | The description of the image service. |
![]() |
EndTimeFieldName | The end time field name. |
![]() |
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. |
![]() |
MaxDownloadImageCount | The maximum number of images allowed for download. |
![]() |
MaximumPixelSize | The maximum visible pixel size. |
![]() |
MaxMosaicImageCount | The maximum number of images allowed for mosaic. |
![]() |
MaxNCols | The maximum number of colums this service supports. |
![]() |
MaxNCols | The maximum number of colums this service supports. |
![]() |
MaxNRows | The maximum number of rows this service supports. |
![]() |
MaxNRows | The maximum number of rows this service supports. |
![]() |
MaxRecordCount | The maximum number of records returned for query results. |
![]() |
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. |
![]() |
StartTimeFieldName | The start time field name. |
![]() |
SupportBSQ | Indicates if output can be generated in BSQ pixel interleave format. |
![]() |
SupportsTime | Indicates if time is supported. |
![]() |
TimeExtent | The time extent. |
![]() |
TimeReference | The time reference. |
![]() |
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.