Skip to content

Commit 91c3903

Browse files
committed
parameter aliases
1 parent 48c7613 commit 91c3903

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public enum OperationParameters {
2323
* north axis parallel with true north
2424
*/
2525
ANGLE_FROM_RECTIFIED_TO_SKEW_GRID(8814, "angle from rectified to skew grid",
26-
OperationType.MAP_PROJECTION, UnitType.ANGLEUNIT),
26+
OperationType.MAP_PROJECTION, UnitType.ANGLEUNIT,
27+
"rectified grid angle"),
2728

2829
/**
2930
* direction (north zero, east of north being positive) of the great circle
@@ -32,7 +33,7 @@ public enum OperationParameters {
3233
* The azimuth is given at the projection centre.
3334
*/
3435
AZIMUTH_OF_INITIAL_LINE(8813, "azimuth of initial line",
35-
OperationType.MAP_PROJECTION, UnitType.ANGLEUNIT),
36+
OperationType.MAP_PROJECTION, UnitType.ANGLEUNIT, "azimuth"),
3637

3738
/**
3839
* The rotation applied to spherical coordinates for the oblique projection,

0 commit comments

Comments
 (0)