Uses of Class
com.oziexplorer.SpatialVector

Uses of SpatialVector in com.oziexplorer
 

Methods in com.oziexplorer that return SpatialVector
 SpatialVector GridRef.vectorBetween(Position position)
          Return the distance between two positions, in metres.
 SpatialVector LatLon.vectorBetween(Position position)
          Return the distance between two positions as a SpatialVector.
abstract  SpatialVector Position.vectorBetween(Position position)
          Return the distance and bearing between this position and another, as a SpatialVector.
 

Methods in com.oziexplorer with parameters of type SpatialVector
 BNGGridRef BNGGridRef.addVector(SpatialVector vector)
          Return a new Position which is offset from the current position by the given vector, specified as a SpatialVector.
 GridRef GridRef.addVector(SpatialVector vector)
           
 LatLon LatLon.addVector(SpatialVector vector)
          Return a new LatLon which is offset from the current position by the given vector, specified as a SpatialVector.
abstract  Position Position.addVector(SpatialVector vector)
          Return a new Position which is offset from the current position by the given vector, specified as a SpatialVector.
 UTMGridRef UTMGridRef.addVector(SpatialVector vector)
          Return a new Position which is offset from the current position by the given vector, specified as a SpatialVector.