DbSensor¶
-
class
mss_dataserver.geometry.db_inventory.
DbSensor
(orm=None, **kwargs)[source]¶ Bases:
mss_dataserver.geometry.inventory.Sensor
The database sensor.
- Parameters
orm (
mss_data_server.geometry.databaseFactory.GeomSensor
) – The sqlalchemy table mapper class.- Keyword Arguments
**kwargs – The keyword arguments passed to the __init__ method of the parent class
mss_dataserver.geoemetry.inventory.Sensor
.
Properties¶
id
int: The database id.
Methods¶
|
Initialize the instance. |
|
Add a component to the sensor. |
|
Create a |
|
Create a |
|
Get a component from the sensor. |
|
Merge a sensor to the existing. |
|
Remove a component from the sensor. |
|
Remove a component from the sensor using the component instance. |