DbNetwork¶
-
class
mss_dataserver.geometry.db_inventory.
DbNetwork
(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.Network
The database network.
- Parameters
orm (
mss_data_server.geometry.databaseFactory.GeomNetwork
) – The sqlalchemy table mapper class for the network.- Keyword Arguments
**kwargs – The keyword arguments passed to the __init__ method of the parent class
mss_dataserver.geoemetry.inventory.Network
.
Properties¶
id
int: The database id.
Methods¶
|
Initialize the instance. |
|
Add a station to the network. |
|
Get a dictionary representation of the instance. |
|
Create a network from a dictionary. |
|
Create a |
|
Create a |
|
Get a station from the network. |
|
Merge a network with the existing. |
|
Remove a station from the network. |
|
Remove a station instance from the network. |