DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

GeoPoints.h
Go to the documentation of this file.
1
2// This code contains NVIDIA Confidential Information and is disclosed
3// under the Mutual Non-Disclosure Agreement.
4//
5// Notice
6// ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS"
7// NVIDIA MAKES NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY,
8// OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY
9// IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A
10// PARTICULAR PURPOSE.
11//
12// NVIDIA Corporation assumes no responsibility for the consequences of use of
13// such information or for any infringement of patents or other rights of third
14// parties that may result from its use. No license is granted by implication or
15// otherwise under any patent or patent rights of NVIDIA Corporation. No third
16// party distribution is allowed unless expressly authorized by NVIDIA. Details
17// are subject to change without notice. This code supersedes and replaces all
18// information previously supplied. NVIDIA Corporation products are not
19// authorized for use as critical components in life support devices or systems
20// without express written approval of NVIDIA Corporation.
21//
22// Copyright (c) 2022-2023 NVIDIA Corporation. All rights reserved.
23//
24// NVIDIA Corporation and its licensors retain all intellectual property and
25// proprietary rights in and to this software and related documentation and any
26// modifications thereto. Any use, reproduction, disclosure or distribution of
27// this software and related documentation without an express license agreement
28// from NVIDIA Corporation is strictly prohibited.
29//
31#ifndef DW_CORE_BASE_GEOPOINTS_H_
32#define DW_CORE_BASE_GEOPOINTS_H_
33// Generated by dwProto from geo_points.proto DO NOT EDIT BY HAND!
34// See //3rdparty/shared/dwproto/README.md for more information
35
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
43typedef struct dwGeoPoint2dWGS84
44{
48
50typedef struct dwGeoPointWGS84
51{
56
58typedef struct dwGeoBounds
59{
65
66#ifdef __cplusplus
67}
68#endif
69
70#endif // DW_CORE_BASE_GEOPOINTS_H_
NVIDIA DriveWorks API: Core BasicTypes
float64_t maxLon
maximum longitude, west - east [-180.0:180.0)
Definition: GeoPoints.h:62
float64_t maxLat
maximum latitude, south - north [-90.0:90.0)
Definition: GeoPoints.h:63
float64_t lon
longitude
Definition: GeoPoints.h:45
float64_t lat
latitude
Definition: GeoPoints.h:46
float64_t lat
latitude. Degree is the unit of measurement of latitude.
Definition: GeoPoints.h:53
float64_t lon
longitude. Degree is the unit of measurement of longitude.
Definition: GeoPoints.h:52
float64_t minLon
minimum longitude, west - east [-180.0:180.0)
Definition: GeoPoints.h:60
float64_t minLat
minimum latitude, south - north [-90.0:90.0)
Definition: GeoPoints.h:61
float64_t height
height above WGS84 earth spheroid. Meter is the unit of measurement of height.
Definition: GeoPoints.h:54
Geographic coordinate bounds.
Definition: GeoPoints.h:59
Location point defined by WGS84 coordinates without elevation.
Definition: GeoPoints.h:44
Location point defined by WGS84 coordinates.
Definition: GeoPoints.h:51
double float64_t
Definition: BasicTypes.h:60