Add support for ImageServer raster layers when Composite=False.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM003846
Submitted
August 18, 2006
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Version Fixed
9.2
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
The ArcGIS Server local connection layer doesn't implement ILayer interface properly.The MapServerLayer ojbject that implements ILayer interface returns wrong result on calling AreaOfInterest method. The method returns zero while any valid implemetation ILayer interfaceshould return valid result.So KmlProject can't support MapServerLayer uniformly to other layer types.This is not the case for ArcGIS Server internet connection layers.