PHP 클래스 WkbPolyline, google-map-polyline-encoding-tool
An example class to convert well-known binary files to Google encoded strings
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see
.
파일 보기
프로젝트 열기: emcconville/google-map-polyline-encoding-tool
보호된 프로퍼티들
공개 메소드들
보호된 메소드들
메소드 |
설명 |
|
chunk ( integer $size = 1 ) : string |
Pulls data directly from file descriptor by given length. |
|
parseWkb ( ) : array |
Extract points from well-known binary |
|
readByte ( ) : integer |
Read single byte from file descriptor. |
|
readDouble ( ) : double |
Read 8 bytes and cast to double. Respects file endianness. |
|
readU32 ( ) : integer |
Read 4 bytes and cast to unsigned integer. Respects file endianness. |
|
메소드 상세
Pulls data directly from file descriptor by given length.
This method will copy the given blob to memory descriptor. There's better
ways to do this.
Parse binary file & converts WKB to google encoded string.
Extract points from well-known binary
Read single byte from file descriptor.
Read 8 bytes and cast to double. Respects file endianness.
Read 4 bytes and cast to unsigned integer. Respects file endianness.
프로퍼티 상세