flywave-mapview.indexedbufferedgeometryaccessor.getcount
Home > @flywave/flywave-mapview > IndexedBufferedGeometryAccessor > getCount
IndexedBufferedGeometryAccessor.getCount() method
Returns number of primitives, which is not known in this base class, so we return the number of indices.
Signature:
/** @override */
getCount(): number;
Returns:
number
The number of indices in the geometry.