Salome HOME
Merge branch 'BR_MULTI_BATHS' into HEAD
[modules/hydro.git] / src / HYDROPy / HYDROData_LandCoverMap.sip
index 2fe2c10e30009d200c1cccde9a03ee73d6823c47..a502140da27786672c47cfa8c0fc08964689fc9a 100644 (file)
@@ -52,9 +52,6 @@ public:
   HYDROData_LandCoverMap();
   ~HYDROData_LandCoverMap();
 
-  bool ImportSHP( const QString& theSHPFileName );
-  void ExportSHP( const QString& theSHPFileName ) const;
-
   DBFStatus ImportDBF( const QString& theDBFFileName, 
     const QString& theFieldName, 
     const QStringList& DBFValues,
@@ -64,9 +61,13 @@ public:
     const QString& theFieldName, 
     const QStringList& theDBFValues,
     const QStringList& theStricklerTypes ) const;
+  bool ImportSHP( const QString& theFileName, const QList<int>& theIndices = QList<int>() );
+
+  bool ExportSHP( const QString& theFileName ) const;
 
   bool ExportTelemac( const QString& theFileName, double theDeflection,
-                                         HYDROData_StricklerTable theTable ) const
+                      HYDROData_StricklerTable theTable ) const
   [bool( const QString&, double, const Handle_HYDROData_StricklerTable& )];
   %MethodCode
     Handle(HYDROData_StricklerTable) aRef =