LuciadCPillar 2023.1.04
geodesy

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...
 

Detailed Description

Coordinate references and geodesy calculations.

Provides support for coordinate references and transformations and for geodesy calculations.

Enumeration Type Documentation

◆ LineInterpolationType

enum class luciad::LineInterpolationType
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.