Sophie

Sophie

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

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: PreparedGeometry.h Source File</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><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>PreparedGeometry.h</h1>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/**********************************************************************</span>
<a name="l00002"></a>00002 <span class="comment"> * $Id: PreparedGeometry.h 2418 2009-04-29 08:15:21Z strk $</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * GEOS - Geometry Engine Open Source</span>
<a name="l00005"></a>00005 <span class="comment"> * http://geos.refractions.net</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * Copyright (C) 2006 Refractions Research Inc.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * This is free software; you can redistribute and/or modify it under</span>
<a name="l00010"></a>00010 <span class="comment"> * the terms of the GNU Lesser General Public Licence as published</span>
<a name="l00011"></a>00011 <span class="comment"> * by the Free Software Foundation. </span>
<a name="l00012"></a>00012 <span class="comment"> * See the COPYING file for more information.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> **********************************************************************</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> * Last port: geom/prep/PreparedGeometry.java rev. 1.11 (JTS-1.10)</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> **********************************************************************/</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef GEOS_GEOM_PREP_PREPAREDGEOMETRY_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define GEOS_GEOM_PREP_PREPAREDGEOMETRY_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="comment">// Forward declarations</span>
<a name="l00025"></a>00025 <span class="keyword">namespace </span>geos {
<a name="l00026"></a>00026         <span class="keyword">namespace </span>geom { 
<a name="l00027"></a>00027                 <span class="keyword">class </span>Geometry;
<a name="l00028"></a>00028         }
<a name="l00029"></a>00029 }
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="keyword">namespace </span>geos {
<a name="l00033"></a>00033 <span class="keyword">namespace </span>geom { <span class="comment">// geos::geom</span>
<a name="l00034"></a>00034 <span class="keyword">namespace </span>prep { <span class="comment">// geos::geom::prep</span>
<a name="l00035"></a>00035 
<a name="l00053"></a><a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html">00053</a> <span class="keyword">class </span><a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html" title="An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...">PreparedGeometry</a> {
<a name="l00054"></a>00054 <span class="keyword">public</span>:
<a name="l00055"></a>00055         <span class="keyword">virtual</span> ~<a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html" title="An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...">PreparedGeometry</a>() {};
<a name="l00056"></a>00056         
<a name="l00062"></a>00062         <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> &amp; <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#ab5e467731267877794c461e91609a035">getGeometry</a>() <span class="keyword">const</span> =0;
<a name="l00063"></a>00063 
<a name="l00072"></a>00072         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a18be2527cd5f01479f658ad27d7b89e9">contains</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00073"></a>00073 
<a name="l00113"></a>00113         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a371c2321555ca375fd6726f8a44fdf20" title="Tests whether the base Geometry properly contains a given geometry.">containsProperly</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00114"></a>00114 
<a name="l00123"></a>00123         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a24c940cef46fcc8c067c628335cd727d">coveredBy</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00124"></a>00124 
<a name="l00133"></a>00133         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a8c64d1365d88a6b56074b7cfdcca6557">covers</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00134"></a>00134 
<a name="l00143"></a>00143         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a64d1274f40934ead8f9e29211e67a75a">crosses</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00144"></a>00144 
<a name="l00153"></a>00153         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a53a9bed0039bded4b7d291f999f90db2">disjoint</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00154"></a>00154 
<a name="l00163"></a>00163         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a05f062f6af7ad3f600069500aaacde93">intersects</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00164"></a>00164 
<a name="l00173"></a>00173         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a2b9ebc778a38d3007439f40b7f3df2ac">overlaps</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00174"></a>00174 
<a name="l00183"></a>00183         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a927bb37d80b3fe6820be5d73d6315525">touches</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00184"></a>00184 
<a name="l00193"></a>00193         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html#a7a2db04339bde105d820253995ffd428">within</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">geom::Geometry</a> *geom) <span class="keyword">const</span> =0;
<a name="l00194"></a>00194 };
<a name="l00195"></a>00195 
<a name="l00196"></a>00196 
<a name="l00197"></a>00197 } <span class="comment">// namespace geos::geom::prep</span>
<a name="l00198"></a>00198 } <span class="comment">// namespace geos::geom</span>
<a name="l00199"></a>00199 } <span class="comment">// namespace geos</span>
<a name="l00200"></a>00200 
<a name="l00201"></a>00201 
<a name="l00202"></a>00202 <span class="preprocessor">#endif // ndef GEOS_GEOM_PREP_PREPAREDGEOMETRY_H</span>
<a name="l00203"></a>00203 <span class="preprocessor"></span>
<a name="l00204"></a>00204 <span class="comment">/**********************************************************************</span>
<a name="l00205"></a>00205 <span class="comment"> * $Log$</span>
<a name="l00206"></a>00206 <span class="comment"> **********************************************************************/</span>
</pre></div></div>
</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>