Sophie

Sophie

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

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::geom::GeometryFilter Class 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><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 class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&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_1geom.html">geom</a>      </li>
      <li><a class="el" href="classgeos_1_1geom_1_1GeometryFilter.html">geos::geom::GeometryFilter</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<h1>geos::geom::GeometryFilter Class Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="geos::geom::GeometryFilter" -->
<p><a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> classes support the concept of applying a <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> filter to the <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="GeometryFilter_8h_source.html">GeometryFilter.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for geos::geom::GeometryFilter:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classgeos_1_1geom_1_1GeometryFilter.png" usemap="#geos::geom::GeometryFilter_map" alt=""/>
  <map id="geos::geom::GeometryFilter_map" name="geos::geom::GeometryFilter_map">
<area href="classgeos_1_1geom_1_1util_1_1PointExtracter.html" alt="geos::geom::util::PointExtracter" shape="rect" coords="0,56,339,80"/>
<area href="classgeos_1_1geom_1_1util_1_1PolygonExtracter.html" alt="geos::geom::util::PolygonExtracter" shape="rect" coords="349,56,688,80"/>
<area href="classgeos_1_1operation_1_1distance_1_1ConnectedElementLocationFilter.html" alt="geos::operation::distance::ConnectedElementLocationFilter" shape="rect" coords="698,56,1037,80"/>
<area href="classgeos_1_1operation_1_1distance_1_1ConnectedElementPointFilter.html" alt="geos::operation::distance::ConnectedElementPointFilter" shape="rect" coords="1047,56,1386,80"/>
</map>
</div>

<p><a href="classgeos_1_1geom_1_1GeometryFilter-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aafe4c307b7c2427efb2bffcb28e907e2"></a><!-- doxytag: member="geos::geom::GeometryFilter::filter_ro" ref="aafe4c307b7c2427efb2bffcb28e907e2" args="(const Geometry *)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>filter_ro</b> (const <a class="el" href="classgeos_1_1geom_1_1Geometry.html">Geometry</a> *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3c79320fcac570046904f29dcdd0e94a"></a><!-- doxytag: member="geos::geom::GeometryFilter::filter_rw" ref="a3c79320fcac570046904f29dcdd0e94a" args="(Geometry *)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>filter_rw</b> (<a class="el" href="classgeos_1_1geom_1_1Geometry.html">Geometry</a> *)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p><a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> classes support the concept of applying a <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> filter to the <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>. </p>
<p>In the case of <a class="el" href="classgeos_1_1geom_1_1GeometryCollection.html" title="Represents a collection of heterogeneous Geometry objects.">GeometryCollection</a> subclasses, the filter is applied to every element <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>. A <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> filter can either record information about the <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> or change the <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> in some way. <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> filters implement the interface <a class="el" href="classgeos_1_1geom_1_1GeometryFilter.html" title="Geometry classes support the concept of applying a Geometry filter to the Geometry.">GeometryFilter</a>. (<a class="el" href="classgeos_1_1geom_1_1GeometryFilter.html" title="Geometry classes support the concept of applying a Geometry filter to the Geometry.">GeometryFilter</a> is an example of the Gang-of-Four Visitor pattern). </p>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="GeometryFilter_8h_source.html">GeometryFilter.h</a></li>
</ul>
</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>