CountingPyramid
Description
- Derived from
-
CompositePixelPyramid<IPixelPyramid> abstract
Full source code is included in the Tinman 3D SDK download. |
An implementation of the IPixelPyramid interface that counts all calls to GetTileData
and HasTileData
.
The CountingPyramid class is helpful when using a web-based map services with access quotas, in order to keep track of service usage.