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

Method points

CesiumVectorData/src/GeoJsonObject.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29GeoJsonObject::IteratorProvider<ConstGeoJsonPointIterator>
30GeoJsonObject::points() const {
31 return IteratorProvider<ConstGeoJsonPointIterator>(this);
32}
33
34GeoJsonObject::IteratorProvider<ConstGeoJsonLineStringIterator>
35GeoJsonObject::lines() const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected