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

Method lines

CesiumVectorData/src/GeoJsonObject.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34GeoJsonObject::IteratorProvider<ConstGeoJsonLineStringIterator>
35GeoJsonObject::lines() const {
36 return IteratorProvider<ConstGeoJsonLineStringIterator>(this);
37}
38
39GeoJsonObject::IteratorProvider<ConstGeoJsonPolygonIterator>
40GeoJsonObject::polygons() const {

Calls

no outgoing calls

Tested by

no test coverage detected