geos_390_docs/cpp_iface.html

69 lines
4.4 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: C++ interface</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 class="current"><a href="pages.html"><span>Related&#160;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><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">C++ interface </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="overview_cpp"></a>
Overview</h1>
<p>Main class is <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory. ">geos::geom::Geometry</a>, from which all geometry types derive.</p>
<p>Construction and destruction of Geometries is done using <a class="el" href="classgeos_1_1geom_1_1GeometryFactory.html" title="Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...">geos::geom::GeometryFactory</a>.</p>
<p>You'll feed it <a class="el" href="classgeos_1_1geom_1_1CoordinateSequence.html" title="The internal representation of a list of coordinates inside a Geometry. ">geos::geom::CoordinateSequence</a> for base geometries or vectors of geometries for collections.</p>
<p>If you need to construct geometric shaped geometries, you can use geos::geom::GeometricShapeFactory.</p>
<p>GEOS version info (as a string) can be obtained using <a class="el" href="namespacegeos_1_1geom.html#acdb90e29e8ba4eeeb5860f2bb0bb9b0f" title="Return current GEOS version. ">geos::geom::geosversion()</a>. The JTS version this release has been ported from is available throu <a class="el" href="namespacegeos_1_1geom.html#ac0f658bdb01fb543cd247febca7ab10c" title="Return the version of JTS this GEOS release has been ported from. ">geos::geom::jtsport()</a>.</p>
<h1><a class="anchor" id="io_sect"></a>
Input / Output</h1>
<p>For WKT input/output you can use <a class="el" href="classgeos_1_1io_1_1WKTReader.html" title="WKT parser class; see also WKTWriter. ">geos::io::WKTReader</a> and <a class="el" href="classgeos_1_1io_1_1WKTWriter.html" title="Outputs the textual representation of a Geometry. See also WKTReader. ">geos::io::WKTWriter</a></p>
<p>For WKB input/output you can use <a class="el" href="classgeos_1_1io_1_1WKBReader.html" title="Reads a Geometry from Well-Known Binary format. ">geos::io::WKBReader</a> and <a class="el" href="classgeos_1_1io_1_1WKBWriter.html" title="Writes a Geometry into Well-Known Binary format. ">geos::io::WKBWriter</a></p>
<h1><a class="anchor" id="exc_sect"></a>
Exceptions</h1>
<p>Internal exceptions are thrown as instances <a class="el" href="classgeos_1_1util_1_1GEOSException.html" title="Base class for all GEOS exceptions. ">geos::util::GEOSException</a> or derived classes. GEOSException derives from std::exception.</p>
<p>Note that prior to version 3.0.0, GEOSException were thrown by pointer, and did not derive from std::exception. </p>
</div></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>