Navigation

global_location

EXPRESS specification:

ENTITY global_location
SUBTYPE OF ( geographical_location);
latitude_degrees  :  degrees_rotation;
latitude_minutes  :  minutes_rotation;
latitude_seconds  :  OPTIONAL seconds_rotation;
longitude_degrees  :  degrees_rotation;
longitude_minutes  :  minutes_rotation;
longitude_seconds  :  OPTIONAL seconds_rotation;
END_ENTITY;

References (1):

Name Type Referred through Express-G
geographical_location Entity
Subtype
No Diagram

Inheritance graph

ENTITY global_location;
ENTITY geographical_location;
height_above_datum  :  length_measure_with_unit;
datum_name  :  label;
ENTITY global_location;
latitude_degrees  :  degrees_rotation;
latitude_minutes  :  minutes_rotation;
latitude_seconds  :  OPTIONAL seconds_rotation;
longitude_degrees  :  degrees_rotation;
longitude_minutes  :  minutes_rotation;
longitude_seconds  :  OPTIONAL seconds_rotation;
END_ENTITY;