23 lines
931 B
Plaintext
23 lines
931 B
Plaintext
[/============================================================================
|
|
Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
|
|
Copyright (c) 2009-2014 Barend Gehrels, Amsterdam, the Netherlands.
|
|
Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland.
|
|
|
|
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]
|
|
[read_wkt]
|
|
|
|
[heading See also]
|
|
* [link geometry.reference.io.wkt.wkt WKT streaming manipulator]
|