py3dtiles.tilers.point.point_tiler_worker module# class py3dtiles.tilers.point.point_tiler_worker.PointTilerWorker(shared_metadata: _SharedMetadataT)[source]# Bases: TilerWorker[PointSharedMetadata] 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. execute_process_jobs(skt: Socket[bytes], content: list[bytes]) → None[source]# execute_read_file(skt: Socket[bytes], content: list[bytes]) → None[source]# execute_write_pnts(skt: Socket[bytes], content: bytes, node_name: bytes) → None[source]#