27.3
The alternative coordinate method computes the area within the traverse using its x and y coordinates, which are arranged sequentially around the shape.
Each corner's coordinates are written as fractions, with the x-coordinate as the numerator and the y-coordinate as the denominator, listed horizontally in order. The first corner's fraction is repeated at the end of the sequence.
Draw solid diagonal lines connecting each x-coordinate to the next y-coordinate in sequence. Similarly, draw dashed diagonal lines connecting each y-coordinate to the next x-coordinate in the same sequence.
Calculate the solid-line contributions by multiplying each x-coordinate with the next y-coordinate.
Similarly, multiply each y-coordinate by the next x-coordinate to compute the dashed-line contributions.
Twice the area within the traverse is calculated by subtracting the total of the dashed-line products from the total of the solid-line products.
Take the absolute value of this difference and divide it by two to determine the exact area within the traverse.
This method is widely used for its simplicity, accuracy, and adaptability for manual and computer-based calculations in surveying.
신발끈 공식이라고도 알려진 대체 좌표 방법은 데카르트 좌표를 사용하여 횡단 면적을 결정하는 기술입니다. 이 방법은 모양의 각 지점에 대한 x 및 y 좌표의 순차적 배열에 의존하여 정확성과 적용 용이성을 보장합니다.
이 접근 방식에서 각 모서리의 x 및 y 좌표는 분수로…
저작권 © 2026 MyJoVE Corporation. 모든 권리 보유.