LuciadCPillar C# 2024.0.08
|
Coordinate references and geodesy calculations. More...
Classes | |
class | CoordinateReference |
Represents a coordinate reference. More... | |
class | CoordinateReferenceProvider |
Factory to create coordinate references from EPSG and OGC identifiers. More... | |
class | GeodesyCalculations |
Provides geodesy calculations. More... | |
class | Transformation |
Provides transformations between a source and a target coordinate reference. More... | |
Enumerations | |
enum | LineInterpolationType { Geodesic , Rhumb , Linear } |
Line type: geodesics vs rhumbs vs linear. More... | |
Coordinate references and geodesy calculations.
Provides support for coordinate references and transformations and for geodesy calculations.
Line
type: geodesics vs rhumbs vs linear.
Enumerator | |
---|---|
Geodesic | Geodesic interpolation between points. |
Rhumb | Rhumbline interpolation between points. |
Linear | Linear interpolation between points. |