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
Name | Description |
---|---|
TopoJsonTransform(double, double, double, double) | Create new instance of TopoJsonTransform . |
Properties
Name | Description |
---|---|
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
- namespace Aspose.Gis.Formats.TopoJson
- assembly Aspose.GIS