Get the custom attributes of the feature

240
1
08-01-2019 08:39 AM
DevendraKhatri
New Contributor III

At this hour, I want to get the attributes that I set when creating my geometries ,

geodatabaseFeatureTable.createFeature(attributes, geometry);

When I access the attributes back,

feature.getAttributes().get()

It does not list the attributes that I have set, Also, I have tried using ,

queryParameters.setWhereClause(String.format("GeometryId= %s", "10"));

It never mentions my attributes, only attributes that I see is 'OBJECTID' .

How does it gets set !?

0 Kudos
1 Reply
DevendraKhatri
New Contributor III

I am still not able to retrieve the attributes when I tap on it .

Any suggestion please !

0 Kudos