Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.spatial.router
Class RoutingOption

java.lang.Object
  extended byoracle.panama.spatial.router.RoutingOption


public class RoutingOption
extends java.lang.Object

Class RoutingOption defines options for computing routing.


Field Summary
static RoutingOption avoidFerry
Constant used to indicate the preference to avoid ferry
static RoutingOption avoidLimitedAccessHwy
Constant used to indicate the preference to avoid limited access highway
static RoutingOption avoidToll
Constant used to indicate the preference to avoid toll
static RoutingOption maneuverMapFormat
Constant used to indicate the maneuver map format
static RoutingOption maneuverMapHeight
Constant used to indicate the maneuver map height
static RoutingOption maneuverMapScale
Constant used to indicate the maneuver map scale
static RoutingOption maneuverMapWidth
Constant used to indicate the maneuver map width
static RoutingOption maneuverMapZoomLevel
Constant used to indicate the map maneuver zoom level
static int METERS
Constant used to indicate the meter distance unit
static RoutingOption optimization
Constant used to indicate the optimization (shortest distance, shortest time)
static RoutingOption overviewMapFormat
Constant used to indicate the overview map format
static RoutingOption overviewMapHeight
Constant used to indicate the overview map height
static RoutingOption overviewMapScale
Constant used to indicate the overview map scale
static RoutingOption overviewMapWidth
Constant used to indicate the overview map width
static RoutingOption overviewMapZoomLevel
Constant used to indicate the overview map zoom level

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

avoidFerry

public static final RoutingOption avoidFerry
Constant used to indicate the preference to avoid ferry

avoidLimitedAccessHwy

public static final RoutingOption avoidLimitedAccessHwy
Constant used to indicate the preference to avoid limited access highway

avoidToll

public static final RoutingOption avoidToll
Constant used to indicate the preference to avoid toll

maneuverMapFormat

public static final RoutingOption maneuverMapFormat
Constant used to indicate the maneuver map format

maneuverMapHeight

public static final RoutingOption maneuverMapHeight
Constant used to indicate the maneuver map height

maneuverMapScale

public static final RoutingOption maneuverMapScale
Constant used to indicate the maneuver map scale

maneuverMapWidth

public static final RoutingOption maneuverMapWidth
Constant used to indicate the maneuver map width

maneuverMapZoomLevel

public static final RoutingOption maneuverMapZoomLevel
Constant used to indicate the map maneuver zoom level

METERS

public static final int METERS
Constant used to indicate the meter distance unit
See Also:
Constant Field Values

optimization

public static final RoutingOption optimization
Constant used to indicate the optimization (shortest distance, shortest time)

overviewMapFormat

public static final RoutingOption overviewMapFormat
Constant used to indicate the overview map format

overviewMapHeight

public static final RoutingOption overviewMapHeight
Constant used to indicate the overview map height

overviewMapScale

public static final RoutingOption overviewMapScale
Constant used to indicate the overview map scale

overviewMapWidth

public static final RoutingOption overviewMapWidth
Constant used to indicate the overview map width

overviewMapZoomLevel

public static final RoutingOption overviewMapZoomLevel
Constant used to indicate the overview map zoom level

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.