Select to view content in your preferred language

Get fields name and values from attribute table

834
1
Jump to solution
12-18-2017 07:18 AM
IonutAlixandroae4
Occasional Contributor

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

0 Kudos
1 Solution

Accepted Solutions
IonutAlixandroae4
Occasional Contributor

Update, I resolved the request by using the ServiceFeatureTable and a query to obtain the fields and the  attributes in an iterator  

View solution in original post

1 Reply
IonutAlixandroae4
Occasional Contributor

Update, I resolved the request by using the ServiceFeatureTable and a query to obtain the fields and the  attributes in an iterator