Download the PHP package karomap/php-ogc without Composer
On this page you can find all versions of the php package karomap/php-ogc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download karomap/php-ogc
More information about karomap/php-ogc
Files in karomap/php-ogc
Download karomap/php-ogc
More information about karomap/php-ogc
Files in karomap/php-ogc
Vendor karomap
Package php-ogc
Short Description GeoSpatial objects (Open Geo Consortium compliant)
License GPL-3.0-only
Package php-ogc
Short Description GeoSpatial objects (Open Geo Consortium compliant)
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package php-ogc
Rationale
This is a fork from elevenlab/php-ogc with some modifications.
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
API Documentation
https://karomap.github.io/php-ogc/
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 karomap/php-ogc contains the following files
Loading the files please wait ....