MapPackageModelTable.ExtraTileLevels Property
Extra tile levels (that is, detail levels) to generate beyond the default level.
Syntax
public System.Int32 ExtraTileLevels { get; set; }
Property Value
Default: 0
An integer with the extra number of tile levels to generate.
Remarks
This property limits or extends the maximum detail level, compared with the default, in the generated model table. It corresponds directly to GlobeView.ExtraTileLevels, so if this value is greater than 0, you must also set GlobeView.ExtraTileLevels to the same value to let the GlobeView load the extra tile levels. The value may be negative.
A larger number of tile levels may require a large amount of disk space and increase the time taken to process.
To automatically determine an appropriate value for LevelOfDetailMultiplier and ExtraTileLevels for a given input model, use MapPackageModelWriter.DeduceDetailSettings. You can also get an estimate of the detail level that would result from conversion, without going through the process of actually converting the whole dataset and inspecting the result, using MapPackageModelWriter.Estimate. See the documentation for ModelDetailEstimate for an explanation of how to interpret the results and how it related to LevelOfDetailMultiplier.
Platforms
Windows, Linux, Android