py3dtiles.tilers.base_tiler.tiler_worker module#

class py3dtiles.tilers.base_tiler.tiler_worker.TilerWorker(shared_metadata: _SharedMetadataT)[source]#

Bases: ABC, Generic[_SharedMetadataT]

abstract execute(skt: Socket[bytes], command: bytes, content: list[bytes]) None[source]#

Executes a command sent by the tiler. The method returns directly the response with the skt variable.