TopoJsonOptionsQuantizationNumber Property

Specifies quantization number to use to quantize coordinates and delta-encode arcs in output TopoJSON.

Namespace:  Aspose.Gis.Formats.TopoJson
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public Nullable<int> QuantizationNumber { get; set; }

Property Value

Type: NullableInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Argument is less than two.
Remarks
This is writing option - it does not affect reading. This option is mutually exclusive with Transform - only one of this two options can be not . If this is not - output TopoJSON coordinates are quantized and arcs are delta-encoded with the specified quantization number. Quantization number determines the maximum number of expressible values per dimension in the resulting quantized coordinates; typically a power of ten is chosen. Defaults to .
See Also