| Package | org.openscales.fx.routing |
| Class | public class FxAbstractRouting |
| Inheritance | FxAbstractRouting mx.core.UIComponent |
| Subclasses | FxSampleRouting |
| Property | Defined 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 | ||
| Property | Defined By | ||
|---|---|---|---|
| _routingHandler : IRouting | FxAbstractRouting | ||
| Method | Defined By | ||
|---|---|---|---|
FxAbstractRouting(map:Map = null, active:Boolean = true, resultsLayer:VectorLayer = null) | FxAbstractRouting | ||
| _routingHandler | property |
protected var _routingHandler:IRouting| active | property |
active:BooleanControl activation
public function get active():Boolean public function set active(value:Boolean):void| endPointClass | property |
endPointClass:Class [write-only] set the picture behind the stop point
public function set endPointClass(value:Class):void| forceStartPoint | property |
forceStartPoint:BooleanThis attribute forces the itinerary to add/change the location of start point
public function get forceStartPoint():Boolean public function set forceStartPoint(value:Boolean):void| intermedPointClass | property |
intermedPointClass:Class [write-only] set the picture behind intermediary point
public function set intermedPointClass(value:Class):void| map | property |
map:MapThe Map object
public function get map():Map public function set map(value:Map):void| resultsLayer | property |
resultsLayer:VectorLayerThe layer which contains the results of the request
public function get resultsLayer():VectorLayer public function set resultsLayer(value:VectorLayer):void| startPointClass | property |
startPointClass:Class [write-only] Set the picture behind the start point
public function set startPointClass(value:Class):void| FxAbstractRouting | () | Constructor |
public function FxAbstractRouting(map:Map = null, active:Boolean = true, resultsLayer:VectorLayer = null)map:Map (default = null) | |
active:Boolean (default = true) | |
resultsLayer:VectorLayer (default = null) |