Changes between Version 82 and Version 83 of WikiStart


Ignore:
Timestamp:
Mar 31, 2012, 1:39:19 PM (12 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v82 v83  
    1111GEOS is available under the terms of [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License] (LGPL), and is a project of [http://www.osgeo.org/ OSGeo].
    1212
     13== Capabilities Include ==
     14
     15 * Geometries: Point, !LineString, Polygon, !MultiPoint, !MultiLineString, !MultiPolygon, !GeometryCollection
     16 * Predicates: Intersects, Touches, Disjoint, Crosses, Within, Contains, Overlaps, Equals, Covers
     17 * Operations: Union, Distance, Intersection, Symmetric Difference, Convex Hull, Envelope, Buffer, Simplify, Polygon Assembly, Valid, Area, Length,
     18 * Prepared geometries (pre-spatially indexed)
     19 * STR spatial index
     20 * OGC Well Known Text (WKT) and Well Known Binary (WKB) encoders and decoders.
     21 * C and C++ API (C API gives long term ABI stability)
     22 * Thread safe (using the reentrant API)
    1323== Download ==
    1424