Example:
const viewer = new Ditap.DitapViewer("ditapContainer");
const destination = Ditap.Cartesian3.fromDegrees(
126.978275264,
37.566642192,
400
);
// 카메라 이동
viewer.scene.camera.flyTo({
destination: destination,
});
// 팝업 오픈
const popupAnalysisVisibility = new Ditap.PopupAnalysisVisibility(viewer);
popupAnalysisVisibility.open();
Extends
Members
readonly analysisVisibility : AnalysisVisibility
가시성 분석 연산 및 영역 표시 클래스
Visibility analysis operation and area display class.
종횡비 현재값 텍스트 요소.
AspectRatio current text element.
AspectRatio current text element.
종횡비 최대값 텍스트 요소.
AspectRatio maximum text element.
AspectRatio maximum text element.
종횡비 마이너스 버튼 요소.
AspectRatio minus button element.
AspectRatio minus button element.
종횡비 최소값 텍스트 요소.
AspectRatio minimum text element.
AspectRatio minimum text element.
종횡비 플러스 버튼 요소.
AspectRatio plus button element.
AspectRatio plus button element.
종횡비 슬라이더 요소.
AspectRatio slider element.
AspectRatio slider element.
헤딩 최대값 텍스트 요소.
Heading maximum text element.
Heading maximum text element.
가시거리 현재값 텍스트 요소.
Distance current text element.
Distance current text element.
가시거리 최대값 텍스트 요소.
Distance maximum text element.
Distance maximum text element.
가시거리 마이너스 버튼 요소.
Distance minus button element.
Distance minus button element.
가시거리 최소값 텍스트 요소.
Distance minimum text element.
Distance minimum text element.
가시거리 플러스 버튼 요소.
Distance plus button element.
Distance plus button element.
가시거리 슬라이더 요소.
Distance slider element.
Distance slider element.
화각 현재값 텍스트 요소.
Fov current text element.
Fov current text element.
화각 최대값 텍스트 요소.
Fov maximum text element.
Fov maximum text element.
시야 각 마이너스 버튼 요소.
Fov minus button element.
Fov minus button element.
화각 최소값 텍스트 요소.
Fov minimum text element.
Fov minimum text element.
화각 플러스 버튼 요소.
Fov plus button element.
Fov plus button element.
화각 슬라이더.
Fov silder element.
Fov silder element.
헤딩 현재값 텍스트 요소.
Heading current text element.
Heading current text element.
헤딩 마이너스 버튼 요소.
Heading minus button element.
Heading minus button element.
헤딩 최소값 텍스트 요소.
Heading minimum text element.
Heading minimum text element.
헤딩 플러스 버튼 요소.
Heading plus button element.
Heading plus button element.
헤딩 슬라이더 요소.
Heading slider element.
Heading slider element.
높이 현재값 텍스트 요소.
Height current text element.
Height current text element.
높이 최대값 텍스트 요소.
Height maximum text element.
Height maximum text element.
높이 마이너스 버튼 요소.
Height minus button element.
Height minus button element.
높이 최소값 텍스트 요소.
Height minimum text element.
Height minimum text element.
높이 플러스 버튼 요소.
Height plus button element.
Height plus button element.
높이 슬라이더 요소.
Height slider element.
Height slider element.
피치 현재값 텍스트 요소.
Pitch current text element.
Pitch current text element.
피치 최대값 텍스트 요소.
Pitch maximum text
Pitch maximum text
피치 마이너스 버튼 요소.
Pitch minus button element.
Pitch minus button element.
피치 최소값 텍스트 요소.
Pitch minimum text element.
Pitch minimum text element.
피치 플러스 버튼 요소.
Pitch plus button element.
Pitch plus button element.
피치 슬라이더.
Pitch slider element.
Pitch slider element.
Methods
컨텐츠 영역에 요소 추가.
Append element to content.
Append element to content.
Name | Type | Description |
---|---|---|
element |
Element |
추가할 요소. Element to add. |
- Inherited From:
푸터 영역에 요소 추가.
Append element to footer.
Append element to footer.
Name | Type | Description |
---|---|---|
element |
Element | 추가할 요소. Element to add. |
- Inherited From:
헤더 영역에 요소 추가.
Append element to header.
Name | Type | Description |
---|---|---|
element |
Element |
추가할 요소. Element to add. |
- Inherited From:
팝업 닫기.
Close popup.
Name | Type | Description |
---|---|---|
element |
Element | 매개변수가 없는 경우 wrapper 오픈. If no parameter is entered, close wrapper. |
- Inherited From:
팝업 파괴.
Destory popup.
Destory popup.
팝업 오픈.
Open popup.
Open popup.
컨텐츠 영역 맨 앞에 요소 추가.
Prepend element to content.
Name | Type | Description |
---|---|---|
element |
Element |
추가할 요소. Element to add. |
- Inherited From:
푸터 영역 맨 앞에 요소 추가.
Prepend element to footer.
Name | Type | Description |
---|---|---|
element |
Element | 추가할 요소. Element to add. |
- Inherited From:
헤더 영역 맨 앞에 요소 추가.
Prepend element to header.
Prepend element to header.
Name | Type | Description |
---|---|---|
element |
Element |
추가할 요소. Element to add. |
- Inherited From:
컨텐츠 영역의 모든 자식 요소 제거.
Remove all children of content.
- Inherited From:
푸터 영역의 모든 자식 요소 제거.
Remove all children of footer.
- Inherited From:
헤더 영역의 모든 자식 요소 제거.
Remove all children of header.
Remove all children of header.
- Inherited From:
컨텐츠 영역의 자식 요소 제거.
Remove children of content.
Name | Type | Description |
---|---|---|
element |
Element |
제거할 요소. Element to remove. |
- Inherited From:
푸터 영역의 자식 요소 제거.
Remove children of footer.
Name | Type | Description |
---|---|---|
element |
Element | 제거할 요소. Element to remove. |
- Inherited From:
헤더 영역의 자식 요소 제거.
Remove children of header.
Name | Type | Description |
---|---|---|
element |
Element |
제거할 요소. Element to remove. |
- Inherited From:
종횡비 현재값 변경.
Set AspectRatio current value.
Set AspectRatio current value.
Name | Type | Description |
---|---|---|
value |
number | 종횡비 (가로/세로). AspectRatio value (width/height). |
종횡비 슬라이더 값 변경.
Set AspectRatio slider value.
Set AspectRatio slider value.
Name | Type | Description |
---|---|---|
value |
number | 종횡비 (가로/세로). AspectRatio value (width/height). |
가시거리 현재값 변경.
Set distance current value.
Set distance current value.
Name | Type | Description |
---|---|---|
value |
number | 가시거리 (미터). Distance value (meters). |
가시거리 슬라이더 값 변경.
Set distance slider value.
Set distance slider value.
Name | Type | Description |
---|---|---|
value |
number | 가시거리 (미터). Distance value (meters). |
화각 현재값 변경.
Set fov current value.
Set fov current value.
Name | Type | Description |
---|---|---|
value |
number | 화각 (도). Fov value (degrees). |
화각 슬라이더 값 변경.
Set fov slider value.
Set fov slider value.
Name | Type | Description |
---|---|---|
value |
number | 화각 (도). Fov value (degrees). |
헤딩 현재값 변경.
Set heading current value.
Set heading current value.
Name | Type | Description |
---|---|---|
value |
number | 헤딩 각도 (도). Heading value (degrees). |
헤딩 슬라이더 값 변경.
Set heading slider value.
Set heading slider value.
Name | Type | Description |
---|---|---|
value |
number | 헤딩 각도 (도). Heading value (degrees). |
높이 현재값 변경.
Set height current value.
Set height current value.
Name | Type | Description |
---|---|---|
value |
number | 높이 (미터). Height value (meters). |
높이 슬라이더 값 변경.
Set height slider value.
Set height slider value.
Name | Type | Description |
---|---|---|
value |
number | 높이 (미터). Height value (meters). |
피치 현재값 변경.
Set pitch current value.
Set pitch current value.
Name | Type | Description |
---|---|---|
value |
number | 피치 각도 (도). Pitch value (degrees). |
피치 슬라이더 값 변경.
Set pitch slider value.
Set pitch slider value.
Name | Type | Description |
---|---|---|
value |
number | 피치 각도 (도). Pitch value (degrees). |
팝업 활성화 on/off 기능.
Function on and off.
Name | Type | Description |
---|---|---|
element |
Element | 매개변수가 없는 경우 wrapper 오픈.If no parameter is entered, toggle wrapper. |
- Inherited From:
팝업 업데이트.
Update popup.
Update popup.