VR-Link C# API Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Properties | Private Attributes
makVrl.UtmCoordinate Class Reference
+ Collaboration diagram for makVrl.UtmCoordinate:

Public Member Functions

 UtmCoordinate (UtmReferencePoint refPoint=null)
 
 UtmCoordinate (double east, double north, double up, UtmReferencePoint refPoint=null)
 
 UtmCoordinate (GeodeticCoord geod, UtmReferencePoint refPoint=null)
 
void setFromGeocentric (Vector3d geoc)
 
Vector3d getGeocentric ()
 
void setFromGeodetic (GeodeticCoord geod)
 
GeodeticCoord getGeodetic ()
 

Static Public Member Functions

static void utmInit (DegMinSec latRef, DegMinSec lonRef, bool standardOffsets=true, int zone=0)
 

Properties

double east [get, set]
 
double north [get, set]
 
double up [get, set]
 
double gridDeclination [get]
 Get the heading that northing is off of north. More...
 

Private Attributes

UtmReferencePoint myReferencePoint = UtmReferencePoint.globalUtmReferencePoint
 
Vector3d myCoord
 

Constructor & Destructor Documentation

makVrl.UtmCoordinate.UtmCoordinate ( UtmReferencePoint  refPoint = null)
inline
makVrl.UtmCoordinate.UtmCoordinate ( double  east,
double  north,
double  up,
UtmReferencePoint  refPoint = null 
)
inline
makVrl.UtmCoordinate.UtmCoordinate ( GeodeticCoord  geod,
UtmReferencePoint  refPoint = null 
)
inline

Member Function Documentation

Vector3d makVrl.UtmCoordinate.getGeocentric ( )
inline
GeodeticCoord makVrl.UtmCoordinate.getGeodetic ( )
inline
void makVrl.UtmCoordinate.setFromGeocentric ( Vector3d  geoc)
inline
void makVrl.UtmCoordinate.setFromGeodetic ( GeodeticCoord  geod)
inline
static void makVrl.UtmCoordinate.utmInit ( DegMinSec  latRef,
DegMinSec  lonRef,
bool  standardOffsets = true,
int  zone = 0 
)
inlinestatic

Member Data Documentation

Vector3d makVrl.UtmCoordinate.myCoord
private
UtmReferencePoint makVrl.UtmCoordinate.myReferencePoint = UtmReferencePoint.globalUtmReferencePoint
private

Property Documentation

double makVrl.UtmCoordinate.east
getset
double makVrl.UtmCoordinate.gridDeclination
get

Get the heading that northing is off of north.

double makVrl.UtmCoordinate.north
getset
double makVrl.UtmCoordinate.up
getset

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

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)