Sets the easting and northing base values.
.NET Syntax
virtual void SetGridBase (double eastingBase, double northingBase);
|
Java Syntax
virtual void SetGridBase (double eastingBase, double northingBase);
|
PHP Syntax
virtual void SetGridBase (double eastingBase, double northingBase);
|
- Parameters:
-
eastingBase | (double) The base value to be used in calculating the easting grid and tick values. |
northingBase | (double) The base value to be used in calculating the northing grid and tick values. |
That is, for example, an increment of 2 and a base of 1 will produce grid values of 1, 3, 5, 7, etc.