]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Import of shapefile - small improvements
authorisn <isn@opencascade.com>
Tue, 30 Jun 2015 09:15:35 +0000 (12:15 +0300)
committerisn <isn@opencascade.com>
Tue, 30 Jun 2015 09:15:35 +0000 (12:15 +0300)
src/HYDROData/HYDROData_ShapeFile.cxx

index 1b0ee89af43e13b7b85254feb85b074c3350d353..16f72c780f1c5af021d46f1f69c6579afd619053 100644 (file)
@@ -584,31 +584,31 @@ QString HYDROData_ShapeFile::GetShapeTypeName(int theType)
     case 0:
       return "null shape";
     case 1:
-      return "point";
+      return "point (unsupported by HYDRO)";
     case 3:
-      return "arc";
+      return "arc/polyline (supported by HYDRO)";
     case 5:
-      return "polygon";
+      return "polygon (supported by HYDRO)";
     case 8:
-      return "multipoint";
+      return "multipoint (unsupported by HYDRO)";
     case 11:
-      return "pointZ";
+      return "pointZ (unsupported by HYDRO)";
     case 13:
-      return "arcZ";
+      return "arcZ/polyline (supported by HYDRO)";
     case 15:
-      return "polygonZ";
+      return "polygonZ (unsupported by HYDRO)";
     case 18:
-      return "multipointZ";
+      return "multipointZ (unsupported by HYDRO)";
     case 21:
-      return "pointM";
+      return "pointM (unsupported by HYDRO)";
     case 23:
-      return "ARCM";
+      return "arcM/polyline (supported by HYDRO)";
     case 25:
-      return "polygonM";
+      return "polygonM (unsupported by HYDRO)";
     case 28:
-      return "multipointM";
+      return "multipointM (unsupported by HYDRO)";
     case 31:
-      return "multipatch";
+      return "multipatch (unsupported by HYDRO)";
     default:
       return "unknown";
   }