VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes
Package com.mak.vrlj.coord

The coord package contains various classes and utilities for working with coordinate systems, Earthly positions and motions. More...

Classes

interface  Approximator
 Provide access to approximate kinematics (dead reckoned position, velocity, etc) estimated to future simulation times. More...
interface  ConstCoordinateTransform
 An interface which does not permit modification of a CoordinateTransform. More...
interface  ConstGeodeticCoord
 An interface which does not permit modification of a GeodeticCoord. More...
class  CoordinateTransform
 Transform cartesian coordinates by 3D translation and rotation. More...
class  DeadReckoner
 Stand-alone dead reckoning component. More...
class  DegMinSec
 Degrees, minutes, seconds value type. More...
class  GeodeticCoord
 A value class for geodetic coordinates. More...
class  MapDatum
 MapDatum represents a spheroid model of the earth, with a data shift to facilitate easy conversion to geocentric systems. More...
enum  PolarDirection
 Compass direction. More...
class  ReferenceEllipsoid
 Instances of this class are used to store a particular mapDatum and perform useful calculations based on this map – specifically it can be used to convert between geodetic and geocentric coordinates using the given reference ellipsoid (which is defined by a MapDatum). More...
class  Smoother
 An Approximator which applies smooth transitions to dead reckoning updates. More...
class  Spheroid
 Description of a spheroid shape by semiMinor and semiMajor axis measurements. More...
class  TopographicCoord
 Utility class for topographical coordinate conversions. More...
class  UtmCoordinate
 A single coordinate in UTM system. More...
class  UtmNEZ
 UTM North, East, Zone tuple. More...
class  UtmReferencePoint
 Reference point ina UTM coordinate system. More...

Detailed Description

The coord package contains various classes and utilities for working with coordinate systems, Earthly positions and motions.

The coordinate systems supported are:

  1. Geodetic, as GeodeticCoord
  2. Geocentric, as Vector3d
  3. UTM, as UtmCoordinate

Interfaces prefixed with Const contain no methods which will modify the referenced object (e.g. no setters, no mutators).


Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)