X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network%2Fscl%2FSimantics%2FDistrict.scl;fp=org.simantics.district.network%2Fscl%2FSimantics%2FDistrict.scl;h=8025c9adea127991bf78d7f98ff3b0644ec6998e;hb=1bc60c2213f9b3fc7b4d935ba9afda2b767290e5;hp=ed1225138cbd09f84e39c286c68137e487be233e;hpb=b10b919b6756df3b423dd416df6b1b06abc15f22;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network/scl/Simantics/District.scl b/org.simantics.district.network/scl/Simantics/District.scl index ed122513..8025c9ad 100644 --- a/org.simantics.district.network/scl/Simantics/District.scl +++ b/org.simantics.district.network/scl/Simantics/District.scl @@ -1,4 +1,10 @@ import "Simantics/DB" importJava "org.simantics.district.network.DistrictNetworkUtil" where - calculateDistance :: Resource -> Resource -> Double \ No newline at end of file + calculateDistance :: Resource -> Resource -> Double + +importJava "org.simantics.district.network.ModelledCRS" where + xToLongitude :: Double -> Double + yToLatitude :: Double -> Double + longitudeToX :: Double -> Double + latitudeToY :: Double -> Double \ No newline at end of file