Difference between revisions of "Well known binary"

From ICA Wiki
Jump to navigation Jump to search
Line 26: Line 26:
 
| ISO International Standard
 
| ISO International Standard
 
Application level
 
Application level
|-
 
| Related standard(s)
 
| [http://wiki.icaci.org/index.php?title=Simple_feature_access_%E2%80%93_Part_2:_SQL_option ISO 19125-2:2004, Geographic information – Simple feature access – Part 2: SQL option]
 
 
|-
 
|-
 
| Application
 
| Application
Line 36: Line 33:
 
|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, 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]]

Revision as of 21:19, 25 February 2017

Overview

Full name Well known binary (WKB), defined in ISO/IEC 13249-3:2016, Information technology -- Database languages -- 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, 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