Download the PHP package elevenlab/php-ogc without Composer
On this page you can find all versions of the php package elevenlab/php-ogc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elevenlab/php-ogc
More information about elevenlab/php-ogc
Files in elevenlab/php-ogc
Download elevenlab/php-ogc
More information about elevenlab/php-ogc
Files in elevenlab/php-ogc
Vendor elevenlab
Package php-ogc
Short Description GeoSpatial objects (Open Geo Consortium compliant)
License GNU GPL v3.0
Package php-ogc
Short Description GeoSpatial objects (Open Geo Consortium compliant)
License GNU GPL v3.0
Please rate this library. Is it a good library?
Informations about the package php-ogc
Rationale
This package aims to implement the Open Geo Consortium proposed standard for geo-spatial objects.
Installation
Using Composer
Execute in the project root folder:
Manually
TODO
Quick Documentation
All objects could be created from and exported as:
- Well Known Text (WKT) format
- Well Known Binary (WKB) format
Point
LineString
MultiPoint
Identical to LineString.
MultiLineString
Polygon
The only difference between Polygon and MultiLineString objects is that the former must be composed by all circular linestrings (first and last point equals).
MultiPolygon
GeometryCollection
ToDo
- add docs for manual installation
- add constructor
All versions of php-ogc with dependencies
PHP Build Version
Package Version
The package elevenlab/php-ogc contains the following files
Loading the files please wait ....