GarsGridGenerator.LongLatFormat Property
Gets or sets the format for the longitude and latitude labels.
Syntax
public ValueAttributeFormat LongLatFormat { get; set; }
Property Value
Remarks
There are only five alternatives that make sense for a GarsGridGenerator:
StringDeg: The value is formatted as degrees and minutes (ddd°mm') with a minus sign for west longitudes and south latitudes. The minutes are omitted if they are zero. Examples: -5° and -5°30'
StringDegMin: Similar to StringDeg, but the minutes are included even if they are zero.
StringDegPrefixed: Similar to StringDeg, but instead of the sign, the hemisphere is shown by a W or E prefix for longitudes, and by an N or S prefix for latitudes. Examples: W5° and W5°30'
StringDegMinPrefixed: Similar to StringDegPrefixed, except that the minutes are included even if they are zero. Examples: W5°00' and W5°30'
None: The line attribute will be formatted as StringDeg, but there will be no automatic text visualizer that displays it.
If any of the other alternatives in the ValueAttributeFormat enumeration is chosen, then StringDeg will be used instead.
If the view is more zoomed-out than MaxCellLabelScale, then only longitude and latitude values that are a whole number of degrees will get an automatic text visualizer, and the minutes part will be omitted from the labels.
Platforms
Windows, Linux, Android