Goby3  3.1.4
2024.02.22
goby::middleware::protobuf::LatLonPoint Class Reference

#include <goby/middleware/protobuf/geographic.pb.h>

Inheritance diagram for goby::middleware::protobuf::LatLonPoint:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef boost::units::plane_angle_dimension lat_dimension
 
typedef boost::units::unit< lat_dimension, boost::units::degree::system > lat_unit
 
typedef boost::units::plane_angle_dimension lon_dimension
 
typedef boost::units::unit< lon_dimension, boost::units::degree::system > lon_unit
 
typedef boost::units::length_dimension depth_dimension
 
typedef boost::units::unit< depth_dimension, boost::units::si::system > depth_unit
 
typedef boost::units::length_dimension altitude_dimension
 
typedef boost::units::unit< altitude_dimension, boost::units::si::system > altitude_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 LatLonPoint ()
 
virtual ~LatLonPoint ()
 
 LatLonPoint (const LatLonPoint &from)
 
LatLonPointoperator= (const LatLonPoint &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LatLonPoint *other)
 
LatLonPointNew () const final
 
LatLonPointNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const LatLonPoint &from)
 
void MergeFrom (const LatLonPoint &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_lat () const
 
void clear_lat ()
 
double lat () const
 
void set_lat (double value)
 
bool has_lon () const
 
void clear_lon ()
 
double lon () const
 
void set_lon (double value)
 
bool has_depth () const
 
void clear_depth ()
 
double depth () const
 
void set_depth (double value)
 
bool has_altitude () const
 
void clear_altitude ()
 
double altitude () const
 
void set_altitude (double value)
 
template<typename Quantity >
void set_lat_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity lat_with_units () const
 
boost::units::quantity< lat_unit, doublelat_with_units () const
 
template<typename Quantity >
void set_lon_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity lon_with_units () const
 
boost::units::quantity< lon_unit, doublelon_with_units () const
 
template<typename Quantity >
void set_depth_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity depth_with_units () const
 
boost::units::quantity< depth_unit, doubledepth_with_units () const
 
template<typename Quantity >
void set_altitude_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity altitude_with_units () const
 
boost::units::quantity< altitude_unit, doublealtitude_with_units () const
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LatLonPointdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const LatLonPointinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kLatFieldNumber = 1
 
static const int kLonFieldNumber = 2
 
static const int kDepthFieldNumber = 3
 
static const int kAltitudeFieldNumber = 4
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fgeographic_2eproto::TableStruct
 
void swap (LatLonPoint &a, LatLonPoint &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 85 of file geographic.pb.h.

Member Typedef Documentation

◆ altitude_dimension

typedef boost::units::length_dimension goby::middleware::protobuf::LatLonPoint::altitude_dimension

Definition at line 250 of file geographic.pb.h.

◆ altitude_unit

typedef boost::units::unit<altitude_dimension,boost::units::si::system> goby::middleware::protobuf::LatLonPoint::altitude_unit

Definition at line 254 of file geographic.pb.h.

◆ depth_dimension

typedef boost::units::length_dimension goby::middleware::protobuf::LatLonPoint::depth_dimension

Definition at line 235 of file geographic.pb.h.

◆ depth_unit

typedef boost::units::unit<depth_dimension,boost::units::si::system> goby::middleware::protobuf::LatLonPoint::depth_unit

Definition at line 239 of file geographic.pb.h.

◆ lat_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::LatLonPoint::lat_dimension

Definition at line 207 of file geographic.pb.h.

◆ lat_unit

typedef boost::units::unit<lat_dimension,boost::units::degree::system> goby::middleware::protobuf::LatLonPoint::lat_unit

Definition at line 209 of file geographic.pb.h.

◆ lon_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::LatLonPoint::lon_dimension

Definition at line 220 of file geographic.pb.h.

◆ lon_unit

typedef boost::units::unit<lon_dimension,boost::units::degree::system> goby::middleware::protobuf::LatLonPoint::lon_unit

Definition at line 224 of file geographic.pb.h.

Constructor & Destructor Documentation

◆ LatLonPoint() [1/2]

goby::middleware::protobuf::LatLonPoint::LatLonPoint ( )

◆ ~LatLonPoint()

virtual goby::middleware::protobuf::LatLonPoint::~LatLonPoint ( )
virtual

◆ LatLonPoint() [2/2]

goby::middleware::protobuf::LatLonPoint::LatLonPoint ( const LatLonPoint from)

Member Function Documentation

◆ altitude()

double goby::middleware::protobuf::LatLonPoint::altitude ( ) const
inline

Definition at line 659 of file geographic.pb.h.

◆ altitude_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::LatLonPoint::altitude_with_units ( ) const
inline

Definition at line 261 of file geographic.pb.h.

◆ altitude_with_units() [2/2]

boost::units::quantity< altitude_unit,double > goby::middleware::protobuf::LatLonPoint::altitude_with_units ( ) const
inline

Definition at line 264 of file geographic.pb.h.

◆ ByteSizeLong()

size_t goby::middleware::protobuf::LatLonPoint::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::protobuf::LatLonPoint::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_altitude()

void goby::middleware::protobuf::LatLonPoint::clear_altitude ( )
inline

Definition at line 655 of file geographic.pb.h.

◆ clear_depth()

void goby::middleware::protobuf::LatLonPoint::clear_depth ( )
inline

Definition at line 631 of file geographic.pb.h.

◆ clear_lat()

void goby::middleware::protobuf::LatLonPoint::clear_lat ( )
inline

Definition at line 583 of file geographic.pb.h.

◆ clear_lon()

void goby::middleware::protobuf::LatLonPoint::clear_lon ( )
inline

Definition at line 607 of file geographic.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::protobuf::LatLonPoint::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::protobuf::LatLonPoint::CopyFrom ( const LatLonPoint from)

◆ default_instance()

static const LatLonPoint& goby::middleware::protobuf::LatLonPoint::default_instance ( )
static

◆ depth()

double goby::middleware::protobuf::LatLonPoint::depth ( ) const
inline

Definition at line 635 of file geographic.pb.h.

◆ depth_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::LatLonPoint::depth_with_units ( ) const
inline

Definition at line 246 of file geographic.pb.h.

◆ depth_with_units() [2/2]

boost::units::quantity< depth_unit,double > goby::middleware::protobuf::LatLonPoint::depth_with_units ( ) const
inline

Definition at line 249 of file geographic.pb.h.

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::protobuf::LatLonPoint::descriptor ( )
static

◆ GetCachedSize()

int goby::middleware::protobuf::LatLonPoint::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 157 of file geographic.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::protobuf::LatLonPoint::GetMetadata ( ) const
finalvirtual

◆ has_altitude()

bool goby::middleware::protobuf::LatLonPoint::has_altitude ( ) const
inline

Definition at line 646 of file geographic.pb.h.

◆ has_depth()

bool goby::middleware::protobuf::LatLonPoint::has_depth ( ) const
inline

Definition at line 622 of file geographic.pb.h.

◆ has_lat()

bool goby::middleware::protobuf::LatLonPoint::has_lat ( ) const
inline

Definition at line 574 of file geographic.pb.h.

◆ has_lon()

bool goby::middleware::protobuf::LatLonPoint::has_lon ( ) const
inline

Definition at line 598 of file geographic.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::protobuf::LatLonPoint::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const LatLonPoint* goby::middleware::protobuf::LatLonPoint::internal_default_instance ( )
inlinestatic

Definition at line 122 of file geographic.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::protobuf::LatLonPoint::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::middleware::protobuf::LatLonPoint::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ lat()

double goby::middleware::protobuf::LatLonPoint::lat ( ) const
inline

Definition at line 587 of file geographic.pb.h.

◆ lat_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::LatLonPoint::lat_with_units ( ) const
inline

Definition at line 216 of file geographic.pb.h.

◆ lat_with_units() [2/2]

boost::units::quantity< lat_unit,double > goby::middleware::protobuf::LatLonPoint::lat_with_units ( ) const
inline

Definition at line 219 of file geographic.pb.h.

◆ lon()

double goby::middleware::protobuf::LatLonPoint::lon ( ) const
inline

Definition at line 611 of file geographic.pb.h.

◆ lon_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::LatLonPoint::lon_with_units ( ) const
inline

Definition at line 231 of file geographic.pb.h.

◆ lon_with_units() [2/2]

boost::units::quantity< lon_unit,double > goby::middleware::protobuf::LatLonPoint::lon_with_units ( ) const
inline

Definition at line 234 of file geographic.pb.h.

◆ MergeFrom() [1/2]

void goby::middleware::protobuf::LatLonPoint::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::protobuf::LatLonPoint::MergeFrom ( const LatLonPoint from)

◆ MergePartialFromCodedStream()

bool goby::middleware::protobuf::LatLonPoint::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::protobuf::LatLonPoint::mutable_unknown_fields ( )
inline

Definition at line 114 of file geographic.pb.h.

◆ New() [1/2]

LatLonPoint* goby::middleware::protobuf::LatLonPoint::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 136 of file geographic.pb.h.

◆ New() [2/2]

LatLonPoint* goby::middleware::protobuf::LatLonPoint::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 140 of file geographic.pb.h.

◆ operator=()

LatLonPoint& goby::middleware::protobuf::LatLonPoint::operator= ( const LatLonPoint from)
inline

Definition at line 92 of file geographic.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::protobuf::LatLonPoint::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_altitude()

void goby::middleware::protobuf::LatLonPoint::set_altitude ( double  value)
inline

Definition at line 663 of file geographic.pb.h.

◆ set_altitude_with_units()

template<typename Quantity >
void goby::middleware::protobuf::LatLonPoint::set_altitude_with_units ( Quantity  value_w_units)
inline

Definition at line 257 of file geographic.pb.h.

◆ set_depth()

void goby::middleware::protobuf::LatLonPoint::set_depth ( double  value)
inline

Definition at line 639 of file geographic.pb.h.

◆ set_depth_with_units()

template<typename Quantity >
void goby::middleware::protobuf::LatLonPoint::set_depth_with_units ( Quantity  value_w_units)
inline

Definition at line 242 of file geographic.pb.h.

◆ set_lat()

void goby::middleware::protobuf::LatLonPoint::set_lat ( double  value)
inline

Definition at line 591 of file geographic.pb.h.

◆ set_lat_with_units()

template<typename Quantity >
void goby::middleware::protobuf::LatLonPoint::set_lat_with_units ( Quantity  value_w_units)
inline

Definition at line 212 of file geographic.pb.h.

◆ set_lon()

void goby::middleware::protobuf::LatLonPoint::set_lon ( double  value)
inline

Definition at line 615 of file geographic.pb.h.

◆ set_lon_with_units()

template<typename Quantity >
void goby::middleware::protobuf::LatLonPoint::set_lon_with_units ( Quantity  value_w_units)
inline

Definition at line 227 of file geographic.pb.h.

◆ Swap()

void goby::middleware::protobuf::LatLonPoint::Swap ( LatLonPoint other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::protobuf::LatLonPoint::unknown_fields ( ) const
inline

Definition at line 111 of file geographic.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fgeographic_2eproto::TableStruct

◆ swap

void swap ( LatLonPoint a,
LatLonPoint b 
)
friend

Definition at line 130 of file geographic.pb.h.

Member Data Documentation

◆ kAltitudeFieldNumber

const int goby::middleware::protobuf::LatLonPoint::kAltitudeFieldNumber = 4
static

Definition at line 203 of file geographic.pb.h.

◆ kDepthFieldNumber

const int goby::middleware::protobuf::LatLonPoint::kDepthFieldNumber = 3
static

Definition at line 196 of file geographic.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::LatLonPoint::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 126 of file geographic.pb.h.

◆ kLatFieldNumber

const int goby::middleware::protobuf::LatLonPoint::kLatFieldNumber = 1
static

Definition at line 182 of file geographic.pb.h.

◆ kLonFieldNumber

const int goby::middleware::protobuf::LatLonPoint::kLonFieldNumber = 2
static

Definition at line 189 of file geographic.pb.h.


The documentation for this class was generated from the following file: