Lines Matching refs:and

5 It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (EWKT), WKB (EWKB), TWKB, GeoJSON, 
6 KML, GPX, and GeoRSS. It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.)
7 and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
13 get a useful "core-set" of geometry operations that work in all environments, and an "extended-set"of operations
16 See the _getting started_ section below for references and examples of everything that geoPHP can do.
18 Forks and contributions are welcome. Please open [issues](https://github.com/funiq/geoPHP/issues), send [pull](https://github.com/funiq/geoPHP/pulls) requests and I will merge them into the main branch.
35 print "This polygon has an area of ".$area." and a centroid with X=".$centX." and Y=".$centY;
56 The Well Known Text (WKT) and Well Known Binary (WKB) support is ideal for integrating with MySQL's or PostGIS's spatial capability.
86 geoPHP, through it's EWKB adapter, has good integration with postGIS. Here's an example of reading and writing postGIS geometries
100 // Working with PostGIS and Extended-WKB
103 // Using asBinary and GeomFromWKB in PostGIS
114 // Using a direct SELECT and INSERTs in PostGIS without using wrapping functions
138 * HighWire Press (<http://www.highwire.org>) and GeoScienceWorld (<http://www.geoscienceworld.org>)
143 This library is open-source and dual-licensed under both the Modified BSD License and GPLv2. Either license may be used at your option.