Home
last modified time | relevance | path

Searched refs:GeoRSS (Results 1 – 4 of 4) sorted by relevance

/plugin/geophp/
H A Ddeleted.files8 geoPHP/lib/adapters/GeoRSS.class.php
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php22 * PHP Geometry/GeoRSS encoder/decoder
24 class GeoRSS implements GeoAdapter class
37 * Read GeoRSS string into geometry objects
49 * Serialize geometries into a GeoRSS string.
74 throw new \Exception("Invalid GeoRSS: " . $text);
81 throw new \Exception("Cannot Read Geometry From GeoRSS: " . $e->getMessage());
97 throw new \Exception("Invalid / Empty GeoRSS");
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md6 KML, GPX, and GeoRSS. It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.)