Salome HOME
Merge branch 'BR_MULTI_BATHS' into HEAD
[modules/hydro.git] / src / HYDROPy / HYDROData_LandCoverMap.sip
index 802811dd58461e24db36a8fcf465a87260b17ae8..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,
@@ -65,12 +62,12 @@ public:
     const QStringList& theDBFValues,
     const QStringList& theStricklerTypes ) const;
  
-  bool ImportShp( const QString& theFileName);
+  bool ImportSHP( const QString& theFileName, const QList<int>& theIndices = QList<int>() );
 
-  bool ExportShp( const QString& theFileName) const;
+  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 =