![]() |
![]() |
|||||||||||||||||||||||||||||||||
Home |
FAQs Center |
Help Manual |
Development |
Contact Us | ||||||||||||||||||||||||||||||
|
|
![]() Data Description
Example Command File /*
Example file for 19 (Crandall Closure) command
Example file for 19.1 (Compass Closure) command
Example file for 19.2 (Transit Closure) command
-----------------------------------------------
Example data based on
Surveying: Theory and Practice
by Davis, Foote & Kelly,
Fifth Edition, Page 460 - 464
*/
$ define the feature code parameters
$ cmd fea layer color style thickness
15.1 dpts deedpts 1 1 1;
15.1 cmpts compasspts 2 1 1;
15.1 trpts transitpts 3 1 1;
15.1 crpts crandallpts 4 1 1;
$ compute initial starting points
0 1 0 0
11 0 0
21 0 0
31 0 0;
$ compute initial points for no adjustment
1 2 1 NE 00 00 00 500.0
NE 45 00 00 848.6
SE 69 27 00 854.4
SE 11 19 00 1019.8
SW 79 42 00 1118.0
NW 54 06 00 656.8;
$ compute initial points for Compass Rule
1 12 11 NE 00 00 00 500.0
NE 45 00 00 848.6
SE 69 27 00 854.4
SE 11 19 00 1019.8
SW 79 42 00 1118.0
NW 54 06 00 656.8;
$ adjust the closure with 19.1 (Compass Rule) command
19.1 11 -17 11;
$ compute initial points for Transit Rule
1 22 21 NE 00 00 00 500.0
NE 45 00 00 848.6
SE 69 27 00 854.4
SE 11 19 00 1019.8
SW 79 42 00 1118.0
NW 54 06 00 656.8;
$ adjust the closure with 19.2 (Transit Rule) command
19.2 21 -27 21;
$ compute initial points for Crandall Method
1 32 31 NE 00 00 00 500.0
NE 45 00 00 848.6
SE 69 27 00 854.4
SE 11 19 00 1019.8
SW 79 42 00 1118.0
NW 54 06 00 656.8;
$ adjust the closure with 19 (Crandall Closure) command
19 31 -37 31;
$ turn plotting on
91 ;
$ activate the deedpts feature and inverse the boundary
15 dpts;
100 inverse original deed;
7 1 1 -7 1;
$ activate the cmpts feature and inverse the boundary
15 cmpts;
100 inverse Compass Rule adjusted points;
7 1 11 -17 11;
$ activate the trpts feature and inverse the boundary
15 trpts;
100 inverse Transit Rule adjusted points;
7 1 21 -27 21;
$ activate the crpts feature and inverse the boundary
15 crpts;
100 inverse Crandall Method adjusted points;
7 1 31 -37 31;
| |||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||