MCPcopy Create free account

hub / github.com/ValentinMinder/Swisstopo-WGS84-LV03 / functions

Functions45 in github.com/ValentinMinder/Swisstopo-WGS84-LV03

↓ 12 callersFunctionDecToSexAngle
Convert decimal angle (degrees) to sexagesimal angle (seconds)
scripts/go/WGS84_CH1903.go:75
↓ 6 callersMethodDecToSexAngle
(double dec)
scripts/java/WGS84_CH1903.java:82
↓ 6 callersMethodDecToSexAngle
(self, dec)
scripts/py/wgs84_ch1903.py:78
↓ 6 callersMethodSexAngleToSeconds
(self, dms)
scripts/py/wgs84_ch1903.py:85
↓ 4 callersFunctionDECtoSEX
Convert DEC angle to SEX DMS
scripts/php/wgs84_ch1903.php:122
↓ 2 callersFunctionCHtoWGSheight
(y float64, x float64, h float64)
scripts/go/WGS84_CH1903.go:30
↓ 2 callersFunctionCHtoWGSlat
Convert CH y/x to WGS lat
scripts/go/WGS84_CH1903.go:43
↓ 2 callersMethodCHtoWGSlat
(double y, double x)
scripts/java/WGS84_CH1903.java:44
↓ 2 callersFunctionCHtoWGSlng
Convert CH y/x to WGS long
scripts/go/WGS84_CH1903.go:59
↓ 2 callersMethodCHtoWGSlng
(double y, double x)
scripts/java/WGS84_CH1903.java:64
↓ 2 callersFunctionWGStoCHh
Convert WGS lat/long (° dec) and height to CH h
scripts/go/WGS84_CH1903.go:123
↓ 2 callersFunctionWGStoCHx
Convert WGS lat/long (° dec) to CH x
scripts/go/WGS84_CH1903.go:139
↓ 2 callersMethodWGStoCHx
(double lat, double lng)
scripts/java/WGS84_CH1903.java:147
↓ 2 callersFunctionWGStoCHy
Convert WGS lat/long (° dec) to CH y
scripts/go/WGS84_CH1903.go:155
↓ 2 callersMethodWGStoCHy
(double lat, double lng)
scripts/java/WGS84_CH1903.java:166
↓ 1 callersMethodCHtoWGSheight
(double y, double x, double h)
scripts/java/WGS84_CH1903.java:31
↓ 1 callersMethodCHtoWGSheight
(self, y, x, h)
scripts/py/wgs84_ch1903.py:43
↓ 1 callersMethodCHtoWGSlat
(self, y, x)
scripts/py/wgs84_ch1903.py:51
↓ 1 callersMethodCHtoWGSlng
(self, y, x)
scripts/py/wgs84_ch1903.py:65
↓ 1 callersMethodWGS84toLV03
Convert WGS84 to LV03 Return an array of double that contaign east, north, and height
scripts/py/wgs84_ch1903.py:158
↓ 1 callersMethodWGStoCHh
(double lat, double lng, double h)
scripts/java/WGS84_CH1903.java:131
↓ 1 callersMethodWGStoCHh
(self, lat, lng, h)
scripts/py/wgs84_ch1903.py:105
↓ 1 callersMethodWGStoCHx
(self, lat, lng)
scripts/py/wgs84_ch1903.py:117
↓ 1 callersMethodWGStoCHy
(self, lat, lng)
scripts/py/wgs84_ch1903.py:133
MethodApproxSwissProj
()
scripts/java/WGS84_CH1903.java:184
MethodApproxSwissProj
()
scripts/cs/wgs84_ch1903.cs:35
MethodCHtoWGSheight
Convert CH y/x/h to WGS height
scripts/cs/wgs84_ch1903.cs:161
FunctionCHtoWGSlat
Convert CH y/x to WGS lat
scripts/php/wgs84_ch1903.php:77
MethodCHtoWGSlat
Convert CH y/x to WGS lat
scripts/cs/wgs84_ch1903.cs:118
MethodCHtoWGSlng
Convert CH y/x to WGS long
scripts/cs/wgs84_ch1903.cs:140
FunctionCHtoWGSlong
Convert CH y/x to WGS long
scripts/php/wgs84_ch1903.php:100
MethodDecToSexAngle
Convert angle in decimal degrees to sexagesimal seconds
scripts/cs/wgs84_ch1903.cs:177
FunctionLV03toWGS84
** * Convert LV03 to WGS84 Return a array of double that contain lat, long, * and height * * @param east * @param north * @param height * @retu
scripts/go/WGS84_CH1903.go:92
MethodLV03toWGS84
Convert LV03 to WGS84 Return a array of double that contain lat, long, and height @param east @param north @param height @return
scripts/java/WGS84_CH1903.java:99
MethodLV03toWGS84
Convert LV03 to WGS84 Return a array of double that contain lat, long, and height
scripts/py/wgs84_ch1903.py:147
MethodLV03toWGS84
(double east, double north, double height, ref double latitude, ref double longitude, ref double ellHeight)
scripts/cs/wgs84_ch1903.cs:39
MethodSexToDecAngle
(self, dms)
scripts/py/wgs84_ch1903.py:95
FunctionWGS84toLV03
** * Convert WGS84 to LV03 Return an array of double that contain east, * north, and height * * @param latitude * @param longitude * @param ellH
scripts/go/WGS84_CH1903.go:111
MethodWGS84toLV03
Convert WGS84 to LV03 Return an array of double that contain east, north, and height @param latitude @param longitude @param ellHeight @return
scripts/java/WGS84_CH1903.java:119
MethodWGS84toLV03
(double latitude, double longitude, double ellHeight, ref double east, ref double north, ref double height)
scripts/cs/wgs84_ch1903.cs:47
MethodWGStoCHh
Convert WGS lat/long (� dec) and height to CH h
scripts/cs/wgs84_ch1903.cs:99
FunctionWGStoCHx
Convert WGS lat/long (� dec) to CH x
scripts/php/wgs84_ch1903.php:53
MethodWGStoCHx
Convert WGS lat/long (� dec) to CH x
scripts/cs/wgs84_ch1903.cs:77
FunctionWGStoCHy
Convert WGS lat/long (� dec) to CH y
scripts/php/wgs84_ch1903.php:32
MethodWGStoCHy
Convert WGS lat/long (� dec) to CH y
scripts/cs/wgs84_ch1903.cs:56