원 면적 측정 객체.
마우스로 지도상에서 원 면적을 측정할 수 있는 객체.
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opt_options |
Object |
|
Example
var ugCircleMeasure = new ugmp.control.uGisCircleMeasure( { uGisMap : new ugmp.uGisMap({...}), useSnap : true, useDragPan : true, cursorCssName : 'cursor-measureArea', activeChangeListener : function(state_) { console.log( state_ ); } } );
Extends
Methods
-
측정한 내용을 지운다.
-
컨트롤을 초기화한다.
-
Interaction 활성화 상태를 가져온다.
Returns:
Interaction 활성화 상태.
-
컨트롤 키를 가져온다.
Returns:
getControlKey 컨트롤 키.
-
피쳐를 가져온다.
Returns:
features Features.
-
Interaction을 가져온다.
Returns:
interaction Draw Interaction.
-
레이어를 가져온다.
Returns:
vectorLayer Vector Layer.
-
피처를 제거한다.
Name Type Description feature
ol.Feature 제거할 피처.
-
Draw Interaction 활성화를 설정한다.
Name Type Description state
Boolean 활성화 여부.
-
컨트롤의 상태 변경 CallBack.
Name Type Description activeChangeListener
function 컨트롤의 상태 변경 CallBack.