irox_carto

Module coordinate

Source
Expand description

Latitude, Longitude, Elevation, and associated Coordinate types, Elliptical and Cartesian

Modules§

windows_conv

Structs§

CartesianCoordinate
Represents a coordinate in 3D Cartesian Space (X, Y, Z)
CartesianCoordinateBuilder
Allows the incremental building of an elliptical coordinate
Elevation
Forcing type for Elevation, the angle above the local horizontal
EllipticalCoordinate
Represents a Latitude, Longitude, and Altitude on a Elliptical Shape
EllipticalCoordinateBuilder
Allows the incremental building of an elliptical coordinate
HorizontalCoordinate
A coordinate type that represents an Azimuth/Elevation look angle from a particular refernece point.
Latitude
Forcing type for Latitude
Longitude
Forcing type for Longitude

Enums§

AbsoluteCoordinateType
A “Absolute Coordinate” is a coordinate that has no variable/dependent element. It does not require a context to be meaningful. Contrast with RelativeCoordinateType
CoordinateType
A generic coordinate type that does not distinguish between a RelativeCoordinateType or an AbsoluteCoordinateType.
PositionUncertainty
An uncertainty type for a position.
RelativeCoordinateType
A “Relative Coordinate” is a coordinate that has a variable or dependent element. It’s absolute coordinate is dependent on another absolute coordinate as a reference point.