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)
Syntaxpublic Nullable<int> QuantizationNumber { get; set; }
Public Property QuantizationNumber As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> QuantizationNumber {
Nullable<int> get ();
void set (Nullable<int> value);
}
member QuantizationNumber : Nullable<int> with get, set
Property Value
Type:
NullableInt32
Exceptions
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