Skip to content

Commit f12db9e

Browse files
committed
additional method aliases
1 parent 91ea525 commit f12db9e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ public enum OperationMethods {
5050
* Equidistant Cylindrical (Spherical)
5151
*/
5252
EQUIDISTANT_CYLINDRICAL(9823, "Equidistant Cylindrical (Spherical)",
53-
OperationType.MAP_PROJECTION, "Equidistant Cylindrical", 8801, 8802,
54-
8806, 8807),
53+
OperationType.MAP_PROJECTION,
54+
new String[] { "Equidistant Cylindrical", "Equirectangular" }, 8801,
55+
8802, 8806, 8807),
5556

5657
/**
5758
* Geocentric translations (geocentric domain)
@@ -115,7 +116,9 @@ public enum OperationMethods {
115116
*/
116117
LAMBERT_CYLINDRICAL_EQUAL_AREA(9834,
117118
"Lambert Cylindrical Equal Area (Spherical)",
118-
OperationType.MAP_PROJECTION, "Lambert Cylindrical Equal Area",
119+
OperationType.MAP_PROJECTION,
120+
new String[] { "Lambert Cylindrical Equal Area",
121+
"Cylindrical Equal Area" },
119122
8823, 8802, 8806, 8807),
120123

121124
/**

0 commit comments

Comments
 (0)