Home
last modified time | relevance | path

Searched refs:geometry_collection (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dgeometry.hpp19 struct geometry_collection;
28 geometry_collection<T>>;
44 struct geometry_collection : Cont<geometry<T>> struct
52 geometry_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in geometry_collection() function
53 geometry_collection(std::initializer_list<geometry_type> args) in geometry_collection() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson.hpp20 using geometry_collection = mapbox::geometry::geometry_collection<double>; typedef
H A Dgeojson_impl.hpp65 return geometry{ convert<geometry_collection>(json_geometries) }; in convert()
289 const char * operator()(const geometry_collection&) { in operator ()()
395 …rapidjson::GenericStringRef<char> { element.is<geometry_collection>() ? "geometries" : "coordinate… in convert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp19 using geometry_collection = mapbox::geometry::geometry_collection<double>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeometry.hpp59 …FeatureType operator()(const mapbox::geometry::geometry_collection<T> &) const { return FeatureTyp… in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp145 GeometryCollection operator()(const mapbox::geometry::geometry_collection<int16_t>&) const { in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp133 struct vt_geometry_type<geometry::geometry_collection<double>> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp266 BoundsMap operator()(const mapbox::geometry::geometry_collection<double>&) const { in operator ()()