Skip to content

Commit fabc67e

Browse files
committed
method alias
1 parent bd87c17 commit fabc67e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public enum OperationMethods {
7777
*/
7878
HOTINE_OBLIQUE_MERCATOR_B(9815, "Hotine Oblique Mercator (variant B)",
7979
OperationType.MAP_PROJECTION,
80-
new String[] { "Rectified skew orthomorphic", "Oblique Mercator" },
80+
new String[] { "Rectified skew orthomorphic", "Oblique Mercator",
81+
"Hotine Oblique Mercator Azimuth Center" },
8182
8811, 8812, 8813, 8814, 8815, 8816, 8817),
8283

8384
/**

0 commit comments

Comments
 (0)