Expand description
Latitude, Longitude, Elevation, and associated Coordinate types, Elliptical and Cartesian
Structs§
- Cartesian
Coordinate - Represents a coordinate in 3D Cartesian Space (X, Y, Z)
- Cartesian
Coordinate Builder - Allows the incremental building of an elliptical coordinate
- Elevation
- Forcing type for Elevation, the angle above the local horizontal
- Elliptical
Coordinate - Represents a Latitude, Longitude, and Altitude on a Elliptical Shape
- Elliptical
Coordinate Builder - Allows the incremental building of an elliptical coordinate
- Horizontal
Coordinate - 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§
- Absolute
Coordinate Type - A “Absolute Coordinate” is a coordinate that has no variable/dependent element. It does not require a context to be meaningful. Contrast with RelativeCoordinateType
- Coordinate
Type - A generic coordinate type that does not distinguish between a RelativeCoordinateType or an AbsoluteCoordinateType.
- Position
Uncertainty - An uncertainty type for a position.
- Relative
Coordinate Type - 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.