Navigation

spatial_location

A <spatial_location> is a <physical_object> that has continuity of relative position.
EXAMPLE Geographic datum, license block, construction area, country, air corridor, maritime traffic zone, hazard control zone, 4D points, lines, planes, solids.

EXPRESS specification:

ENTITY spatial_location
SUBTYPE OF ( physical_object);
END_ENTITY;

References (1):

Name Type Referred through Express-G
physical_object Entity
Subtype
Diagram 6

Inheritance graph

ENTITY spatial_location;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY possible_individual;
ENTITY physical_object;
ENTITY spatial_location;
END_ENTITY;