You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geographic offsets are simple 2D/3D transformations between two geographic coordinate reference systems used for purposes where low accuracy can be tolerated.
See: OGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2, page 144.
Add GeographicOffset2D and GeographicOffset3D classes as descendants of CoordinateTransformation<GeoCoordinate> in the Core.Reference/Collections.Formula namespace in the Transformations folder.
The text was updated successfully, but these errors were encountered:
Geographic offsets are simple 2D/3D transformations between two geographic coordinate reference systems used for purposes where low accuracy can be tolerated.
See: OGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2, page 144.
Add
GeographicOffset2D
andGeographicOffset3D
classes as descendants ofCoordinateTransformation<GeoCoordinate>
in theCore.Reference/Collections.Formula
namespace in theTransformations
folder.The text was updated successfully, but these errors were encountered: