Skip to content

Commit

Permalink
Regenerated proxies, removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Mar 22, 2015
1 parent 87cd682 commit b443ff9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 12 additions & 0 deletions src/Proxy/MultiPointProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ public function asBinary()
}


/**
* {@inheritdoc}
*/
public function isSimple()
{
if ($this->proxyGeometry === null) {
$this->load();
}

return $this->proxyGeometry->isSimple();
}

/**
* {@inheritdoc}
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/PointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
namespace Brick\Geo\Tests;

use Brick\Geo\Geometry;
use Brick\Geo\LinearRing;
use Brick\Geo\Point;
use Brick\Geo\Polygon;

/**
* Unit tests for class Point.
Expand Down

0 comments on commit b443ff9

Please sign in to comment.