]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/algorithms/length/linestring_cases.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / length / linestring_cases.hpp
1 #ifndef LINESTRING_CASES_HPP
2 #define LINESTRING_CASES_HPP
3
4 #include <string>
5
6 static std::string Ls_data_geo[] = {"LINESTRING(0 90,1 80,1 70)",
7 "LINESTRING(0 90,1 80,1 80,1 80,1 70,1 70)",
8 "LINESTRING(0 90,1 80,1 79,1 78,1 77,1 76,1 75,1 74,\
9 1 73,1 72,1 71,1 70)"};
10
11 static std::string Ls_data_sph[] = {"LINESTRING(0 0,180 0,180 180)",
12 "LINESTRING(0 0,180 0,180 0,180 0,180 180,180 180)",
13 "LINESTRING(0 0,180 0,180 10,180 20,180 30,180 40,180 50,180 60,\
14 180 70,180 80,180 90,180 100,180 110,180 120,180 130,\
15 180 140,180 150,180 160,180 170,180 180)"};
16
17 #endif // LINESTRING_CASES_HPP