Home
last modified time | relevance | path

Searched defs:wkt (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/boost/boost/geometry/io/wkt/
Dwrite.hpp62 namespace detail { namespace wkt namespace
342 struct wkt: not_implemented<Tag> struct
346 struct wkt<Point, point_tag> struct
355 struct wkt<Linestring, linestring_tag> struct
371 struct wkt<Box, box_tag> struct
376 struct wkt<Segment, segment_tag> struct
387 struct wkt<Ring, ring_tag> struct
401 struct wkt<Polygon, polygon_tag> struct
410 struct wkt<Multi, multi_point_tag> struct
424 struct wkt<Multi, multi_linestring_tag> struct
[all …]
Dread.hpp103 std::string wkt; member
110 namespace detail { namespace wkt namespace
176 std::string const& wkt) in handle_open_parenthesis()
189 std::string const& wkt) in handle_close_parenthesis()
204 std::string const& wkt) in check_end()
525 std::string const& wkt, in initialize()
910 inline void read_wkt(std::string const& wkt, Geometry& geometry) in read_wkt()
/third_party/boost/libs/geometry/test/io/wkt/
Dwkt.cpp50 void test_wkt(std::string const& wkt, std::string const& expected, in test_wkt()
80 void test_wkt(std::string const& wkt, in test_wkt()
87 void test_relaxed_wkt(std::string const& wkt, std::string const& expected) in test_relaxed_wkt()
102 void test_wrong_wkt(std::string const& wkt, std::string const& start) in test_wrong_wkt()
141 void test_wkt_output_iterator(std::string const& wkt) in test_wkt_output_iterator()
/third_party/boost/libs/geometry/test/algorithms/
Dtest_reverse.hpp21 void check_geometry(Geometry& geometry, std::string const& wkt, std::string const& expected) in check_geometry()
35 void test_geometry(std::string const& wkt, std::string const& expected) in test_geometry()
Dtest_convert.hpp55 void test_mixed(std::string const& wkt, std::string const& expected, int expected_point_count) in test_mixed()
64 void test_mixed_identical_result(std::string const& wkt) in test_mixed_identical_result()
Dnum_points_multi.cpp24 void check_geometry(Geometry const& geometry, std::string const& wkt, std::size_t expected) in check_geometry()
34 void test_geometry(std::string const& wkt, int expected) in test_geometry()
Dtest_length.hpp64 void test_geometry(std::string const& wkt, double expected_length) in test_geometry()
75 void test_geometry(std::string const& wkt, double expected_length, Strategy strategy) in test_geometry()
Dtest_centroid.hpp93 void test_centroid(std::string const& wkt, T const& d1, T const& d2, T const& d3 = T(), T const& d4… in test_centroid()
108 void test_centroid(std::string const& wkt, T const& d1, T const& d2, T const& d3 = T(), T const& d4… in test_centroid()
130 void test_centroid_exception(std::string const& wkt) in test_centroid_exception()
Dtest_perimeter.hpp64 void test_geometry(std::string const& wkt, double expected_perimeter) in test_geometry()
77 void test_geometry(std::string const& wkt, double expected_perimeter, Strategy strategy) in test_geometry()
Dnum_points.cpp32 inline void test_num_points(std::string const& wkt, in test_num_points()
48 inline void test_num_points(std::string const& wkt, std::size_t expected) in test_num_points()
Dis_valid.cpp941 …std::string wkt = "MULTIPOLYGON(((1.1713032141645456 -0.9370425713316364,5.1713032141645456 4.0629… in test_open_multipolygons() local
949 …std::string wkt = "MULTIPOLYGON(((5.2811206375710933 9.9800205994776228,5.2446420208654896 10.0415… in test_open_multipolygons() local
958 …std::string wkt = "MULTIPOLYGON(((-1.1713032141645421 0.9370425713316406,-1.2278293047051545 0.861… in test_open_multipolygons() local
992 std::string wkt = "MULTIPOLYGON(" in test_open_multipolygons() local
1019 …std::string wkt = "MULTIPOLYGON(((153.60036248974487 -86.4072234353084,134.8924761503673 -92.08219… in test_open_multipolygons() local
1029 std::string wkt = "MULTIPOLYGON((" in test_open_multipolygons() local
Dtest_simplify.hpp150 void test_geometry(std::string const& wkt, in test_geometry()
208 void test_geometry(std::string const& wkt, in test_geometry()
230 void test_geometry(std::string const& wkt, in test_geometry()
Dtest_unique.hpp22 void test_geometry(std::string const& wkt, std::string const& expected) in test_geometry()
Dtest_for_each.hpp186 void test_per_point(std::string const& wkt in test_per_point()
248 void test_per_segment(std::string const& wkt in test_per_segment()
263 void test_geometry(std::string const& wkt in test_geometry()
Dis_valid_failure.cpp914 …std::string wkt = "MULTIPOLYGON(((1.1713032141645456 -0.9370425713316364,5.1713032141645456 4.0629… in test_open_multipolygons() local
922 …std::string wkt = "MULTIPOLYGON(((5.2811206375710933 9.9800205994776228,5.2446420208654896 10.0415… in test_open_multipolygons() local
931 …std::string wkt = "MULTIPOLYGON(((-1.1713032141645421 0.9370425713316406,-1.2278293047051545 0.861… in test_open_multipolygons() local
Ddensify.cpp147 inline void test_geometry(std::string const& wkt, Check const& check) in test_geometry()
175 inline void test_linear(std::string const& wkt) in test_linear()
181 inline void test_areal(std::string const& wkt) in test_areal()
Dtest_correct.hpp40 void test_geometry(std::string const& wkt, std::string const& expected) in test_geometry()
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/
Dtest_expand.hpp34 std::string const& wkt, in test_expand()
53 std::string const& wkt, in test_expand_other_strategy()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_geo.hpp24 std::string const& wkt, in test_one_geo()
71 void test_one_geo(std::string const& caseid, std::string const& wkt, in test_one_geo()
/third_party/boost/libs/geometry/test/
Dfrom_wkt.hpp21 inline Geometry from_wkt(std::string const& wkt) in from_wkt()
/third_party/boost/libs/geometry/test/iterators/
Dever_circling_iterator.cpp89 void test_geometry(std::string const& wkt) in test_geometry()
121 void test_transformed_geometry(std::string const& wkt) in test_transformed_geometry()
/third_party/boost/libs/geometry/test/algorithms/touches/
Dtest_touches.hpp118 std::string const& wkt, in check_self_touches()
130 void test_self_touches(std::string const& wkt, bool expected) in test_self_touches()
/third_party/boost/libs/geometry/index/test/algorithms/
Dtest_content.hpp41 void test_geometry(std::string const& wkt, in test_geometry()
Dtest_margin.hpp40 void test_geometry(std::string const& wkt, in test_geometry()
/third_party/boost/libs/geometry/test/util/
Dwrite_dsv.cpp30 void test_dsv(std::string const& wkt, std::string const& dsv) in test_dsv()

1234