HYDRODATA_EXPORT virtual const ObjectKind GetKind() const;
HYDRODATA_EXPORT bool ImportSHP( const QString& theSHPFileName,
- const QList<int>& theIndices = QList<int>());
+ const QList<int>& theIndices = QList<int>() );
HYDRODATA_EXPORT bool ExportSHP( const QString& theSHPFileName ) const;
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,
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 =