TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
36 stars 13 forks source link

Layer:properties() #1165

Closed pedro-andrade-inpe closed 8 years ago

pedro-andrade-inpe commented 8 years ago

Implement Layer:properties() that returns a vector of strings with the properties of a given layer. It is necessary to solve #1119. I could find only function propertyExists in TerraLib.

avancinirodrigo commented 8 years ago

@pedro-andrade-inpe, "properties of the layer" what would be? Layers has info that are in project file, is this?

pedro-andrade-inpe commented 8 years ago

Properties are basically the names of its attributes. If there are no attributes (for example, only bands), it should return nil.