![]() |
LuciadCPillar C# 2025.0.01
|
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 | LineIntersection |
The result of a line intersection. More... | |
class | Transformation |
Provides transformations between a source and a target coordinate reference. More... | |
Enumerations | |
enum | CoordinateReferenceType { Geodetic , Grid , Geocentric , Topocentric } |
An enumeration of coordinate reference types. More... | |
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.
An enumeration of coordinate reference types.
Line
type: geodesics vs rhumbs vs linear.
Enumerator | |
---|---|
Geodesic | Geodesic interpolation between points. |
Rhumb | Rhumbline interpolation between points. |
Linear | Linear interpolation between points. |