Area registry wrapper.
More...
|
| | __init__ (self, areg=AREA_REGISTRY, preg=PROJECTION_REGISTRY) |
| | Default sonstructor.
|
| |
| | reload (self) |
| | Reloads everything from the area registry.
|
| |
| | getarea (self, areaid) |
| | Returns the wanted area if found, otherwise an exception will be thrown.
|
| |
| | get_area_names (self) |
| | Returns all registered area ids.
|
| |
|
| | _loadarea (self, areaid) |
| | Loads the spcific area if it can be found in the projection registry.
|
| |
|
|
dict | _registry = {} |
| |
|
| _arearegistryconfig = AREA_REGISTRY |
| |
|
| _projregistryconfig = PROJECTION_REGISTRY |
| |
◆ __init__()
| Lib.area_registry.area_registry.__init__ |
( |
| self, |
|
|
| areg = AREA_REGISTRY, |
|
|
| preg = PROJECTION_REGISTRY ) |
◆ _loadarea()
| Lib.area_registry.area_registry._loadarea |
( |
| self, |
|
|
| areaid ) |
|
protected |
Loads the spcific area if it can be found in the projection registry.
◆ get_area_names()
| Lib.area_registry.area_registry.get_area_names |
( |
| self | ) |
|
Returns all registered area ids.
◆ getarea()
| Lib.area_registry.area_registry.getarea |
( |
| self, |
|
|
| areaid ) |
Returns the wanted area if found, otherwise an exception will be thrown.
◆ reload()
| Lib.area_registry.area_registry.reload |
( |
| self | ) |
|
Reloads everything from the area registry.
The documentation for this class was generated from the following file:
- /github/workspace/Lib/area_registry.py