ENTITY map_location

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY map_location
SUBTYPE OF (geographical_location); 
 	map_name : label;
 	map_code : identifier;
 	eastings : length_measure_with_unit;
 	northings : length_measure_with_unit;
END_ENTITY;

Explicit Attributes

Entity map_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
 map_namelabel (STRING)map_location
 map_codeidentifier (STRING)map_location
 eastingslength_measure_with_unit (ENTITY)map_location
 northingslength_measure_with_unit (ENTITY)map_location

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity map_location inherits from the following supertypes:
  geographical_location

Subtypes

    No subtypes

Referenced By

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