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 !?
I am still not able to retrieve the attributes when I tap on it .
Any suggestion please !