GeorefUtil
Public / Methods
HeadingToCardinal
Maps the given heading angle to its nearest cardinal label.
These are the cardinal labels:
'N'
: 0°
'NNE'
: 22.5°
'NE'
: 45°
'ENE'
: 67.5°
'E'
: 90°
'ESE'
: 112.5°
'SE'
: 135°
'SSE'
: 157.5°
'S'
: 180°
'SSW'
: 202.5°
'SW'
: 225°
'WSW'
: 247.5°
'W'
: 270°
'WNW'
: 292.5°
'NW'
: 315°
'NNW'
: 337.5°
MapToHeading
2 overloads
Converts the given direction vector into a heading angle (0° points northwards).
Converts the given direction vector into a heading angle (0° points northwards).
Projection
Helper for creating a IMapProjectionFactory for the given source in and target in geo-references.
- GeorefException
-
If the geo-reference parameters are incomplete or invalid.