Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5035839f674c88dea1f7928a86fbdc64 > files > 1362

geos-devel-3.2.1-3.fc14.x86_64.rpm

<!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"/>
<title>GEOS: geos::operation::buffer Namespace Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="namespaces.html"><span>Namespace&nbsp;List</span></a></li>
      <li><a href="namespacemembers.html"><span>Namespace&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath">
    <ul>
      <li><a class="el" href="namespacegeos.html">geos</a>      </li>
      <li><a class="el" href="namespacegeos_1_1operation.html">operation</a>      </li>
      <li><a class="el" href="namespacegeos_1_1operation_1_1buffer.html">buffer</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<h1>geos::operation::buffer Namespace Reference</h1>  </div>
</div>
<div class="contents">

<p>Provides classes for computing buffers of geometries.  
<a href="#_details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Builds the buffer geometry for a given input geometry and precision model.  <a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferOp.html">BufferOp</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Computes the buffer of a geometry, for both positive and negative buffer distances.  <a href="classgeos_1_1operation_1_1buffer_1_1BufferOp.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferParameters.html">BufferParameters</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Contains the parameters which describe how a buffer should be constructed.  <a href="classgeos_1_1operation_1_1buffer_1_1BufferParameters.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferSubgraph.html">BufferSubgraph</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A connected subset of the graph of DirectedEdge and geomgraph::Node.  <a href="classgeos_1_1operation_1_1buffer_1_1BufferSubgraph.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveBuilder.html">OffsetCurveBuilder</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Computes the raw offset curve for a single Geometry component (ring, line or point).  <a href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveBuilder.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveSetBuilder.html">OffsetCurveSetBuilder</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Creates all the raw offset curves for a buffer of a Geometry.  <a href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveSetBuilder.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1RightmostEdgeFinder.html">RightmostEdgeFinder</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A <a class="el" href="classgeos_1_1operation_1_1buffer_1_1RightmostEdgeFinder.html" title="A RightmostEdgeFinder find the geomgraph::DirectedEdge in a list which has the highest coordinate...">RightmostEdgeFinder</a> find the <a class="el" href="classgeos_1_1geomgraph_1_1DirectedEdge.html" title="A directed EdgeEnd.">geomgraph::DirectedEdge</a> in a list which has the highest coordinate, and which is oriented L to R at that point. (I.e. the right side is on the RHS of the edge.).  <a href="classgeos_1_1operation_1_1buffer_1_1RightmostEdgeFinder.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1SubgraphDepthLocater.html">SubgraphDepthLocater</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Locates a subgraph inside a set of subgraphs, in order to determine the outside depth of the subgraph.  <a href="classgeos_1_1operation_1_1buffer_1_1SubgraphDepthLocater.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferInputLineSimplifier.html">BufferInputLineSimplifier</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Simplifies a buffer input line to remove concavities with shallow depth.  <a href="classgeos_1_1operation_1_1buffer_1_1BufferInputLineSimplifier.html#_details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveVertexList.html">OffsetCurveVertexList</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A list of the vertices in a constructed offset curve.  <a href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveVertexList.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a446daaed25dc3809bcaf833b6e00b680"></a><!-- doxytag: member="geos::operation::buffer::operator&lt;&lt;" ref="a446daaed25dc3809bcaf833b6e00b680" args="(std::ostream &amp;os, const BufferSubgraph &amp;bs)" -->
std::ostream &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><b>operator&lt;&lt;</b> (std::ostream &amp;os, const <a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferSubgraph.html">BufferSubgraph</a> &amp;bs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acfc9f4a1803ee1d5f2127b1d18dc06bf"></a><!-- doxytag: member="geos::operation::buffer::BufferSubgraphGT" ref="acfc9f4a1803ee1d5f2127b1d18dc06bf" args="(BufferSubgraph *first, BufferSubgraph *second)" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>BufferSubgraphGT</b> (<a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferSubgraph.html">BufferSubgraph</a> *first, <a class="el" href="classgeos_1_1operation_1_1buffer_1_1BufferSubgraph.html">BufferSubgraph</a> *second)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8f4e1ff1caa43b101cfdf5446a507a88"></a><!-- doxytag: member="geos::operation::buffer::operator&lt;&lt;" ref="a8f4e1ff1caa43b101cfdf5446a507a88" args="(std::ostream &amp;os, const OffsetCurveVertexList &amp;lst)" -->
std::ostream &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><b>operator&lt;&lt;</b> (std::ostream &amp;os, const <a class="el" href="classgeos_1_1operation_1_1buffer_1_1OffsetCurveVertexList.html">OffsetCurveVertexList</a> &amp;lst)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Provides classes for computing buffers of geometries. </p>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Thu Jul 22 2010 for GEOS by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>