spatial.getFeatureAttributes
Procedure
Returns feature attributes of the given layer
Examples
Get the feature attributes of a layer
CALL spatial.addWKTLayer('geom','wkt')
| node |
|---|
|
CALL spatial.getFeatureAttributes('geom')
Result
No results
CALL spatial.setFeatureAttributes('geom',['name','type','color'])
| node |
|---|
|
CALL spatial.getFeatureAttributes('geom')
| className | name |
|---|---|
java.lang.String |
color |
java.lang.String |
name |
java.lang.String |
type |