]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network/scl/Simantics/District.scl
Final push of district changes
[simantics/district.git] / org.simantics.district.network / scl / Simantics / District.scl
index ed1225138cbd09f84e39c286c68137e487be233e..8025c9adea127991bf78d7f98ff3b0644ec6998e 100644 (file)
@@ -1,4 +1,10 @@
 import "Simantics/DB"
 
 importJava "org.simantics.district.network.DistrictNetworkUtil" where
-    calculateDistance :: Resource -> Resource -> <ReadGraph> Double
\ No newline at end of file
+    calculateDistance :: Resource -> Resource -> <ReadGraph> Double
+
+importJava "org.simantics.district.network.ModelledCRS" where
+    xToLongitude :: Double -> <Proc> Double
+    yToLatitude :: Double -> <Proc> Double
+    longitudeToX :: Double -> <Proc> Double
+    latitudeToY :: Double -> <Proc> Double
\ No newline at end of file