|
LuciadCPillar 2025.0.07
|
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::LineIntersection |
| The result of a line intersection. More... | |
| class | luciad::Transformation |
| Provides transformations between a source and a target coordinate reference. More... | |
Enumerations | |
| enum class | luciad::CoordinateReferenceType { luciad::CoordinateReferenceType::Geodetic , luciad::CoordinateReferenceType::Grid , luciad::CoordinateReferenceType::Geocentric , luciad::CoordinateReferenceType::Topocentric } |
| An enumeration of coordinate reference types. More... | |
| 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 |
An enumeration of coordinate reference types.
luciad/geodesy/CoordinateReference.h
|
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. |