MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / polygons

Method polygons

CesiumVectorData/src/GeoJsonObject.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39GeoJsonObject::IteratorProvider<ConstGeoJsonPolygonIterator>
40GeoJsonObject::polygons() const {
41 return IteratorProvider<ConstGeoJsonPolygonIterator>(this);
42}
43
44const std::optional<CesiumGeometry::AxisAlignedBox>&
45GeoJsonObject::getBoundingBox() const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected