# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: pv_streamer.proto """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() import identification_pb2 as identification__pb2 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x11pv_streamer.proto\x1a\x14identification.proto\"4\n\tVectorGeo\x12\r\n\x05level\x18\x64 \x01(\x02\x12\x0b\n\x03lat\x18\x65 \x01(\x02\x12\x0b\n\x03lon\x18\x66 \x01(\x02\")\n\x06Vector\x12\t\n\x01z\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\t\n\x01x\x18\x03 \x01(\x02:)\n\x08\x63\x65ntroid\x12\x0b.Properties\x18\x64 \x01(\x0b\x32\n.VectorGeo:\x1f\n\nvolume_km3\x12\x0b.Properties\x18\x65 \x01(\x02: \n\x0bvolume_km2K\x12\x0b.Properties\x18\x66 \x01(\x02:\x1d\n\x08\x61rea_km2\x12\x0b.Properties\x18g \x01(\x02:)\n\x08min_bbox\x12\x0b.Properties\x18h \x01(\x0b\x32\n.VectorGeo:)\n\x08max_bbox\x12\x0b.Properties\x18i \x01(\x0b\x32\n.VectorGeo:\x1b\n\x06max_pv\x12\x0b.Properties\x18j \x01(\x02:\x1b\n\x06\x61vg_pv\x12\x0b.Properties\x18k \x01(\x02:\x1e\n\tis_cutoff\x12\x0b.Properties\x18l \x01(\x08:\x1b\n\x06length\x12\x0b.Properties\x18m \x01(\x02:!\n\x0clength_ratio\x12\x0b.Properties\x18n \x01(\x02:(\n\nmajor_axis\x12\x0b.Properties\x18o \x01(\x0b\x32\x07.Vector:)\n\x0bmedium_axis\x12\x0b.Properties\x18p \x01(\x0b\x32\x07.Vector:(\n\nminor_axis\x12\x0b.Properties\x18q \x01(\x0b\x32\x07.Vector:/\n\x1amajor_axis_orientation_deg\x12\x0b.Properties\x18r \x01(\x02') CENTROID_FIELD_NUMBER = 100 centroid = DESCRIPTOR.extensions_by_name['centroid'] VOLUME_KM3_FIELD_NUMBER = 101 volume_km3 = DESCRIPTOR.extensions_by_name['volume_km3'] VOLUME_KM2K_FIELD_NUMBER = 102 volume_km2K = DESCRIPTOR.extensions_by_name['volume_km2K'] AREA_KM2_FIELD_NUMBER = 103 area_km2 = DESCRIPTOR.extensions_by_name['area_km2'] MIN_BBOX_FIELD_NUMBER = 104 min_bbox = DESCRIPTOR.extensions_by_name['min_bbox'] MAX_BBOX_FIELD_NUMBER = 105 max_bbox = DESCRIPTOR.extensions_by_name['max_bbox'] MAX_PV_FIELD_NUMBER = 106 max_pv = DESCRIPTOR.extensions_by_name['max_pv'] AVG_PV_FIELD_NUMBER = 107 avg_pv = DESCRIPTOR.extensions_by_name['avg_pv'] IS_CUTOFF_FIELD_NUMBER = 108 is_cutoff = DESCRIPTOR.extensions_by_name['is_cutoff'] LENGTH_FIELD_NUMBER = 109 length = DESCRIPTOR.extensions_by_name['length'] LENGTH_RATIO_FIELD_NUMBER = 110 length_ratio = DESCRIPTOR.extensions_by_name['length_ratio'] MAJOR_AXIS_FIELD_NUMBER = 111 major_axis = DESCRIPTOR.extensions_by_name['major_axis'] MEDIUM_AXIS_FIELD_NUMBER = 112 medium_axis = DESCRIPTOR.extensions_by_name['medium_axis'] MINOR_AXIS_FIELD_NUMBER = 113 minor_axis = DESCRIPTOR.extensions_by_name['minor_axis'] MAJOR_AXIS_ORIENTATION_DEG_FIELD_NUMBER = 114 major_axis_orientation_deg = DESCRIPTOR.extensions_by_name['major_axis_orientation_deg'] _VECTORGEO = DESCRIPTOR.message_types_by_name['VectorGeo'] _VECTOR = DESCRIPTOR.message_types_by_name['Vector'] VectorGeo = _reflection.GeneratedProtocolMessageType('VectorGeo', (_message.Message,), { 'DESCRIPTOR' : _VECTORGEO, '__module__' : 'pv_streamer_pb2' # @@protoc_insertion_point(class_scope:VectorGeo) }) _sym_db.RegisterMessage(VectorGeo) Vector = _reflection.GeneratedProtocolMessageType('Vector', (_message.Message,), { 'DESCRIPTOR' : _VECTOR, '__module__' : 'pv_streamer_pb2' # @@protoc_insertion_point(class_scope:Vector) }) _sym_db.RegisterMessage(Vector) if _descriptor._USE_C_DESCRIPTORS == False: identification__pb2.Properties.RegisterExtension(centroid) identification__pb2.Properties.RegisterExtension(volume_km3) identification__pb2.Properties.RegisterExtension(volume_km2K) identification__pb2.Properties.RegisterExtension(area_km2) identification__pb2.Properties.RegisterExtension(min_bbox) identification__pb2.Properties.RegisterExtension(max_bbox) identification__pb2.Properties.RegisterExtension(max_pv) identification__pb2.Properties.RegisterExtension(avg_pv) identification__pb2.Properties.RegisterExtension(is_cutoff) identification__pb2.Properties.RegisterExtension(length) identification__pb2.Properties.RegisterExtension(length_ratio) identification__pb2.Properties.RegisterExtension(major_axis) identification__pb2.Properties.RegisterExtension(medium_axis) identification__pb2.Properties.RegisterExtension(minor_axis) identification__pb2.Properties.RegisterExtension(major_axis_orientation_deg) DESCRIPTOR._options = None _VECTORGEO._serialized_start=43 _VECTORGEO._serialized_end=95 _VECTOR._serialized_start=97 _VECTOR._serialized_end=138 # @@protoc_insertion_point(module_scope)