How to get all attribute names in SimpleFeature?
I find no appropriate method. I can get all attributes by getAttributes
, but I will loose names information. I can get attribute by name with getAttribute
, but I should know a name first.
So where is the method to enumerate names or what is the reason it absent?