Allows to set the min/max longitude and latitude values in degrees this coordinate system is valid in. This method must only be called on systems that are not protected. When setting these values, the coordinate system API will perform the following actions:
-
(Re-)enable valid range checking: When converting coordinates, the values are checked to fall in the valid range as specified here
-
Save the values for later storage: When eventually writing this coordinate system to the dictionary, the values will be written, too.
- Parameters:
-
dLonMin | The minimum longitude value |
dLatMin | The minimum latitude value |
dLonMax | The maximum longitude value |
dLatMax | The maximum latitude value |
- Returns:
- Nothing