diff options
Diffstat (limited to 'test/unit/test_io.cpp')
| -rw-r--r-- | test/unit/test_io.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index cc780be1..95153a8a 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -5011,6 +5011,21 @@ static const struct { {"False northing", 2}, }}, + {"Vertical_Near_Side_Perspective", + {{"False_Easting", 1}, + {"False_Northing", 2}, + {"Longitude_Of_Center", 3}, + {"Latitude_Of_Center", 4}, + {"Height", 5}}, + "Vertical Perspective", + { + {"Latitude of topocentric origin", 4}, + {"Longitude of topocentric origin", 3}, + {"Viewpoint height", 5}, + {"False easting", 1}, + {"False northing", 2}, + }}, + { "Unknown_Method", {{"False_Easting", 1}, |
