Values of the parameters used by a coordinate transformation.
cord_trfm_val_s (PK, M: CHAR VARYING(19))
Surrogate key of the table.
coordinate_trfm_id (FNK, M: CHAR VARYING(40))
coordinate_transformation_value.coordinate_transformation
This is the coordinate transformation for which this value of a coordinate transformation parameter is defined.
Defines a foreign key to table coordinate_trfm.
cord_trfm_par_s (FSK, M: CHAR VARYING(19))
coordinate_transformation_value.coordinate_transformation_parameter
This is the coordinate transformation parameter that provides the meaning and use of this value in the coordinate transformation.
Defines a foreign key to table cord_trfm_par.
source (FNK, M: CHAR VARYING(40))
reference_behavior.source
The provider of this instance of reference information. If this instance is provided by POSC, then this attribute must be "POSC".
Defines a foreign key to table r_source.
coordinate_transformation_value.integer_value
The numerical value of the coordinate transform parameter when the value is an integer value.
location_value (O: CHAR VARYING(16))
coordinate_transformation_value.location_value
A location value used as a coordinate transformation value, such as a longitude used for a central meridian. This location value contains the reference to the coordinate system it is defined within.
coordinate_transformation_value.quantity_value
The numerical value of the coordinate transformation parameter when it includes a real value and a unit of measure. quantity_value_u: Defines the unit of measure. Defines a foreign key to table r_uom.
real_value (O: FLOAT(6))
coordinate_transformation_value.real_value
The numerical value of the coordinate transform parameter when the value is a real number.
status (O: CHAR VARYING(11))
reference_behavior.status
The status of this instance in the version of Epicentre running in a data store. This is an enumerated datatype for which the following are the possible values: current, provisional, deprecated. Current - use without restriction. Provisional - use with caution, this value is for comment and may not appear in future releases of Epicentre. Deprecated - avoid use if possible, it is planned to remove this value in the next major release of Epicentre.
string_value (O: CHAR VARYING(40))
coordinate_transformation_value.string_value
The value of the coordinate transformation parameter when the value is a string.
source_reference_s (FSK, O: CHAR VARYING(19))
reference_behavior.source_reference
The reference used by source to provide the standard instance, such as Petroleum Industry Data Dictionary (PIDD), Websters Ninth New Collegiate Dictionary, etc.
Defines a foreign key to table r_source_ref.
version (FNK, O: CHAR VARYING(40))
reference_behavior.version
Describes the version of Epicentre when this status was assigned to this instance of reference behavior
Defines a foreign key to table r_epcnt_version.