ENTITY geographical_location

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)

ENTITY geographical_location
ABSTRACT SUPERTYPE OF (ONEOF(global_location, map_location)); 
 	height_above_datum : length_measure_with_unit;
 	datum_name : label;
END_ENTITY;

Explicit Attributes

Entity geographical_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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity geographical_location has the following subtypes:
    global_location*
    map_location*
* - Immediate Subtypes

Referenced By

Entity geographical_location and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 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