alk.connect.results
Class CalcTypeEx

java.lang.Object
  extended byalk.connect.results.CalcTypeEx

public class CalcTypeEx
extends java.lang.Object

CalcTypeEx is an object for passing and returning extended calc type parameters to the GetCalcTypeEx and SetCalcTypeEx methods. Each field is a bit-wise concatenation of pre-defined bit flags. The exact mapping is listed under each field description; please scroll down for details.


Field Summary
 int optFlags
          Options flags.
 int rtType
          Route type.
 int vehType
          Vehicle type.
 
Constructor Summary
CalcTypeEx()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rtType

public int rtType
Route type.
0x00000001 - Practical
0x00000002 - Shortest
0x00000004 - Air Distance


optFlags

public int optFlags
Options flags.
0x00000100 - Avoid Tolls
0x00000200 - National Routing
0x00000400 - 53' Routing


vehType

public int vehType
Vehicle type.
0x00000000 - Truck
0x01000000 - Auto

Constructor Detail

CalcTypeEx

public CalcTypeEx()