C# Class Vishcious.ArcGIS.SLContrib.GraphicsLayerExtensionMethods

Datei anzeigen Open project: OliveiraThales/GeoCache

Public Methods

Method Description
GetClick ( this gLayer ) : IObservable>
GetDoubleClick ( this gLayer ) : IObservable>
GetDoubleClick ( this gLayer, int millisecondsBetweenClick ) : IObservable>
MakeDraggable ( this gLayer, Map map ) : IDisposable

Method Details

GetClick() public static method

public static GetClick ( this gLayer ) : IObservable>
gLayer this
return IObservable>

GetDoubleClick() public static method

public static GetDoubleClick ( this gLayer ) : IObservable>
gLayer this
return IObservable>

GetDoubleClick() public static method

public static GetDoubleClick ( this gLayer, int millisecondsBetweenClick ) : IObservable>
gLayer this
millisecondsBetweenClick int
return IObservable>

MakeDraggable() public static method

public static MakeDraggable ( this gLayer, Map map ) : IDisposable
gLayer this
map Map
return IDisposable