LuciadCPillar 2024.0.08
|
Coordinate references and geodesy calculations. More...
Classes | |
class | luciad::CoordinateReference |
Represents a coordinate reference. More... | |
class | luciad::CoordinateReferenceProvider |
Factory to create coordinate references from EPSG and OGC identifiers. More... | |
class | luciad::GeodesyCalculations |
Provides geodesy calculations. More... | |
class | luciad::Transformation |
Provides transformations between a source and a target coordinate reference. More... | |
Enumerations | |
enum class | luciad::LineInterpolationType { luciad::LineInterpolationType::Geodesic , luciad::LineInterpolationType::Rhumb , luciad::LineInterpolationType::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.
|
strong |
Line type: geodesics vs rhumbs vs linear.
luciad/geodesy/LineInterpolationType.h
Enumerator | |
---|---|
Geodesic | Geodesic interpolation between points. |
Rhumb | Rhumbline interpolation between points. |
Linear | Linear interpolation between points. |