Name | Type | Description |
---|---|---|
viewer |
DitapViewer | 사용할 Ditap Viewer 인스턴스. The DitapViewer instance to use. |
options |
DroneSimulationPhotoGrammetry.ConstructorOptions |
DroneSimulationPhotoGrammetry 생성자의 초기화 옵션. Initialization options for the DroneSimulationPhotoGrammetry constructor. |
See:
Members
초점거리.
Focal length.
Focal length.
횡중복도.
Frontal overlap.
Frontal overlap.
지상 샘플 거리.
Ground Sample Distance.
Ground Sample Distance.
사진측량 객체 아이디.
Photogrammetry object ID.
Photogrammetry object ID.
사진높이.
Image height.
Image height.
사진너비.
Image width.
Image width.
사진측량 촬영계획 완료 여부.
Whether the photogrammetry shooting plan is complete.
Whether the photogrammetry shooting plan is complete.
수직스캔 객체 이름.
Vertical scan object name.
Vertical scan object name.
readonly positions : Array.<Cartesian3>
사진측량 영역 좌표.
Photogrammetry area coordinates.
Photogrammetry area coordinates.
readonly readyEvent : Event
사진측량 촬영계획 완료 여부 이벤트.
Event to determine whether the photogrammetry shooting plan has been completed.
Event to determine whether the photogrammetry shooting plan has been completed.
센서높이.
Sensor height.
Sensor height.
센서너비.
Sensor width.
Sensor width.
사진측량 엔티티 가시화 여부.
Whether photogrammetry entities are visible.
Whether photogrammetry entities are visible.
종중복도.
Side overlap.
Side overlap.
readonly viewer : DitapViewer
사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.
readonly waypoints : Array.<DroneSimulationWaypoint>
사진측량 웨이포인트.
Photogrammetry waypoints.
Photogrammetry waypoints.
Methods
async static Ditap.DroneSimulationPhotoGrammetry.fromCartesianArray(viewer, positions, options) → Promise.<DroneSimulationPhotoGrammetry>
DroneSimulationPhotogrammetry 생성.
Create a DroneSimulationPhotogrammetry.
Create a DroneSimulationPhotogrammetry.
Name | Type | Description |
---|---|---|
viewer |
DitapViewer | 사용할 Ditap Viewer 인스턴스. The DitapViewer instance to use. |
positions |
Array.<Cartesian3> |
사진측량 영역 좌표. Photogrammetry area coordinates. |
options |
DroneSimulationPhotoGrammetry.ConstructorOptions |
DroneSimulationPhotoGrammetry 생성자의 초기화 옵션. Initialization options for the DroneSimulationPhotoGrammetry constructor. |
Returns:
사진측량 Promise 객체.
Photogrammetry Promise Object.
Photogrammetry Promise Object.
calculateCameraRotation(startPosition, endPosition) → Quaternion
카메라 회전 값 계산.
Calculate camera rotation value.
Calculate camera rotation value.
Name | Type | Description |
---|---|---|
startPosition |
Cartesian3 |
시작 위치. Strting position. |
endPosition |
Cartesian3 |
종료 위치. End position. |
Returns:
카메라 회전 값.
Camera rotation value.
Camera rotation value.
결과물 초기화.
Result initialization.
Result initialization.
사진측량 촬영계획 생성.
Create a photogrammetry shooting plan.
Create a photogrammetry shooting plan.
Name | Type | Description |
---|---|---|
options |
DroneSimulationPhotoGrammetry.ConstructorOptions |
DroneSimulationPhotoGrammetry 생성자의 초기화 옵션. Initialization options for the DroneSimulationPhotoGrammetry constructor. |
인스턴스 제거.
Remove instance.
Remove instance.
촬영높이 반환.
Return shooting height.
Return shooting height.
Returns:
촬영높이.
Shooting height.
Shooting height.
getStartPosition() → DroneSimulationWaypoint|undefined
시작 웨이포인트 반환.
Return starting waypoint
Return starting waypoint
Returns:
시작 웨이포인트.
Starting waypoint.
Starting waypoint.
Type Definitions
DroneSimulationPhotoGrammetry 생성자의 초기화 옵션.
Initialization options for the DroneSimulationPhotoGrammetry constructor.
Initialization options for the DroneSimulationPhotoGrammetry constructor.
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
positions |
Array.<Cartesian3> |
<optional> |
[] | 사진측량 영역 좌표. Photogrammetry area coordinates. |
sideOverlap |
number |
<optional> |
0.5 | 종중복도. Side overlap. |
frontalOverlap |
number |
<optional> |
0.3 | 횡중복도. Frontal overlap. |
focalLength |
number |
<optional> |
35 | 초점거리. Focal length. |
sensorWidth |
number |
<optional> |
35.9 | 센서너비. Sensor width. |
sensorHeight |
number |
<optional> |
24 | 센서높이. Sensor height. |
imageWidth |
number |
<optional> |
8192 | 사진너비. Image width. |
imageHeight |
number |
<optional> |
5460 | 사진높이. Image height. |
gsd |
number |
<optional> |
15 | 지상 샘플 거리. Ground Sample Distance. |
show |
boolean |
<optional> |
true | 사진측량 엔티티 가시화 여부. Whether photogrammetry entities are visible. |