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:box() #1984

Closed pedro-andrade-inpe closed 7 years ago

pedro-andrade-inpe commented 7 years ago

Implement Layer:box() to make easier to the user to access the bounding box of a Layer.

avancinirodrigo commented 7 years ago

@pedro-andrade-inpe, what is the return format?

pedro-andrade-inpe commented 7 years ago

A table:

{
    xMin = ...,
    xMax = ...,
    yMin = ...,
    yMax = ...
}