@gis-js/utilsol / Exports / interaction / GeomDrag
# Class: GeomDrag
interaction.GeomDrag
# Hierarchy
PointerInteraction
↳
GeomDrag
# Table of contents
# Constructors
# Properties
# Methods
# Constructors
# constructor
• new GeomDrag(opt_options?
)
# Parameters
Name | Type |
---|---|
opt_options? | Options |
# Inherited from
Pointer.constructor
# Properties
# coordinate_
• Private
coordinate_: Pixel
= null
# cursor_
• Private
cursor_: string
= "pointer"
# feature_
• Private
feature_: Feature
<any
> | RenderFeature
= null
# previousCursor_
• Private
previousCursor_: string
= null
# Methods
# handleDownEvent
▸ handleDownEvent(evt
): boolean
# Parameters
Name | Type |
---|---|
evt | MapBrowserEvent <any > |
# Returns
boolean
# Overrides
Pointer.handleDownEvent
# handleDragEvent
▸ handleDragEvent(evt
): void
# Parameters
Name | Type |
---|---|
evt | MapBrowserEvent <any > |
# Returns
void
# Overrides
Pointer.handleDragEvent
# handleMoveEvent
▸ handleMoveEvent(evt
): void
# Parameters
Name | Type |
---|---|
evt | MapBrowserEvent <any > |
# Returns
void
# Overrides
Pointer.handleMoveEvent
# handleUpEvent
▸ handleUpEvent(evt
): boolean
# Parameters
Name | Type |
---|---|
evt | MapBrowserEvent <any > |
# Returns
boolean
# Overrides
Pointer.handleUpEvent