41 virtual void setLatitude(
const DtFloat64& val);
46 virtual void setLongitude(
const DtFloat64& val);
47 virtual const DtFloat64 longitude()
const;
54 static int octetBoundary();
55 unsigned int getPaddingSize(
unsigned long long byteOffset,
unsigned int boundary)
const;
57 void writeToBuffer(
char* buffer )
const;
58 void fillFromBuffer(
const char* buffer,
int bufferSize,
int offset );
Contains the DtEntityIdentifier class declaration.
Definition: geodeticLocation.h:24
int operator==(const DtVectorT< double > &vec) const
Get whether another vector equals this vector.
virtual void printData() const
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
This file provides a definition of GeodeticCoords and several helper functions.
Instances of DtGeodeticCoord are used to explicitly represent Geodetic coordinates.
Definition: geodeticCoord.h:30
This file contains typedefs used to represent objects in a protocol neutral way.
This file declares DtVector and DtVector32.
int operator!=(const DtVectorT< double > &vec) const
Get whether another vector does not equal this vector.
DtGeodeticCoord & operator=(const DtGeodeticCoord &src)
assignment operator
const bool operator<(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.
virtual void printDataToStream(std::ostream &str) const