Class TopoJsonTransform

TopoJsonTransform class

A transform object that can be used in order to quantize coordinates when writing a TopoJSON file.

public class TopoJsonTransform

Constructors

NameDescription
TopoJsonTransform(double, double, double, double)Create new instance of TopoJsonTransform.

Properties

NameDescription
XScale { get; set; }Scale to apply to X coordinate.
XTranslate { get; set; }Translate to apply to X coordinate.
YScale { get; set; }Scale to apply to Y coordinate.
YTranslate { get; set; }Translate to apply to Y coordinate.

Remarks

Refer to TopoJSON specification for more details on transform object.

See Also