GeorefGridGenerator.PointDistanceY Property
Gets or sets the distance (in degrees) between points in vertical lines.
Syntax
public AttributeVariable< System.Double > PointDistanceY { get; set; }
Property Value
Default: 0.0
An attribute variable, whose result gives the distance between points in vertical lines.
Remarks
If the result is zero (the default), a sensible distance will be used.
If the View.Crs is the same as the Crs of the GridGenerator, then the grid lines will appear straight, and the value of PointDistanceY does not matter. Otherwise, the grid lines may appear curved, and to get smooth curves, it is sometimes necessary to override the default by specifying a shorter distance.
If you want to override the default behavior, you do not have to specify a constant distance. Since the property is an attribute variable, you can let your distance depend on the View scale, which is available as the attribute updateViewScale, a predefined update attribute.
Platforms
Windows, Linux, Android