多边形
This commit is contained in:
parent
e55bc50a0c
commit
321af96987
@ -18,6 +18,7 @@ message RtssGraphicStorage {
|
||||
repeated StationLine stationLines = 11;
|
||||
repeated RunLine runLines = 12;
|
||||
repeated TrainLine trainLines = 13;
|
||||
repeated Polygon polygons = 14;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -86,6 +87,14 @@ message Rect {
|
||||
Point point = 8; // 画第一个点的坐标
|
||||
}
|
||||
|
||||
message Polygon {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
int32 lineWidth = 3; // 线宽
|
||||
string lineColor = 4; // 线色
|
||||
repeated Point points = 5; // 点坐标列表
|
||||
}
|
||||
|
||||
message Platform {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user