Home
last modified time | relevance | path

Searched refs:InvalidGeometryException (Results 1 – 6 of 6) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DCollection.php5 use geoPHP\Exception\InvalidGeometryException; alias
37 throw new InvalidGeometryException("Component geometries must be passed as array");
43 throw new InvalidGeometryException(
58 throw new InvalidGeometryException(
DCurve.php5 use geoPHP\Exception\InvalidGeometryException; alias
21 …throw new InvalidGeometryException("Cannot construct a " . static::class . " with a single point");
DPoint.php5 use geoPHP\Exception\InvalidGeometryException; alias
38 … throw new InvalidGeometryException("Cannot construct Point. x and y should be numeric");
49 throw new InvalidGeometryException("Cannot construct Point. z should be numeric");
58 throw new InvalidGeometryException("Cannot construct Point. m should be numeric");
DPolygon.php5 use geoPHP\Exception\InvalidGeometryException; alias
30 throw new InvalidGeometryException(
41 throw new InvalidGeometryException(
DLineString.php5 use geoPHP\Exception\InvalidGeometryException; alias
/plugin/geophp/vendor/funiq/geophp/src/Exception/
DInvalidGeometryException.php12 class InvalidGeometryException extends \Exception class