Does the API support any sort of manipulation on the returned fields of a query? According to QueryParameters (ArcGIS_Runtime_Java 10.2.4 API) , the relevant methods I see are setOutFields and setOutStatistics, but neither of them provide support for concatenating fields together or using something like case statements that I could with a select clause in an SQL statement.
Thanks for the help.
Thanks for the reply. That was actually the direction I had decided to go. It is harder to do this though because in our application we let users specify dynamically how they want their data to be manipulated via SQL-like commands. Looking into ANTLR.
How about working with returned fields on the client side?
My co-worker attended an ESRI-sponsored conference and learned that this was not possible. They suggest making views in arcGis that has the fields in the format you need.
Tagging thehttps://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-java?sr=search&searchId=56e58b47-0721-4b8b-8e45-cffa316621c9&searchIndex=1 community for better visibility of your question.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.