mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
[/============================================================================
|
|
Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
|
|
Copyright (c) 2020 Baidyanath Kundu, Haldia, India.
|
|
|
|
Use, modification and distribution is subject to the Boost Software License,
|
|
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
=============================================================================/]
|
|
|
|
[heading Conformance]
|
|
Other libraries refer to this functionality as [*ST_GeomFromText] or [*STGeomFromText].
|
|
That is not done here because Boost.Geometry support more text formats. The name GeomFromText
|
|
is reserved for future usage, which will then have an indication of the used text format.
|
|
|
|
|
|
[heading Example]
|
|
[from_wkt]
|
|
|
|
[heading See also]
|
|
* [@http://en.wikipedia.org/wiki/Well-known_text Well-known text specification]
|
|
* [link geometry.reference.io.wkt.wkt WKT streaming manipulator]
|
|
* [link geometry.reference.io.wkt.read_wkt Read WKT]
|
|
* [link geometry.reference.io.wkt.to_wkt_1 To WKT]
|