DroneSimulationPhotoGrammetryControlHandler

드론시뮬레이션 사진측량 제어 핸들러 클래스.
DroneSimulationPhotoGrammetry control handler class.

new Ditap.DroneSimulationPhotoGrammetryControlHandler(viewer, options)

Name Type Description
viewer DitapViewer 사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.
options obejct optional 드론시뮬레이션 사진측량 제어 핸들러 옵션.
DroneSimulationPhotoGrammetry control handler options.
Name Type Description
path DroneSimulationPhotoGrammetry DroneSimulationPhotoGrammetry 인스턴스.
DroneSimulationPhotoGrammetry instance.
onCallback function optional 핸들러 실행 콜백 함수.
Handler execution callback function.
offCallback function optional 핸들러 종료 콜백 함수.
Handler termination callback function.
hoverCallback function optional 마우스 호버 콜백 함수.
Mouse hover callback function.
leaveCallback function optional 마우스 호버 해제 콜백 함수.
Mouse hover release callback function.
changeCallback function optional 경로 수정 콜백 함수.
Path modification callback function.

Members

changeCallback : function

경로 수정 콜백 함수.
Path modification callback function.

hoverCallback : function

마우스 호버 콜백 함수.
Mouse hover callback function.

readonly isOn : boolean

핸들러 비/활성화 상태.
Handler enabled or disabled.

leaveCallback : function

마우스 호버 해제 콜백 함수.
Mouse hover release callback function.

offCallback : function

핸들러 종료 콜백 함수.
Handler termination callback function.

onCallback : function

핸들러 실행 콜백 함수.
Handler execution callback function.
DroneSimulationPhotoGrammetry 인스턴스.
DroneSimulationPhotoGrammetry instance.

removeCallback : function

경로 제거 콜백 함수.
Path removal callback function.

readonly viewer : DitapViewer

사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.

Methods

destroy()

인스턴스 제거.
Remove instance.

off()

핸들러 종료.
End handler.

on()

핸들러 실행.
Run handler.