Searched refs:MultiLineString (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | linear_linear.hpp | 73 template <typename LineStringOut, typename MultiLineString> 78 MultiLineString, 83 static inline OutputIterator apply(MultiLineString const& multilinestring, in apply() 86 for (typename boost::range_iterator<MultiLineString const>::type in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geometry.hpp | 29 using MultiLineString = mapbox::geometry::multi_line_string<T>; typedef 53 FeatureType operator()(const MultiLineString<T> &) const { return FeatureType::LineString; } in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | unique.hpp | 141 template <typename MultiLineString> 142 struct unique<MultiLineString, multi_linestring_tag>
|
| H A D | correct.hpp | 256 template <typename MultiLineString> 257 struct correct<MultiLineString, multi_linestring_tag> 258 : detail::correct::correct_nop<MultiLineString>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | implementation.hpp | 343 template <typename LineString, typename MultiLineString, bool Reverse> 344 struct equals<LineString, MultiLineString, linestring_tag, multi_linestring_tag, 2, Reverse> 345 : detail::equals::equals_by_relate<LineString, MultiLineString>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_geojson.cpp | 30 mbgl::MultiLineString<double> asMapboxGLMultiLineString(const QMapbox::CoordinatesCollection &multi… in asMapboxGLMultiLineString() 31 mbgl::MultiLineString<double> mbglMultiLineString; in asMapboxGLMultiLineString()
|
| H A D | qt_geojson.hpp | 20 mbgl::MultiLineString<double> asMapboxGLMultiLineString(const QMapbox::CoordinatesCollection &multi…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | shape_annotation_impl.hpp | 37 ShapeAnnotationGeometry operator()(const mbgl::MultiLineString<double> &geom) const { in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | GeoJsonDelegateMapObject.qml | 112 roleValue: "MultiLineString" 114 property string geojsonType: "MultiLineString"
|
| H A D | GeoJsonDelegate.qml | 130 roleValue: "MultiLineString" 132 property string geojsonType: "MultiLineString"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/ |
| H A D | annotation.hpp | 31 MultiLineString<double>,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qgeojson.cpp | 685 MultiLineString, in importGeometry() enumerator 708 case MultiLineString: { in importGeometry() 980 MultiLineString, in importGeoJson() enumerator 1022 case MultiLineString: { in importGeoJson()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.cpp | 136 MultiLineString<double> multiLineString; in convertGeometry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 244 BoundsMap operator()(const MultiLineString<double>& lines) const { in operator ()()
|