Cogs.Core
Public Member Functions | List of all members
Cogs::GeodeticExtent Struct Reference

Extent in terrain reference system coordinates. More...

#include <GeodeticExtent.h>

Inheritance diagram for Cogs::GeodeticExtent:

Public Member Functions

 GeodeticExtent (double x, double y, double z, double w)
 
double getWest (void) const
 
double getEast (void) const
 
double getNorth (void) const
 
double getSouth (void) const
 

Detailed Description

Extent in terrain reference system coordinates.

Definition at line 10 of file GeodeticExtent.h.

Constructor & Destructor Documentation

◆ GeodeticExtent()

Cogs::GeodeticExtent::GeodeticExtent ( double  x,
double  y,
double  z,
double  w 
)
inline

Definition at line 12 of file GeodeticExtent.h.

Member Function Documentation

◆ getEast()

double Cogs::GeodeticExtent::getEast ( void  ) const
inline

Definition at line 15 of file GeodeticExtent.h.

◆ getNorth()

double Cogs::GeodeticExtent::getNorth ( void  ) const
inline

Definition at line 16 of file GeodeticExtent.h.

◆ getSouth()

double Cogs::GeodeticExtent::getSouth ( void  ) const
inline

Definition at line 17 of file GeodeticExtent.h.

◆ getWest()

double Cogs::GeodeticExtent::getWest ( void  ) const
inline

Definition at line 14 of file GeodeticExtent.h.


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