TopoJsonOptionsTransform Property

Specifies transform object 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 TopoJsonTransform Transform { get; set; }

Property Value

Type: TopoJsonTransform
Remarks
This is writing option - it does not affect reading. This option is mutually exclusive with QuantizationNumber - 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 transform object. Refer to TopoJSON specification for more details on transform object. Defaults to .
See Also