Browse Source

fix AreaPerimeterPolyline const name

melon.yin 2 years ago
parent
commit
28e16783a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/interfaces/process/items/types.dart

+ 1 - 1
lib/interfaces/process/items/types.dart

@@ -29,7 +29,7 @@ class MeasureTypes {
   static const String VolumeEllipse = "VolumeEllipse";
 
   /// 折线多边型测面积周长
-  static const String AreaPerimeterPolyline = "AreaPerimeterEllipse";
+  static const String AreaPerimeterPolyline = "AreaPerimeterPolyline";
 
   /// 前壁
   static const String AntCCA_IMT = "Ant.CCA IMT";