Sophie

Sophie

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

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: GeometryFactory.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>GeometryFactory.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: GeometryFactory.h 2556 2009-06-06 22:22:28Z 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/GeometryFactory.java rev. 1.48</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_GEOMETRYFACTORY_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define GEOS_GEOM_GEOMETRYFACTORY_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="comment">//#include &lt;geos/geom/CoordinateSequence.h&gt;</span>
<a name="l00024"></a>00024 <span class="comment">//#include &lt;geos/geom/Geometry.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;geos/export.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;geos/inline.h&gt;</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;memory&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="keyword">namespace </span>geos {
<a name="l00032"></a>00032         <span class="keyword">namespace </span>geom { 
<a name="l00033"></a>00033                 <span class="keyword">class </span>CoordinateSequenceFactory;
<a name="l00034"></a>00034                 <span class="keyword">class </span>Coordinate;
<a name="l00035"></a>00035                 <span class="keyword">class </span>CoordinateSequence;
<a name="l00036"></a>00036                 <span class="keyword">class </span>Envelope;
<a name="l00037"></a>00037                 <span class="keyword">class </span>Geometry;
<a name="l00038"></a>00038                 <span class="keyword">class </span>GeometryCollection;
<a name="l00039"></a>00039                 <span class="keyword">class </span>LineString;
<a name="l00040"></a>00040                 <span class="keyword">class </span>LinearRing;
<a name="l00041"></a>00041                 <span class="keyword">class </span>MultiLineString;
<a name="l00042"></a>00042                 <span class="keyword">class </span>MultiPoint;
<a name="l00043"></a>00043                 <span class="keyword">class </span>MultiPolygon;
<a name="l00044"></a>00044                 <span class="keyword">class </span>Point;
<a name="l00045"></a>00045                 <span class="keyword">class </span>Polygon;
<a name="l00046"></a>00046                 <span class="keyword">class </span>PrecisionModel;
<a name="l00047"></a>00047         }
<a name="l00048"></a>00048 }
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <span class="keyword">namespace </span>geos {
<a name="l00051"></a>00051 <span class="keyword">namespace </span>geom { <span class="comment">// geos::geom</span>
<a name="l00052"></a>00052 
<a name="l00063"></a><a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html">00063</a> <span class="keyword">class </span>GEOS_DLL <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a> {
<a name="l00064"></a>00064 <span class="keyword">public</span>:
<a name="l00070"></a>00070         <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>();
<a name="l00071"></a>00071 
<a name="l00084"></a>00084         <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html" title="Specifies the precision model of the Coordinate in a Geometry.">PrecisionModel</a> *pm, <span class="keywordtype">int</span> newSRID,
<a name="l00085"></a>00085                 <a class="code" href="classgeos_1_1geom_1_1CoordinateSequenceFactory.html" title="A factory to create concrete instances of CoordinateSequences.">CoordinateSequenceFactory</a> *nCoordinateSequenceFactory);
<a name="l00086"></a>00086 
<a name="l00093"></a>00093         <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>(<a class="code" href="classgeos_1_1geom_1_1CoordinateSequenceFactory.html" title="A factory to create concrete instances of CoordinateSequences.">CoordinateSequenceFactory</a> *nCoordinateSequenceFactory);
<a name="l00094"></a>00094 
<a name="l00103"></a>00103         <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html" title="Specifies the precision model of the Coordinate in a Geometry.">PrecisionModel</a> *pm);
<a name="l00104"></a>00104 
<a name="l00114"></a>00114         <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html" title="Specifies the precision model of the Coordinate in a Geometry.">PrecisionModel</a>* pm, <span class="keywordtype">int</span> newSRID);
<a name="l00115"></a>00115 
<a name="l00121"></a>00121         <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a> &amp;gf);
<a name="l00122"></a>00122 
<a name="l00129"></a>00129         <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>*
<a name="l00130"></a>00130         getDefaultInstance();
<a name="l00131"></a>00131 
<a name="l00133"></a>00133         <span class="keyword">virtual</span> ~<a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">GeometryFactory</a>();
<a name="l00134"></a>00134 
<a name="l00135"></a>00135 <span class="comment">//Skipped a lot of list to array convertors</span>
<a name="l00136"></a>00136 
<a name="l00137"></a>00137         <a class="code" href="classgeos_1_1geom_1_1Point.html" title="Basic implementation of Point.">Point</a>* createPointFromInternalCoord(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Coordinate.html" title="Coordinate is the lightweight class used to store coordinates.">Coordinate</a>* coord,
<a name="l00138"></a>00138                         <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.">Geometry</a> *exemplar) <span class="keyword">const</span>;
<a name="l00139"></a>00139 
<a name="l00141"></a>00141         <span class="comment">//</span>
<a name="l00144"></a>00144 <span class="comment"></span>        <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>* toGeometry(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Envelope.html" title="An Envelope defines a rectangulare region of the 2D coordinate plane.">Envelope</a>* envelope) <span class="keyword">const</span>;
<a name="l00145"></a>00145 
<a name="l00149"></a>00149         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html" title="Specifies the precision model of the Coordinate in a Geometry.">PrecisionModel</a>* getPrecisionModel() <span class="keyword">const</span>;
<a name="l00150"></a>00150 
<a name="l00152"></a>00152         <a class="code" href="classgeos_1_1geom_1_1Point.html" title="Basic implementation of Point.">Point</a>* createPoint() <span class="keyword">const</span>;
<a name="l00153"></a>00153 
<a name="l00155"></a>00155         <a class="code" href="classgeos_1_1geom_1_1Point.html" title="Basic implementation of Point.">Point</a>* createPoint(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Coordinate.html" title="Coordinate is the lightweight class used to store coordinates.">Coordinate</a>&amp; coordinate) <span class="keyword">const</span>;
<a name="l00156"></a>00156 
<a name="l00158"></a>00158         <a class="code" href="classgeos_1_1geom_1_1Point.html" title="Basic implementation of Point.">Point</a>* createPoint(<a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a> *coordinates) <span class="keyword">const</span>;
<a name="l00159"></a>00159 
<a name="l00161"></a>00161         <a class="code" href="classgeos_1_1geom_1_1Point.html" title="Basic implementation of Point.">Point</a>* createPoint(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a> &amp;coordinates) <span class="keyword">const</span>;
<a name="l00162"></a>00162 
<a name="l00164"></a>00164         <a class="code" href="classgeos_1_1geom_1_1GeometryCollection.html" title="Represents a collection of heterogeneous Geometry objects.">GeometryCollection</a>* createGeometryCollection() <span class="keyword">const</span>;
<a name="l00165"></a>00165 
<a name="l00167"></a>00167         <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>* createEmptyGeometry() <span class="keyword">const</span>;
<a name="l00168"></a>00168 
<a name="l00170"></a>00170         <a class="code" href="classgeos_1_1geom_1_1GeometryCollection.html" title="Represents a collection of heterogeneous Geometry objects.">GeometryCollection</a>* createGeometryCollection(
<a name="l00171"></a>00171                         std::vector&lt;Geometry *&gt; *newGeoms) <span class="keyword">const</span>;
<a name="l00172"></a>00172 
<a name="l00174"></a>00174         <a class="code" href="classgeos_1_1geom_1_1GeometryCollection.html" title="Represents a collection of heterogeneous Geometry objects.">GeometryCollection</a>* createGeometryCollection(
<a name="l00175"></a>00175                         <span class="keyword">const</span> std::vector&lt;Geometry *&gt; &amp;newGeoms) <span class="keyword">const</span>;
<a name="l00176"></a>00176 
<a name="l00178"></a>00178         <a class="code" href="classgeos_1_1geom_1_1MultiLineString.html" title="Basic implementation of MultiLineString objects.">MultiLineString</a>* createMultiLineString() <span class="keyword">const</span>;
<a name="l00179"></a>00179 
<a name="l00181"></a>00181         <a class="code" href="classgeos_1_1geom_1_1MultiLineString.html" title="Basic implementation of MultiLineString objects.">MultiLineString</a>* createMultiLineString(
<a name="l00182"></a>00182                         std::vector&lt;Geometry *&gt; *newLines) <span class="keyword">const</span>;
<a name="l00183"></a>00183 
<a name="l00185"></a>00185         <a class="code" href="classgeos_1_1geom_1_1MultiLineString.html" title="Basic implementation of MultiLineString objects.">MultiLineString</a>* createMultiLineString(
<a name="l00186"></a>00186                         <span class="keyword">const</span> std::vector&lt;Geometry *&gt; &amp;fromLines) <span class="keyword">const</span>;
<a name="l00187"></a>00187 
<a name="l00189"></a>00189         <a class="code" href="classgeos_1_1geom_1_1MultiPolygon.html" title="Basic implementation of MultiPolygon.">MultiPolygon</a>* createMultiPolygon() <span class="keyword">const</span>;
<a name="l00190"></a>00190 
<a name="l00192"></a>00192         <a class="code" href="classgeos_1_1geom_1_1MultiPolygon.html" title="Basic implementation of MultiPolygon.">MultiPolygon</a>* createMultiPolygon(std::vector&lt;Geometry *&gt; *newPolys) <span class="keyword">const</span>;
<a name="l00193"></a>00193 
<a name="l00195"></a>00195         <a class="code" href="classgeos_1_1geom_1_1MultiPolygon.html" title="Basic implementation of MultiPolygon.">MultiPolygon</a>* createMultiPolygon(
<a name="l00196"></a>00196                         <span class="keyword">const</span> std::vector&lt;Geometry *&gt; &amp;fromPolys) <span class="keyword">const</span>;
<a name="l00197"></a>00197 
<a name="l00199"></a>00199         <a class="code" href="classgeos_1_1geom_1_1LinearRing.html" title="Models an OGC SFS LinearRing.">LinearRing</a>* createLinearRing() <span class="keyword">const</span>;
<a name="l00200"></a>00200 
<a name="l00202"></a>00202         <a class="code" href="classgeos_1_1geom_1_1LinearRing.html" title="Models an OGC SFS LinearRing.">LinearRing</a>* createLinearRing(<a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a>* newCoords) <span class="keyword">const</span>;
<a name="l00203"></a>00203 
<a name="l00204"></a>00204         std::auto_ptr&lt;Geometry&gt; createLinearRing(
<a name="l00205"></a>00205                         std::auto_ptr&lt;CoordinateSequence&gt; newCoords) <span class="keyword">const</span>;
<a name="l00206"></a>00206 
<a name="l00208"></a>00208         <a class="code" href="classgeos_1_1geom_1_1LinearRing.html" title="Models an OGC SFS LinearRing.">LinearRing</a>* createLinearRing(
<a name="l00209"></a>00209                         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a>&amp; coordinates) <span class="keyword">const</span>;
<a name="l00210"></a>00210 
<a name="l00212"></a>00212         <a class="code" href="classgeos_1_1geom_1_1MultiPoint.html" title="Models a collection of Point objects.">MultiPoint</a>* createMultiPoint() <span class="keyword">const</span>;
<a name="l00213"></a>00213 
<a name="l00215"></a>00215         <a class="code" href="classgeos_1_1geom_1_1MultiPoint.html" title="Models a collection of Point objects.">MultiPoint</a>* createMultiPoint(std::vector&lt;Geometry *&gt; *newPoints) <span class="keyword">const</span>;
<a name="l00216"></a>00216 
<a name="l00218"></a>00218         <a class="code" href="classgeos_1_1geom_1_1MultiPoint.html" title="Models a collection of Point objects.">MultiPoint</a>* createMultiPoint(
<a name="l00219"></a>00219                         <span class="keyword">const</span> std::vector&lt;Geometry *&gt; &amp;fromPoints) <span class="keyword">const</span>;
<a name="l00220"></a>00220 
<a name="l00224"></a>00224         <a class="code" href="classgeos_1_1geom_1_1MultiPoint.html" title="Models a collection of Point objects.">MultiPoint</a>* createMultiPoint(
<a name="l00225"></a>00225                         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a> &amp;fromCoords) <span class="keyword">const</span>;
<a name="l00226"></a>00226 
<a name="l00228"></a>00228         <a class="code" href="classgeos_1_1geom_1_1Polygon.html" title="Represents a linear polygon, which may include holes.">Polygon</a>* createPolygon() <span class="keyword">const</span>;
<a name="l00229"></a>00229 
<a name="l00231"></a>00231         <a class="code" href="classgeos_1_1geom_1_1Polygon.html" title="Represents a linear polygon, which may include holes.">Polygon</a>* createPolygon(<a class="code" href="classgeos_1_1geom_1_1LinearRing.html" title="Models an OGC SFS LinearRing.">LinearRing</a> *shell,
<a name="l00232"></a>00232                         std::vector&lt;Geometry *&gt; *holes) <span class="keyword">const</span>;
<a name="l00233"></a>00233 
<a name="l00235"></a>00235         <a class="code" href="classgeos_1_1geom_1_1Polygon.html" title="Represents a linear polygon, which may include holes.">Polygon</a>* createPolygon(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1LinearRing.html" title="Models an OGC SFS LinearRing.">LinearRing</a> &amp;shell,
<a name="l00236"></a>00236                         <span class="keyword">const</span> std::vector&lt;Geometry *&gt; &amp;holes) <span class="keyword">const</span>;
<a name="l00237"></a>00237 
<a name="l00239"></a>00239         <a class="code" href="classgeos_1_1geom_1_1LineString.html" title="Basic implementation of LineString.">LineString</a>* createLineString() <span class="keyword">const</span>;
<a name="l00240"></a>00240 
<a name="l00242"></a>00242         std::auto_ptr&lt;LineString&gt; createLineString(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1LineString.html" title="Basic implementation of LineString.">LineString</a>&amp; ls) <span class="keyword">const</span>;
<a name="l00243"></a>00243 
<a name="l00245"></a>00245         <a class="code" href="classgeos_1_1geom_1_1LineString.html" title="Basic implementation of LineString.">LineString</a>* createLineString(<a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a>* coordinates) <span class="keyword">const</span>;
<a name="l00246"></a>00246 
<a name="l00247"></a>00247         std::auto_ptr&lt;Geometry&gt; createLineString(
<a name="l00248"></a>00248                         std::auto_ptr&lt;CoordinateSequence&gt; coordinates) <span class="keyword">const</span>;
<a name="l00249"></a>00249 
<a name="l00251"></a>00251         <a class="code" href="classgeos_1_1geom_1_1LineString.html" title="Basic implementation of LineString.">LineString</a>* createLineString(
<a name="l00252"></a>00252                         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry.">CoordinateSequence</a>&amp; coordinates) <span class="keyword">const</span>;
<a name="l00253"></a>00253 
<a name="l00285"></a>00285         <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>* buildGeometry(std::vector&lt;Geometry *&gt; *geoms) <span class="keyword">const</span>;
<a name="l00286"></a>00286 
<a name="l00294"></a>00294         <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>* buildGeometry(<span class="keyword">const</span> std::vector&lt;Geometry *&gt; &amp;geoms) <span class="keyword">const</span>;
<a name="l00295"></a>00295         
<a name="l00296"></a>00296         <span class="keywordtype">int</span> getSRID() <span class="keyword">const</span>;
<a name="l00297"></a>00297 
<a name="l00301"></a>00301         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1CoordinateSequenceFactory.html" title="A factory to create concrete instances of CoordinateSequences.">CoordinateSequenceFactory</a>* getCoordinateSequenceFactory() <span class="keyword">const</span>;
<a name="l00302"></a>00302 
<a name="l00304"></a>00304         <a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a>* createGeometry(<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.">Geometry</a> *g) <span class="keyword">const</span>;
<a name="l00305"></a>00305 
<a name="l00307"></a>00307         <span class="keywordtype">void</span> destroyGeometry(<a class="code" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory.">Geometry</a> *g) <span class="keyword">const</span>;
<a name="l00308"></a>00308 
<a name="l00309"></a>00309 <span class="keyword">private</span>:
<a name="l00310"></a>00310         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html" title="Specifies the precision model of the Coordinate in a Geometry.">PrecisionModel</a>* precisionModel;
<a name="l00311"></a>00311         <span class="keywordtype">int</span> SRID;
<a name="l00312"></a>00312         <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1CoordinateSequenceFactory.html" title="A factory to create concrete instances of CoordinateSequences.">CoordinateSequenceFactory</a> *coordinateListFactory;
<a name="l00313"></a>00313 };
<a name="l00314"></a>00314 
<a name="l00315"></a>00315 } <span class="comment">// namespace geos::geom</span>
<a name="l00316"></a>00316 } <span class="comment">// namespace geos</span>
<a name="l00317"></a>00317 
<a name="l00318"></a>00318 <span class="preprocessor">#ifdef GEOS_INLINE</span>
<a name="l00319"></a>00319 <span class="preprocessor"></span><span class="preprocessor"># include &quot;geos/geom/GeometryFactory.inl&quot;</span>
<a name="l00320"></a>00320 <span class="preprocessor">#endif</span>
<a name="l00321"></a>00321 <span class="preprocessor"></span>
<a name="l00322"></a>00322 <span class="preprocessor">#endif // ndef GEOS_GEOM_GEOMETRYFACTORY_H</span>
<a name="l00323"></a>00323 <span class="preprocessor"></span>
<a name="l00324"></a>00324 <span class="comment">/**********************************************************************</span>
<a name="l00325"></a>00325 <span class="comment"> * $Log$</span>
<a name="l00326"></a>00326 <span class="comment"> * Revision 1.11  2006/07/08 00:33:55  strk</span>
<a name="l00327"></a>00327 <span class="comment"> *         * configure.in: incremented CAPI minor version, to avoid                        falling behind any future version from the 2.2. branch.</span>
<a name="l00328"></a>00328 <span class="comment"> *         * source/geom/Geometry.cpp, source/geom/GeometryFactory.cpp,</span>
<a name="l00329"></a>00329 <span class="comment"> *         source/geomgraph/EdgeRing.cpp,</span>
<a name="l00330"></a>00330 <span class="comment"> *         source/headers/geos/geom/Geometry.h,</span>
<a name="l00331"></a>00331 <span class="comment"> *         source/headers/geos/geom/GeometryFactory.h,</span>
<a name="l00332"></a>00332 <span class="comment"> *         source/headers/geos/geom/GeometryFactory.inl,</span>
<a name="l00333"></a>00333 <span class="comment"> *         source/headers/geos/geomgraph/EdgeRing.h:</span>
<a name="l00334"></a>00334 <span class="comment"> *         updated doxygen comments (sync with JTS head).</span>
<a name="l00335"></a>00335 <span class="comment"> *         * source/headers/geos/platform.h.in: include &lt;inttypes.h&gt;</span>
<a name="l00336"></a>00336 <span class="comment"> *         rather then &lt;stdint.h&gt;</span>
<a name="l00337"></a>00337 <span class="comment"> *</span>
<a name="l00338"></a>00338 <span class="comment"> * Revision 1.10  2006/06/19 21:17:24  strk</span>
<a name="l00339"></a>00339 <span class="comment"> * port info and doxygen dox.</span>
<a name="l00340"></a>00340 <span class="comment"> *</span>
<a name="l00341"></a>00341 <span class="comment"> * Revision 1.9  2006/04/28 11:56:52  strk</span>
<a name="l00342"></a>00342 <span class="comment"> * * source/geom/GeometryFactory.cpp, source/headers/geos/geom/GeometryFactory.h: added LineString copy constructor.</span>
<a name="l00343"></a>00343 <span class="comment"> * * source/geom/Polygon.cpp: fixed getBoundary method to always return a geometry composed by LineStrings (not LinearRings)</span>
<a name="l00344"></a>00344 <span class="comment"> *</span>
<a name="l00345"></a>00345 <span class="comment"> * Revision 1.8  2006/04/12 11:39:34  strk</span>
<a name="l00346"></a>00346 <span class="comment"> * Removed Geometry.h and CoordinateSequence.h includes.</span>
<a name="l00347"></a>00347 <span class="comment"> * The former created a circular dependency.</span>
<a name="l00348"></a>00348 <span class="comment"> *</span>
<a name="l00349"></a>00349 <span class="comment"> * Revision 1.7  2006/04/11 11:16:25  strk</span>
<a name="l00350"></a>00350 <span class="comment"> * Added LineString and LinearRing constructors by auto_ptr</span>
<a name="l00351"></a>00351 <span class="comment"> *</span>
<a name="l00352"></a>00352 <span class="comment"> * Revision 1.6  2006/04/10 13:09:49  strk</span>
<a name="l00353"></a>00353 <span class="comment"> * Added GeometryFactory::defaultInstance()</span>
<a name="l00354"></a>00354 <span class="comment"> * Made Geometry::INTERNAL_GEOMETRY_FACTORY an alias for it</span>
<a name="l00355"></a>00355 <span class="comment"> * removed last deletion from Unload::Release class</span>
<a name="l00356"></a>00356 <span class="comment"> *</span>
<a name="l00357"></a>00357 <span class="comment"> * Revision 1.5  2006/03/31 17:51:26  strk</span>
<a name="l00358"></a>00358 <span class="comment"> * A few assertion checking, comments cleanup, use of initialization lists</span>
<a name="l00359"></a>00359 <span class="comment"> * in constructors, handled NULL parameters.</span>
<a name="l00360"></a>00360 <span class="comment"> *</span>
<a name="l00361"></a>00361 <span class="comment"> * Revision 1.4  2006/03/28 16:33:14  strk</span>
<a name="l00362"></a>00362 <span class="comment"> * Added note about args responsibility in GeometryFactory constructor</span>
<a name="l00363"></a>00363 <span class="comment"> *</span>
<a name="l00364"></a>00364 <span class="comment"> * Revision 1.3  2006/03/24 09:52:41  strk</span>
<a name="l00365"></a>00365 <span class="comment"> * USE_INLINE =&gt; GEOS_INLINE</span>
<a name="l00366"></a>00366 <span class="comment"> *</span>
<a name="l00367"></a>00367 <span class="comment"> * Revision 1.2  2006/03/20 17:27:03  strk</span>
<a name="l00368"></a>00368 <span class="comment"> * Bug #72 - Missing &lt;vector&gt; header</span>
<a name="l00369"></a>00369 <span class="comment"> *</span>
<a name="l00370"></a>00370 <span class="comment"> * Revision 1.1  2006/03/09 16:46:49  strk</span>
<a name="l00371"></a>00371 <span class="comment"> * geos::geom namespace definition, first pass at headers split</span>
<a name="l00372"></a>00372 <span class="comment"> *</span>
<a name="l00373"></a>00373 <span class="comment"> **********************************************************************/</span>
<a name="l00374"></a>00374 
</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>