geos_390_docs/classgeos_1_1geom_1_1Coordi...

668 lines
34 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>GEOS: geos::geom::CoordinateList Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">GEOS
&#160;<span id="projectnumber">3.9.1dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacegeos.html">geos</a></li><li class="navelem"><a class="el" href="namespacegeos_1_1geom.html">geom</a></li><li class="navelem"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html">CoordinateList</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="#friends">Friends</a> &#124;
<a href="classgeos_1_1geom_1_1CoordinateList-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">geos::geom::CoordinateList Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>A list of <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a>s, which may be set to prevent repeated coordinates from occuring in the list.
<a href="classgeos_1_1geom_1_1CoordinateList.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a1c5d129b14a3475478e8f9bd150153f8"><td class="memItemLeft" align="right" valign="top">typedef std::list&lt; <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &gt;::<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a></td></tr>
<tr class="separator:a1c5d129b14a3475478e8f9bd150153f8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a406a8bd6d58ff1c8fb31428d958ad4d6"><td class="memItemLeft" align="right" valign="top">typedef std::list&lt; <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &gt;::<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a></td></tr>
<tr class="separator:a406a8bd6d58ff1c8fb31428d958ad4d6"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a4f03839515dea95f4336977fdc48db25"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a4f03839515dea95f4336977fdc48db25">CoordinateList</a> (const std::vector&lt; <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &gt; &amp;v)</td></tr>
<tr class="memdesc:a4f03839515dea95f4336977fdc48db25"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new list from an array of Coordinates, allowing repeated points. <a href="#a4f03839515dea95f4336977fdc48db25">More...</a><br /></td></tr>
<tr class="separator:a4f03839515dea95f4336977fdc48db25"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa40573f73ab1c30b2c6f666a6a240f30"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#aa40573f73ab1c30b2c6f666a6a240f30">CoordinateList</a> ()</td></tr>
<tr class="separator:aa40573f73ab1c30b2c6f666a6a240f30"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acd89a8d5e615134e783a61161984143f"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#acd89a8d5e615134e783a61161984143f">size</a> () const </td></tr>
<tr class="separator:acd89a8d5e615134e783a61161984143f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86c786da90f054b77960bddd380febec"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a86c786da90f054b77960bddd380febec">empty</a> () const </td></tr>
<tr class="separator:a86c786da90f054b77960bddd380febec"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abc23d36e7bec8462a7c4de5085defc61"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#abc23d36e7bec8462a7c4de5085defc61">begin</a> ()</td></tr>
<tr class="separator:abc23d36e7bec8462a7c4de5085defc61"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aceca3b651eee444d840f8e6fac4f25d5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#aceca3b651eee444d840f8e6fac4f25d5">end</a> ()</td></tr>
<tr class="separator:aceca3b651eee444d840f8e6fac4f25d5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aba6898c120272a91f6cb73566c832a79"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#aba6898c120272a91f6cb73566c832a79">begin</a> () const </td></tr>
<tr class="separator:aba6898c120272a91f6cb73566c832a79"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7dad109a628d5db82f52ef461041ecf7"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a7dad109a628d5db82f52ef461041ecf7">end</a> () const </td></tr>
<tr class="separator:a7dad109a628d5db82f52ef461041ecf7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a73036c1b1cc4e38baa7d9136d253e9e6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a73036c1b1cc4e38baa7d9136d253e9e6">insert</a> (<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> pos, const <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &amp;c, bool allowRepeated)</td></tr>
<tr class="memdesc:a73036c1b1cc4e38baa7d9136d253e9e6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Inserts the specified coordinate at the specified position in this list. <a href="#a73036c1b1cc4e38baa7d9136d253e9e6">More...</a><br /></td></tr>
<tr class="separator:a73036c1b1cc4e38baa7d9136d253e9e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7db1452255947c28e0abac5971928981"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a7db1452255947c28e0abac5971928981">insert</a> (<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> pos, const <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &amp;c)</td></tr>
<tr class="separator:a7db1452255947c28e0abac5971928981"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a28918de05aab9bcae2947fb5ea4345a4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a28918de05aab9bcae2947fb5ea4345a4">erase</a> (<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> pos)</td></tr>
<tr class="separator:a28918de05aab9bcae2947fb5ea4345a4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a47fcc5d187f392081a8540371aaeff1b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a47fcc5d187f392081a8540371aaeff1b">erase</a> (<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> first, <a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> last)</td></tr>
<tr class="separator:a47fcc5d187f392081a8540371aaeff1b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3e1cf5c6e41c7ca2fb331db35cd78263"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classgeos_1_1geom_1_1Coordinate.html#a59345d3a409b5d2ebe01fcfcdcca92cb">Coordinate::Vect</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a3e1cf5c6e41c7ca2fb331db35cd78263">toCoordinateArray</a> () const </td></tr>
<tr class="separator:a3e1cf5c6e41c7ca2fb331db35cd78263"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af5edac5733623bab11d47aa5d3632143"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#af5edac5733623bab11d47aa5d3632143">closeRing</a> ()</td></tr>
<tr class="separator:af5edac5733623bab11d47aa5d3632143"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:a4a0dbe1cbc9c96ef8712639c6b784f16"><td class="memItemLeft" align="right" valign="top">std::list&lt; <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a4a0dbe1cbc9c96ef8712639c6b784f16">coords</a></td></tr>
<tr class="separator:a4a0dbe1cbc9c96ef8712639c6b784f16"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a07f836826521406211ab5697cb6eb416"><td class="memItemLeft" align="right" valign="top">std::ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a07f836826521406211ab5697cb6eb416">operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classgeos_1_1geom_1_1CoordinateList.html">CoordinateList</a> &amp;cl)</td></tr>
<tr class="separator:a07f836826521406211ab5697cb6eb416"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A list of <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a>s, which may be set to prevent repeated coordinates from occuring in the list. </p>
<p>Use this class when fast insertions and removal at arbitrary position is needed. The class keeps ownership of the Coordinates. </p>
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00055">55</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a class="anchor" id="a406a8bd6d58ff1c8fb31428d958ad4d6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::list&lt;<a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a>&gt;::<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a> <a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">geos::geom::CoordinateList::const_iterator</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00060">60</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="a1c5d129b14a3475478e8f9bd150153f8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::list&lt;<a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a>&gt;::<a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> <a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">geos::geom::CoordinateList::iterator</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00059">59</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a4f03839515dea95f4336977fdc48db25"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">geos::geom::CoordinateList::CoordinateList </td>
<td>(</td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &gt; &amp;&#160;</td>
<td class="paramname"><em>v</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructs a new list from an array of Coordinates, allowing repeated points. </p>
<p>(I.e. this constructor produces a <a class="el" href="classgeos_1_1geom_1_1CoordinateList.html">CoordinateList</a> with exactly the same set of points as the input array.)</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">v</td><td>the initial coordinates </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00074">74</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="aa40573f73ab1c30b2c6f666a6a240f30"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">geos::geom::CoordinateList::CoordinateList </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00080">80</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="abc23d36e7bec8462a7c4de5085defc61"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> geos::geom::CoordinateList::begin </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00099">99</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
<p>Referenced by <a class="el" href="CoordinateList_8h_source.html#l00190">geos::geom::operator&lt;&lt;()</a>.</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classgeos_1_1geom_1_1CoordinateList_abc23d36e7bec8462a7c4de5085defc61_icgraph.svg" width="435" height="55"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</p>
</div>
</div>
<a class="anchor" id="aba6898c120272a91f6cb73566c832a79"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a> geos::geom::CoordinateList::begin </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00111">111</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="af5edac5733623bab11d47aa5d3632143"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void geos::geom::CoordinateList::closeRing </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00174">174</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="a86c786da90f054b77960bddd380febec"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool geos::geom::CoordinateList::empty </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00093">93</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="aceca3b651eee444d840f8e6fac4f25d5"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> geos::geom::CoordinateList::end </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00105">105</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
<p>Referenced by <a class="el" href="CoordinateList_8h_source.html#l00190">geos::geom::operator&lt;&lt;()</a>.</p>
<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classgeos_1_1geom_1_1CoordinateList_aceca3b651eee444d840f8e6fac4f25d5_icgraph.svg" width="467" height="39"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</p>
</div>
</div>
<a class="anchor" id="a7dad109a628d5db82f52ef461041ecf7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a406a8bd6d58ff1c8fb31428d958ad4d6">const_iterator</a> geos::geom::CoordinateList::end </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00117">117</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="a28918de05aab9bcae2947fb5ea4345a4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> geos::geom::CoordinateList::erase </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td>
<td class="paramname"><em>pos</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00155">155</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="a47fcc5d187f392081a8540371aaeff1b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> geos::geom::CoordinateList::erase </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td>
<td class="paramname"><em>first</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td>
<td class="paramname"><em>last</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00161">161</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="a73036c1b1cc4e38baa7d9136d253e9e6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> geos::geom::CoordinateList::insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td>
<td class="paramname"><em>pos</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &amp;&#160;</td>
<td class="paramname"><em>c</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>allowRepeated</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Inserts the specified coordinate at the specified position in this list. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">pos</td><td>the position at which to insert </td></tr>
<tr><td class="paramname">c</td><td>the coordinate to insert </td></tr>
<tr><td class="paramname">allowRepeated</td><td>if set to false, repeated coordinates are collapsed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>an iterator to the newly installed coordinate (or previous, if equal and repeated are not allowed)</dd></dl>
<p>NOTE: when allowRepeated is false <em>next</em> point is not checked this matches JTS behavior </p>
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00136">136</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
<p>References <a class="el" href="classgeos_1_1geom_1_1Coordinate.html#a2c21bb7a17fd64f70d6ee55990cb87b9">geos::geom::Coordinate::equals2D()</a>.</p>
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classgeos_1_1geom_1_1CoordinateList_a73036c1b1cc4e38baa7d9136d253e9e6_cgraph.svg" width="434" height="55"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</p>
</div>
</div>
<a class="anchor" id="a7db1452255947c28e0abac5971928981"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a> geos::geom::CoordinateList::insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classgeos_1_1geom_1_1CoordinateList.html#a1c5d129b14a3475478e8f9bd150153f8">iterator</a>&#160;</td>
<td class="paramname"><em>pos</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a> &amp;&#160;</td>
<td class="paramname"><em>c</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00149">149</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="acd89a8d5e615134e783a61161984143f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">size_t geos::geom::CoordinateList::size </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00087">87</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<a class="anchor" id="a3e1cf5c6e41c7ca2fb331db35cd78263"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::unique_ptr&lt;<a class="el" href="classgeos_1_1geom_1_1Coordinate.html#a59345d3a409b5d2ebe01fcfcdcca92cb">Coordinate::Vect</a>&gt; geos::geom::CoordinateList::toCoordinateArray </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00167">167</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Friends And Related Function Documentation</h2>
<a class="anchor" id="a07f836826521406211ab5697cb6eb416"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::ostream&amp; operator&lt;&lt; </td>
<td>(</td>
<td class="paramtype">std::ostream &amp;&#160;</td>
<td class="paramname"><em>os</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classgeos_1_1geom_1_1CoordinateList.html">CoordinateList</a> &amp;&#160;</td>
<td class="paramname"><em>cl</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">friend</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00190">190</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a4a0dbe1cbc9c96ef8712639c6b784f16"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::list&lt;<a class="el" href="classgeos_1_1geom_1_1Coordinate.html">Coordinate</a>&gt; geos::geom::CoordinateList::coords</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="CoordinateList_8h_source.html#l00185">185</a> of file <a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="CoordinateList_8h_source.html">CoordinateList.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>