Navigation

coordinate_system

A <coordinate_system> is a <multidimensional_scale> for locating and relating a <possible_individual> in an n-dimensional space in which arbitrary geometric transformations are valid.
EXAMPLE The XYZ site coordinate system, is an example of a coordinate system.

EXPRESS specification:

ENTITY coordinate_system
SUBTYPE OF ( multidimensional_scale);
END_ENTITY;

References (1):

Name Type Referred through Express-G
multidimensional_scale Entity
Subtype
Diagram 28

Inheritance graph

ENTITY coordinate_system;
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 abstract_object;
ENTITY class;
ENTITY class_of_abstract_object;
ENTITY class_of_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_functional_mapping;
ENTITY class_of_isomorphic_functional_mapping;
ENTITY scale;
codomain  :  number_space;
domain  :  property_space;
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 abstract_object;
ENTITY multidimensional_object;
elements  :  LIST [1:?] OF thing;
position  :  OPTIONAL LIST [1:?] OF INTEGER;
ENTITY multidimensional_scale;
ENTITY coordinate_system;
END_ENTITY;