Changes between Version 209 and Version 210 of WikiStart


Ignore:
Timestamp:
Feb 21, 2019, 4:39:36 PM (5 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v209 v210  
    88GEOS (Geometry Engine - Open Source) is a C++ port of the [http://tsusiatsoftware.net/jts/main.html JTS Topology Suite] (JTS). It aims to contain the complete functionality of JTS in C++. This includes all the [http://www.opengeospatial.org/standards/sfs OpenGIS Simple Features for SQL] spatial predicate functions and spatial operators, as well as specific JTS enhanced functions.
    99
     10GEOS is a project of [http://www.osgeo.org/ OSGeo].
     11
     12== License ==
     13
    1014GEOS is available under the terms of [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License] (LGPL).
    1115
    12 GEOS is a project of [http://www.osgeo.org/ OSGeo].
    13 
    14 == Capabilities Include ==
     16== Capabilities  ==
     17
     18=== Spatial Model and  Functions ===
    1519
    1620 * Geometries: Point, !LineString, Polygon, !MultiPoint, !MultiLineString, !MultiPolygon, !GeometryCollection
     
    2024 * STR spatial index
    2125 * OGC Well Known Text (WKT) and Well Known Binary (WKB) encoders and decoders.
     26
     27=== API Features ===
     28
    2229 * C++ API (will likely change across versions)
    2330 * C API (provides long-term ABI stability)
    2431 * Thread safe (using the reentrant API)
     32
    2533== Download ==
    2634 * 2018/11/29 [http://download.osgeo.org/geos/geos-3.7.1.tar.bz2 geos-3.7.1.tar.bz2] ([http://trac.osgeo.org/geos/browser/git/NEWS?rev=3.7.1 Changes]) - '''NOTE''': ''PHP bindings'' not included (see below for them)