Hi guys,
I am new in using ArcIGIS Runtime SDK for Java and I have a problem in obtaining the fields name and fields values from a service added into the map.
I made a basic app where I created a map and loaded a FeatureLayer from an URL;
I`d like after the feature is loaded to be able to obtain in some arrays the fields from the loaded services and also the values.
Could somebody help me with this?
Thanks,
Ionut
Solved! Go to Solution.
Update, I resolved the request by using the ServiceFeatureTable and a query to obtain the fields and the attributes in an iterator
Update, I resolved the request by using the ServiceFeatureTable and a query to obtain the fields and the attributes in an iterator