@@ -44,6 +44,9 @@ |
||
44 | 44 | $this->shapeType = $shapeType; |
45 | 45 | } |
46 | 46 | |
47 | + /** |
|
48 | + * @param ShapeFile $ShapeFile |
|
49 | + */ |
|
47 | 50 | public function loadFromFile(&$ShapeFile, &$SHPFile, &$DBFFile) { |
48 | 51 | $this->ShapeFile = $ShapeFile; |
49 | 52 | $this->SHPFile = $SHPFile; |
@@ -43,8 +43,8 @@ |
||
43 | 43 | /** |
44 | 44 | * Changes endianity |
45 | 45 | * |
46 | - * @param string $value Binary value |
|
47 | 46 | * |
47 | + * @param string $binValue |
|
48 | 48 | * @return string |
49 | 49 | */ |
50 | 50 | public static function swap($binValue) { |