Index: Core/Components/src/Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
===================================================================
diff -u -r1795be9025cb0e054dca86a5275203966c0a9b2a -r8e73bf849271aa3d92c161d88e8f2400a52cf65a
--- Core/Components/src/Core.Components.Gis.IO/Core.Components.Gis.IO.csproj (.../Core.Components.Gis.IO.csproj) (revision 1795be9025cb0e054dca86a5275203966c0a9b2a)
+++ Core/Components/src/Core.Components.Gis.IO/Core.Components.Gis.IO.csproj (.../Core.Components.Gis.IO.csproj) (revision 8e73bf849271aa3d92c161d88e8f2400a52cf65a)
@@ -42,6 +42,10 @@
False..\..\..\..\lib\DotSpatial.1.8\DotSpatial.Topology.dll
+
+ ..\..\..\..\packages\log4net.2.0.4\lib\net40-full\log4net.dll
+ True
+
@@ -51,6 +55,7 @@
Properties\GlobalAssembly.cs
+ True
@@ -91,6 +96,7 @@
Copying.Lesser.licenseheader
+
Index: Core/Components/src/Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
===================================================================
diff -u
--- Core/Components/src/Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs (revision 0)
+++ Core/Components/src/Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs (revision 8e73bf849271aa3d92c161d88e8f2400a52cf65a)
@@ -0,0 +1,50 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using Core.Common.Base.IO;
+using Core.Components.Gis.Data;
+using DotSpatial.Data;
+using log4net;
+using ILog = log4net.ILog;
+
+namespace Core.Components.Gis.IO.Importers
+{
+ ///
+ /// Imports a from a and stores
+ /// it on a .
+ ///
+ public class FeatureBasedMapDataImporter : FileImporterBase
+ {
+ private static readonly ILog log = LogManager.GetLogger(typeof(FeatureBasedMapDataImporter));
+
+ ///
+ /// Creates a new instance of .
+ ///
+ /// The to add the imported data to.
+ /// The path to the file to import from.
+ public FeatureBasedMapDataImporter(MapDataCollection importTarget, string filePath)
+ : base(filePath, importTarget) {}
+
+ public override bool Import()
+ {
+ }
+ }
+}
\ No newline at end of file
Fisheye: Tag 884543108a6db82b36fca454624a7e9aacaf801d refers to a dead (removed) revision in file `Core/Components/src/Core.Components.Gis.IO/packages.config'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Components/test/Core.Components.Gis.IO.Test/Core.Components.Gis.IO.Test.csproj
===================================================================
diff -u -r2d5e2d09b0cb1a7f48e1b0a067d332347c89d4a8 -r8e73bf849271aa3d92c161d88e8f2400a52cf65a
--- Core/Components/test/Core.Components.Gis.IO.Test/Core.Components.Gis.IO.Test.csproj (.../Core.Components.Gis.IO.Test.csproj) (revision 2d5e2d09b0cb1a7f48e1b0a067d332347c89d4a8)
+++ Core/Components/test/Core.Components.Gis.IO.Test/Core.Components.Gis.IO.Test.csproj (.../Core.Components.Gis.IO.Test.csproj) (revision 8e73bf849271aa3d92c161d88e8f2400a52cf65a)
@@ -53,6 +53,7 @@
Properties\GlobalAssembly.cs
+
@@ -90,6 +91,7 @@
+