마우스 드래그 줌아웃 객체.
마우스로 드래깅하여 해당 영역으로 축소하는 컨트롤 객체.
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opt_options |
Object |
|
Example
var ugDragZoomOut = new ugmp.control.uGisDragZoomOut( {
uGisMap : new ugmp.uGisMap({...}),
useSnap : true,
useDragPan : true,
cursorCssName : 'cursor-zoomOut',
activeChangeListener : function(state_) {
console.log( state_ );
}
} );
Extends
Methods
-
컨트롤을 초기화한다.
-
Interaction 활성화 상태를 가져온다.
Returns:
Interaction 활성화 상태.
-
컨트롤 키를 가져온다.
Returns:
getControlKey 컨트롤 키.
-
Interaction을 가져온다.
Returns:
interaction Draw Interaction.
-
Interaction 활성화를 설정한다.
Name Type Description stateBoolean 활성화 여부.
-
컨트롤의 상태 변경 CallBack.
Name Type Description activeChangeListenerfunction 컨트롤의 상태 변경 CallBack.
OpenLayers - uGisMapPlatForm API