File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed
src/main/kotlin/uk/gov/dstl/geo/osgb Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11/*
22 * Crown Copyright (C) 2019 Dstl
33 *
4+ * Converted to Kotlin by Kyle Corry (Automated) in 2025
5+ *
46 * Licensed under the Apache License, Version 2.0 (the "License");
57 * you may not use this file except in compliance with the License.
68 * You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11/*
22 * Crown Copyright (C) 2019 Dstl
33 *
4+ * Converted to Kotlin by Kyle Corry (Automated) in 2025
5+ *
46 * Licensed under the Apache License, Version 2.0 (the "License");
57 * you may not use this file except in compliance with the License.
68 * You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11/*
22 * Crown Copyright (C) 2019 Dstl
33 *
4+ * Converted to Kotlin by Kyle Corry (Automated) in 2025
5+ *
46 * Licensed under the Apache License, Version 2.0 (the "License");
57 * you may not use this file except in compliance with the License.
68 * You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11/*
22 * Crown Copyright (C) 2019 Dstl
33 *
4+ * Converted to Kotlin by Kyle Corry (Automated) in 2025
5+ *
46 * Licensed under the Apache License, Version 2.0 (the "License");
57 * you may not use this file except in compliance with the License.
68 * You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11/*
22 * Crown Copyright (C) 2019 Dstl
33 *
4+ * Converted to Kotlin by Kyle Corry (Automated) in 2025
5+ *
46 * Licensed under the Apache License, Version 2.0 (the "License");
57 * you may not use this file except in compliance with the License.
68 * You may obtain a copy of the License at
@@ -23,7 +25,7 @@ import kotlin.math.*
2325 * <p>Values taken from
2426 * https://www.ordnancesurvey.co.uk/documents/resources/guide-coordinate-systems-great-britain.pdf
2527 */
26- object OSGB36 {
28+ internal object OSGB36 {
2729 private const val tX = - 446.448
2830 private const val tY = 125.157
2931 private const val tZ = - 542.060
You can’t perform that action at this time.
0 commit comments