Uses of Class
com.metsci.glimpse.util.geo.projection.KinematicVector2d

Packages that use KinematicVector2d
com.metsci.glimpse.charts.vector Data structures and data IO utilities for parsing ENC and DNC navigation charts and displaying them as vector data. 
com.metsci.glimpse.util.geo.projection   
 

Uses of KinematicVector2d in com.metsci.glimpse.charts.vector
 

Methods in com.metsci.glimpse.charts.vector that return KinematicVector2d
 KinematicVector2d MercatorProjection.reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)
           
 

Uses of KinematicVector2d in com.metsci.glimpse.util.geo.projection
 

Methods in com.metsci.glimpse.util.geo.projection that return KinematicVector2d
 KinematicVector2d TangentPlane.reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)
           
 KinematicVector2d GeoProjection.reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)
          Reproject x, y position and corresponding x, y velocity vector at that location from a previous projection to this projection.
 KinematicVector2d KinematicVector2d.timeUpdatedConstantVelocity(double deltaT)
          Returns the KinematicVector2d produced by time updating with constant velocity motion for for the given amount of time forward.
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.