ENTITY global_location
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
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;
Explicit Attributes
Entity global_location has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity global_location inherits from the following supertypes:
geographical_location
Subtypes
No subtypesReferenced By
Entity global_location and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00