Map<String, Map<String, Object>>
. The Map keys are the wrapped feature's property names and the Map values are Maps with appropriate key/value pairs for each feature attribute.
For instance, the value attribute Maps hold the following properties:
null
values are returned as the empty string, non String values as per {@link FeatureWrapper#valueToString(Object)}
|
|
|
|
|
|
|
|