LuciadCPillar C# 2023.1.04
Luciad.Geodesy Namespace Reference

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

Enumeration Type Documentation

◆ LineInterpolationType

Line type: geodesics vs rhumbs vs linear.

luciad/geodesy/LineInterpolationType.h

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineInterpolationType.
Enumerator
Geodesic 

Geodesic interpolation between points.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineInterpolationType::Geodesic.
Rhumb 

Rhumbline interpolation between points.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineInterpolationType::Rhumb.
Linear 

Linear interpolation between points.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineInterpolationType::Linear.