User Tools

Site Tools


thinkgeo.mapsuite.core.tinygeoprecisionmode

ThinkGeo.MapSuite.Core.TinyGeoPrecisionMode

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

One TinyGeo file can be internally splitted into multi regions. The more precise the data is, the smaller the region has to be and the more regions one file will have. With splitting the data into regions, the data itself is also splitted so the number of records are increased; on the other side each record is smaller so there are fewer chance to load a huge shape for just rendering a small area of it. The split region of a TinyGeo file is defined by the PricisionInMeter parameter in the Create method, while this enum TinyGeoPrecisionMode affects the max Precision TinyGeo can be.

Remarks

N/A

Items

AllowSplitting

  • Summary:Don't allow any splitting. In this case the precision will be low.

PreventSplitting

  • Summary:Allow splitting. In this case the precision will be high and the created TinyGeo file will usually include multi regions internally.
thinkgeo.mapsuite.core.tinygeoprecisionmode.txt · Last modified: 2017/03/16 21:59 (external edit)