SDK JS
    Preparing search index...

    Interface EsriTerrainStats

    Combined per-terrain snapshot returned by handle.stats().

    interface EsriTerrainStats {
        decoder?: DemDecoderStats;
        tiles: TerrainTileStats;
    }
    Index

    Properties

    Properties

    decoder?: DemDecoderStats

    Decoder-side counters, when the decoder exposes them.

    Loader-side tile counters.