Index: DamEngine/trunk/src/Deltares.DamEngine.Io/DamInput.cs
===================================================================
diff -u -r877 -r916
--- DamEngine/trunk/src/Deltares.DamEngine.Io/DamInput.cs (.../DamInput.cs) (revision 877)
+++ DamEngine/trunk/src/Deltares.DamEngine.Io/DamInput.cs (.../DamInput.cs) (revision 916)
@@ -1,25 +1,4 @@
-// Copyright (C) Stichting Deltares 2018. All rights reserved.
-//
-// This file is part of the Dam Engine.
-//
-// The Dam Engine is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero 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 Affero General Public License for more details.
-//
-// You should have received a copy of the GNU Affero 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.
-
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -74,6 +53,8 @@
private bool analysisTypeFieldSpecified;
+ private string workingDirField;
+
///
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)]
public Location[] Locations {
@@ -237,6 +218,17 @@
this.analysisTypeFieldSpecified = value;
}
}
+
+ ///
+ [System.Xml.Serialization.XmlAttributeAttribute()]
+ public string WorkingDir {
+ get {
+ return this.workingDirField;
+ }
+ set {
+ this.workingDirField = value;
+ }
+ }
}
///
@@ -272,6 +264,10 @@
private string dikeEmbankmentMaterialField;
+ private double xSoilGeometry2DOriginField;
+
+ private bool xSoilGeometry2DOriginFieldSpecified;
+
///
public LocationAssesmentRegionalOptions AssesmentRegionalOptions {
get {
@@ -406,6 +402,28 @@
this.dikeEmbankmentMaterialField = value;
}
}
+
+ ///
+ [System.Xml.Serialization.XmlAttributeAttribute()]
+ public double XSoilGeometry2DOrigin {
+ get {
+ return this.xSoilGeometry2DOriginField;
+ }
+ set {
+ this.xSoilGeometry2DOriginField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool XSoilGeometry2DOriginSpecified {
+ get {
+ return this.xSoilGeometry2DOriginFieldSpecified;
+ }
+ set {
+ this.xSoilGeometry2DOriginFieldSpecified = value;
+ }
+ }
}
///
@@ -3522,6 +3540,8 @@
private string mapForSoilgeometries2DField;
+ private string soilDatabaseField;
+
private int zoneTypeField;
private double forbiddenZoneFactorField;
@@ -3553,6 +3573,17 @@
///
[System.Xml.Serialization.XmlAttributeAttribute()]
+ public string SoilDatabase {
+ get {
+ return this.soilDatabaseField;
+ }
+ set {
+ this.soilDatabaseField = value;
+ }
+ }
+
+ ///
+ [System.Xml.Serialization.XmlAttributeAttribute()]
public int ZoneType {
get {
return this.zoneTypeField;