LuciadCPillar C# 2024.0.08
All Classes Namespaces Functions Enumerations Enumerator Properties Pages
Luciad.Geodesy Namespace Reference

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

Detailed Description

Coordinate references and geodesy calculations.

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

Enumeration Type Documentation

◆ LineInterpolationType

Line type: geodesics vs rhumbs vs linear.

Enumerator
Geodesic 

Geodesic interpolation between points.

Rhumb 

Rhumbline interpolation between points.

Linear 

Linear interpolation between points.