@@ -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; |