Difference between revisions of "Well known binary"

From ICA Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|-
 
|-
 
| Full name
 
| Full name
| Well known binary (WKB), defined in ISO/IEC 13249-3:2011, Information technology -Database languages -- SQL multimedia and application packages Part 3: Spatial
+
| Well known binary (WKB), defined in [http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=60343 ISO/IEC 13249-3:2016, Information technology - Database language - SQL multimedia and application packages Part 3: Spatial]
 
|-
 
|-
 
| Version
 
| Version
Line 21: Line 21:
 
|-
 
|-
 
| Online overview
 
| Online overview
| Not available yet
+
| [https://www.iso.org/obp/ui/#iso:std:iso-iec:13249:-3:ed-5:v1:en https://www.iso.org/obp/ui/#iso:std:iso-iec:13249:-3:ed-5:v1:en]
 
|-
 
|-
 
| Type of standard
 
| Type of standard
 
| ISO International Standard
 
| ISO International Standard
 
Application level
 
Application level
|-
 
| Related standard(s)
 
| ISO 19125-2:2004, Geographic information – Simple feature access – Part 2: SQL option
 
 
|-
 
|-
 
| Application
 
| Application
Line 34: Line 31:
 
|-
 
|-
 
| Implementation benefits
 
| Implementation benefits
|In ISO 19125-2, WKB is an option of describing geometries. This is an optimal format for databases, since the geometry is expressed as a stream of bytes and can easily be exchanged. However, the encoding does not support any analysis, such as measurements.
+
|In [[ISO 19125-2:2004 Geographic information - Simple feature access - Part 2: SQL option]], WKB is an option of describing geometries. This is an optimal format for databases, since the geometry is expressed as a stream of bytes and can easily be exchanged. However, the encoding does not support any analysis, such as measurements.
 
|}
 
|}
 +
 +
==See also==
 +
* [[ISO 19125-2:2004 Geographic information - Simple feature access - Part 2: SQL option]]

Latest revision as of 12:14, 12 June 2017

Overview

Full name Well known binary (WKB), defined in ISO/IEC 13249-3:2016, Information technology - Database language - SQL multimedia and application packages Part 3: Spatial
Version Edition 4
Amendments None
Corrigenda None
Published by ISO/IEC JTC 1/SC 32, Data management and interchange
Languages English
Online overview https://www.iso.org/obp/ui/#iso:std:iso-iec:13249:-3:ed-5:v1:en
Type of standard ISO International Standard

Application level

Application WKB is defined in ISO/IEC 13249-3:2011. WKB is a hexadecimal encoding that can be used to define geometry. Geometries are expressed as a stream of bytes that is not human readable. The type of geometry is specified followed by the coordinates of the nodes.
Implementation benefits In ISO 19125-2:2004 Geographic information - Simple feature access - Part 2: SQL option, WKB is an option of describing geometries. This is an optimal format for databases, since the geometry is expressed as a stream of bytes and can easily be exchanged. However, the encoding does not support any analysis, such as measurements.

See also