GEOLINE
Draw a geographic line (constant lat/lon) between two points.
13 parameters:
- Latitude of point 1 (Degree portion)
- Latitude of point 1 (Minute portion)
- Latitude of point 1 (Seconds portion)
- Longitude of point 1 (Degree portion)
- Longitude of point 1 (Minute portion)
- Longitude of point 1 (Seconds portion)
- Latitude of point 2 (Degree portion)
- Latitude of point 2 (Minute portion)
- Latitude of point 2 (Seconds portion)
- Longitude of point 2 (Degree portion)
- Longitude of point 2 (Minute portion)
- Longitude of point 2 (Seconds portion)
- Number of segments used to draw line.
Note:
This command can be used to draw lines such as parallels so that they will project correctly along their entire length.
Example:
GEOLINE 45,,,-90,,,45,,,-120,,30
Draws the 45th parallel from 90°W to 120°W; the 30 segment line may be straight or curved depending on the projection.
[Contents]