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')
name |
---|
name |
type |
color |