Need to obtain raster renderer attributes using Java Connector API.
上次发布: August 25, 2014No Product Found
增强功能 ID 编号
NIM012695
已提交
August 22, 2014
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
编程语言
Java
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
备用工作流程
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.