Difference between revisions of "Type Location"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Location</code> |- | File Type Value | 54 |- | Parent Type | None |- | Carve | No |- |...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_Message|<<]] Details [[Type_Website_Visit|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_Location</code>
 
| <code>Type_Location</code>
Line 19: Line 19:
 
| <code>application/octet-stream</code>
 
| <code>application/octet-stream</code>
 
|}
 
|}
Location
+
This represents a geographic coordinate.
  
 
=Description=
 
=Description=
Truxton carved location value
+
The message with this file type is specially encoded to hold the information in a <code><nowiki>[</nowiki>[[Location Table|Location]]<nowiki>]</nowiki></code> record.
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Message Field
 +
! Database Column
 +
! Remarks
 +
|-
 +
| <code>file_type</code>
 +
|
 +
| Holds the value of <code>Type_Location</code>
 +
|-
 +
| <code>file_id</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|FileID]]<nowiki>]</nowiki></code>
 +
|
 +
|-
 +
| <code>media_id</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|MediaID]]<nowiki>]</nowiki></code>
 +
|
 +
|-
 +
| <code>parent_id</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|ID]]<nowiki>]</nowiki></code>
 +
|
 +
|-
 +
| <code>signature</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|LocationTypeID]]<nowiki>]</nowiki></code>
 +
| Should contain a [[Location Types|defined constant]] value
 +
|-
 +
| <code>offset</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|Latitude]]<nowiki>]</nowiki></code>
 +
| Multiplied by 1,000,000,000,000
 +
|-
 +
| <code>length</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|Longitude]]<nowiki>]</nowiki></code>
 +
| Multiplied by 1,000,000,000,000
 +
|-
 +
| <code>types[0] - types[3]</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|Altitude]]<nowiki>]</nowiki></code>
 +
| Multiplied by 1,000,000,000,000
 +
|-
 +
| <code>types[4] - types[7]</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|When]]<nowiki>]</nowiki></code>
 +
| In Windows [https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime FILETIME] ticks
 +
|-
 +
| <code>depot_filename</code>
 +
| <code><nowiki>[</nowiki>[[Location Table|Label]]<nowiki>]</nowiki></code>
 +
|}

Latest revision as of 05:00, 22 May 2024

<< Details >>
Defined Constant Type_Location
File Type Value 54
Parent Type None
Carve No
Format Details No
MIME Type application/octet-stream

This represents a geographic coordinate.

Description

The message with this file type is specially encoded to hold the information in a [Location] record.

Message Field Database Column Remarks
file_type Holds the value of Type_Location
file_id [FileID]
media_id [MediaID]
parent_id [ID]
signature [LocationTypeID] Should contain a defined constant value
offset [Latitude] Multiplied by 1,000,000,000,000
length [Longitude] Multiplied by 1,000,000,000,000
types[0] - types[3] [Altitude] Multiplied by 1,000,000,000,000
types[4] - types[7] [When] In Windows FILETIME ticks
depot_filename [Label]