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:
AttributeTypeDefined By
 height_above_datumlength_measure_with_unit (ENTITY)geographical_location
 datum_namelabel (STRING)geographical_location
 latitude_degreesdegrees_rotation (INTEGER)global_location
 latitude_minutesminutes_rotation (INTEGER)global_location
 latitude_secondsseconds_rotation (REAL)global_location
 longitude_degreesdegrees_rotation (INTEGER)global_location
 longitude_minutesminutes_rotation (INTEGER)global_location
 longitude_secondsseconds_rotation (REAL)global_location

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity global_location inherits from the following supertypes:
  geographical_location

Subtypes

    No subtypes

Referenced By

Entity global_location and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 geographical_location ENTITY global_location
 grid_intersection_resolved ENTITY geographical_location
 select_structural_item SELECT geographical_location
 setting_out_point ENTITY geographical_location


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00