Skip to content

Commit 7b57ae9

Browse files
committed
alias names
1 parent 91c3903 commit 7b57ae9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/main/java/mil/nga/crs/operation/OperationMethods.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ public enum OperationMethods {
6464
* Hotine Oblique Mercator (variant A)
6565
*/
6666
HOTINE_OBLIQUE_MERCATOR_A(9812, "Hotine Oblique Mercator (variant A)",
67-
OperationType.MAP_PROJECTION, "Rectified skew orthomorphic", 8811,
68-
8812, 8813, 8814, 8815, 8806, 8807),
67+
OperationType.MAP_PROJECTION,
68+
new String[] { "Rectified skew orthomorphic",
69+
"Hotine Oblique Mercator" },
70+
8811, 8812, 8813, 8814, 8815, 8806, 8807),
6971

7072
/**
7173
* Hotine Oblique Mercator (variant B)

src/main/java/mil/nga/crs/operation/OperationParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public enum OperationParameters {
246246
* process, defined by its value at the projection centre
247247
*/
248248
SCALE_FACTOR_ON_INITIAL_LINE(8815, "scale factor on initial line",
249-
OperationType.MAP_PROJECTION, UnitType.SCALEUNIT),
249+
OperationType.MAP_PROJECTION, UnitType.SCALEUNIT, "scale factor"),
250250

251251
/**
252252
* The factor by which the map grid is reduced or enlarged during the

0 commit comments

Comments
 (0)