Packageorg.openscales.fx.routing
Classpublic class FxAbstractRouting
InheritanceFxAbstractRouting Inheritance mx.core.UIComponent
Subclasses FxSampleRouting

Abstract routing Flex wrapper



Public Properties
 PropertyDefined By
  active : Boolean
Control activation
FxAbstractRouting
  endPointClass : Class
[write-only] set the picture behind the stop point
FxAbstractRouting
  forceStartPoint : Boolean
This attribute forces the itinerary to add/change the location of start point
FxAbstractRouting
  intermedPointClass : Class
[write-only] set the picture behind intermediary point
FxAbstractRouting
  map : Map
The Map object
FxAbstractRouting
  resultsLayer : VectorLayer
The layer which contains the results of the request
FxAbstractRouting
  startPointClass : Class
[write-only] Set the picture behind the start point
FxAbstractRouting
Protected Properties
 PropertyDefined By
  _routingHandler : IRouting
FxAbstractRouting
Public Methods
 MethodDefined By
  
FxAbstractRouting(map:Map = null, active:Boolean = true, resultsLayer:VectorLayer = null)
FxAbstractRouting
Property Detail
_routingHandlerproperty
protected var _routingHandler:IRouting

activeproperty 
active:Boolean

Control activation


Implementation
    public function get active():Boolean
    public function set active(value:Boolean):void
endPointClassproperty 
endPointClass:Class  [write-only]

set the picture behind the stop point


Implementation
    public function set endPointClass(value:Class):void
forceStartPointproperty 
forceStartPoint:Boolean

This attribute forces the itinerary to add/change the location of start point


Implementation
    public function get forceStartPoint():Boolean
    public function set forceStartPoint(value:Boolean):void
intermedPointClassproperty 
intermedPointClass:Class  [write-only]

set the picture behind intermediary point


Implementation
    public function set intermedPointClass(value:Class):void
mapproperty 
map:Map

The Map object


Implementation
    public function get map():Map
    public function set map(value:Map):void
resultsLayerproperty 
resultsLayer:VectorLayer

The layer which contains the results of the request


Implementation
    public function get resultsLayer():VectorLayer
    public function set resultsLayer(value:VectorLayer):void
startPointClassproperty 
startPointClass:Class  [write-only]

Set the picture behind the start point


Implementation
    public function set startPointClass(value:Class):void
Constructor Detail
FxAbstractRouting()Constructor
public function FxAbstractRouting(map:Map = null, active:Boolean = true, resultsLayer:VectorLayer = null)



Parameters
map:Map (default = null)
 
active:Boolean (default = true)
 
resultsLayer:VectorLayer (default = null)