0% found this document useful (0 votes)
61 views

Position Fixing B Y Distance

This document describes a Java program that uses position fixing by distance to determine the coordinates of an unknown point based on distance measurements from known control points. The program takes inputs of control point coordinates, distance observations, and computes initial coordinates for the unknown point. It then iteratively adjusts the unknown point coordinates using least squares adjustment until convergence is reached. The output displays the adjusted coordinates of the unknown point and distances.

Uploaded by

Kismet
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views

Position Fixing B Y Distance

This document describes a Java program that uses position fixing by distance to determine the coordinates of an unknown point based on distance measurements from known control points. The program takes inputs of control point coordinates, distance observations, and computes initial coordinates for the unknown point. It then iteratively adjusts the unknown point coordinates using least squares adjustment until convergence is reached. The output displays the adjusted coordinates of the unknown point and distances.

Uploaded by

Kismet
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPS, PDF, TXT or read online on Scribd
You are on page 1/ 18

PosItIon FIxIng b y DIstance

P oPPsoIost IsI tP
oIInto InFoIFnxIIxnFI gnI gxb IbynyD
g IDsbIt saytna cnDec Ie s
P o s I t I o n F I x oI ns Igt Ibo yn DF II sx tI anng c eb y D I s t a n c e
t a n c e
the Objecti
ve
o
obboojj beebjct
cjeteicicvvtteieivvee
create a javatm program that can solve surveying problems using the concept of
i o Position
P o s i t Position F iPosition
n FixingFixing
x by
i nby
gFixing
Distance
b yby Distance
Distance D i s t a n c e
PosItIon FIxIng b y DIstance
P oPPsoIost IsI tP
oIInto InFoIFnxIIxnFI gnI gxb IbynyD
g IDsbIt saytna cnDec Ie s
P o s I t I o n F I x oI ns Igt Ibo yn DF II sx tI anng c eb y D I s t a n c e
t a n c e

i introduction
ni nt introduction
trroo d u c t i o n
on
A typical plane coordinate survey procedure.

Distances between a set of known control points and a point with


unknown position are measured.
Two distances measured:
Unique solution of the two
coordinates (x and y) of the unknown point.

More than two distances measured:


Least squares adjustment of
coordinates (x and y) of the unknown point.
t htttehhP
heeerP
PoPrgrorroogaggrm
raarmm
a
m
GUI (Graphical User Interface)

input for the number of known points and the reference variance
GUI (Graphical User Interface)

input for the coordinates of known points, standard


deviations, and observed distance
Computational Process

Determination of the initial coordinates of the unknown point:

Xp = (max X + min X) / 2

Yp = (max Y + min Y) / 2
Computational Process

Iteration:

Uses the standard Position Fixing by Distance solution.

Up to 10 iterations.
Output

a dialog box displays the coordinates of the unknown point


and the adjusted distances
s assm
aaam
m
p plppell leeperpporpr boor lbobelblm
m ee m
l
m
em
The distance to a point P is measured from three control points, as shown in the
table below. The reference variance is 0.01 km2.

a. Using triangle ABP to compute for the initial estimates of point P,


determine the
adjusted coordinates of the point. Iterate until convergence is
achieved.
b. What are the adjusted distances from each control point to P?
PosItIon FIxIng b y DIstance
P oPsoI st II tP
oIno nF IFxIIxnI gen ngb dby yD IDs It satna cnec e
P o s I t I o n F I x oI ns Igt Ibo yn DF II sx tI anng c eb y D I s t a n c e

You might also like