| Package | org.openscales.core.measure |
| Class | public class Azimuth |
| Inheritance | Azimuth DrawSegmentHandler DrawPathHandler AbstractDrawHandler Handler Object |
| Implements | IMeasure |
| Property | Defined By | ||
|---|---|---|---|
| accuracies : HashMap | Azimuth | ||
| active : Boolean [override] | Azimuth | ||
![]() | currentLineStringFeature : LineStringFeature | DrawPathHandler | |
| displaySystem : String | Azimuth | ||
![]() | drawContainer : Sprite [read-only] | DrawPathHandler | |
![]() | drawLayer : VectorLayer
The layer concerned by the drawing Operation
| AbstractDrawHandler | |
![]() | id : Number | DrawPathHandler | |
![]() | lastPoint : Point | DrawPathHandler | |
![]() | lineString : LineString | DrawPathHandler | |
![]() | map : Map [override]
| DrawPathHandler | |
![]() | newFeature : Boolean | DrawPathHandler | |
![]() | startPoint : Pixel | DrawPathHandler | |
![]() | style : Style
The style of the path
| DrawPathHandler | |
![]() | toggleHandlerActivity : Function
Getter and setter of the callback function used when the handler's
activity changes
| Handler | |
| Method | Defined By | ||
|---|---|---|---|
Constructor
| Azimuth | ||
![]() | drawFinalPath():void
Finish the LineString
| DrawPathHandler | |
getMeasure():String | Azimuth | ||
getUnits():String | Azimuth | ||
![]() | mouseDblClick(Lastpx:Pixel = null):void
This function occured when a double click occured
during the drawing operation
| DrawPathHandler | |
![]() | temporaryLine(evt:MouseEvent):void
Update the temporary line
| DrawPathHandler | |
| Method | Defined By | ||
|---|---|---|---|
drawLine(event:MouseEvent = null):void [override] | Azimuth | ||
![]() | registerListeners():void [override] | DrawPathHandler | |
![]() | unregisterListeners():void [override] | DrawPathHandler | |
![]() | updateZoom(evt:MapEvent):void | DrawPathHandler | |
| accuracies | property |
accuracies:HashMap public function get accuracies():HashMap public function set accuracies(value:HashMap):void| active | property |
active:Boolean[override] public function get active():Boolean public function set active(value:Boolean):void| displaySystem | property |
displaySystem:String public function get displaySystem():String public function set displaySystem(value:String):void| Azimuth | () | Constructor |
| drawLine | () | method |
override protected function drawLine(event:MouseEvent = null):voidParameters
event:MouseEvent (default = null) |
| getMeasure | () | method |
public function getMeasure():StringReturnsString |
| getUnits | () | method |
public function getUnits():StringReturnsString |