py3dtiles.tilers.point.point_message_type module#

class py3dtiles.tilers.point.point_message_type.PointManagerMessage(value)[source]#

Bases: Enum

An enumeration.

PROCESS_JOBS = b'process_job'#
READ_FILE = b'read_file'#
WRITE_CONTENT = b'write_content'#
class py3dtiles.tilers.point.point_message_type.PointWorkerMessageType(value)[source]#

Bases: Enum

An enumeration.

CONTENT_WRITTEN = b'content_written'#
NEW_TASK = b'new_task'#
PROCESSED = b'processed'#
READ = b'read'#