damn_server.area¶
Procedures and classes for managing an area.
In this module, there are classes (data structures) related to area information, and procedures containing SQL queries that manipulate the database (saving, loading, and updating the area).
Functions
|
Return the FeatureCollection of the area's border. |
|
Return area loaded from the database. |
|
Save the area to the database and return the area identifier. |
|
Update the area in the database. |
Classes
Structure for storing information about the area. |
|
Structure for storing the features of the area's FeatureCollection. |
|
Structure that says how the area or the square should be divided. |
|
Structure for storing information about the new area. |
|
Shape of area or square grid. |
|
Structure for storing information about the area being updated. |