]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.imports/scl/Simantics/District/Import.scl
Support peakPower & alternative elevation in district CSV import
[simantics/district.git] / org.simantics.district.imports / scl / Simantics / District / Import.scl
index 9e423ca4fbd3bfe64ff12f3b791e3f9d9ff4db61..a3d36f4c28e96aefb1bb344e079cc82075512fb3 100644 (file)
@@ -16,8 +16,10 @@ importJava "org.simantics.district.imports.CSVImportModel" where
     setXCoordIndex :: CSVImportModel -> Integer -> <Proc> ()
     setYCoordIndex :: CSVImportModel -> Integer -> <Proc> ()
     setZCoordIndex :: CSVImportModel -> Integer -> <Proc> ()
+    setAltElevationIndex :: CSVImportModel -> Integer -> <Proc> ()
     setHeatLoadDsIndex :: CSVImportModel -> Integer -> <Proc> ()
     setHeatPowerIndex :: CSVImportModel -> Integer -> <Proc> ()
+    setPeakPowerIndex :: CSVImportModel -> Integer -> <Proc> ()
     
     // Edge
     setStartXCoordIndex :: CSVImportModel -> Integer -> <Proc> ()