/** * 3Di API * 3Di simulation API (latest stable version: v3) Framework release: 3.0.1 3Di core release: 2.3.0.dev0 deployed on: 10:42AM (UTC) on October 04, 2022 * * The version of the OpenAPI document: v3 * Contact: info@nelen-schuurmans.nl * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface RasterOptions */ export interface RasterOptions { /** * * @type {string} * @memberof RasterOptions */ demFile?: string; /** * * @type {string} * @memberof RasterOptions */ demRawFile?: string; /** * * @type {string} * @memberof RasterOptions */ equilibriumInfiltrationRateFile?: string; /** * * @type {string} * @memberof RasterOptions */ frictCoefFile?: string; /** * * @type {string} * @memberof RasterOptions */ initialGroundwaterLevelFile?: string; /** * * @type {string} * @memberof RasterOptions */ initialWaterlevelFile?: string; /** * * @type {string} * @memberof RasterOptions */ groundwaterHydroConnectivityFile?: string; /** * * @type {string} * @memberof RasterOptions */ groundwaterImperviousLayerLevelFile?: string; /** * * @type {string} * @memberof RasterOptions */ infiltrationDecayPeriodFile?: string; /** * * @type {string} * @memberof RasterOptions */ initialInfiltrationRateFile?: string; /** * * @type {string} * @memberof RasterOptions */ leakageFile?: string; /** * * @type {string} * @memberof RasterOptions */ phreaticStorageCapacityFile?: string; /** * * @type {string} * @memberof RasterOptions */ hydraulicConductivityFile?: string; /** * * @type {string} * @memberof RasterOptions */ porosityFile?: string; /** * * @type {string} * @memberof RasterOptions */ infiltrationRateFile?: string; /** * * @type {string} * @memberof RasterOptions */ maxInfiltrationCapacityFile?: string; /** * * @type {string} * @memberof RasterOptions */ interceptionFile?: string; } export declare function RasterOptionsFromJSON(json: any): RasterOptions; export declare function RasterOptionsToJSON(value?: RasterOptions): any;