longitude-one/spatial-writer

该库可以将任何空间接口转换为不同的二进制和/或字符串格式。

0.0.0-alpha 2024-08-08 17:50 UTC

This package is auto-updated.

Last update: 2024-09-08 19:20:33 UTC


README

写入模块提供了一个接口,用于将任何SpatialInterfaces转换为其他格式。

该库提供了三种策略将空间接口转换为其他格式

  • 一种策略是将任何空间接口转换为扩展的已知二进制(EWKB)。
  • 另一种是将任何空间接口转换为已知的二进制(WKB)。
  • 最后一种是把任何空间接口转换为MySQL存储的内部格式。

欢迎提供其他将空间接口转换为其他格式的策略。

当前状态

longitude-one/spatial--writer Stable release Minimum PHP Version Packagist License

Last integration test Maintainability Downloads Coverage Status

安装

composer require longitude-one/spatial-writer