Need to obtain raster renderer attributes using Java Connector API.
Last Published: August 25, 2014No Product Found
Enhancement ID Number
NIM012695
Submitted
August 22, 2014
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Program language
Java
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Alternate Workflow
ArcIMS Java Connector does not provide a method to get to the RASTER_RENDERER information, You can get access to this information if you send and receive raw ArcXML using Java Connector ConnectionProxy object. Since RASTER_RENDERER is returned for a SERVICEINFO response, you will have to send the GET_SERVICE_INFO request and parse the response.