Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCurve.php5 use geoPHP\Exception\InvalidGeometryException; alias
21 throw new InvalidGeometryException("Cannot construct a " . static::class . " with a single point");
H A 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(
H A 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");
H A DPolygon.php5 use geoPHP\Exception\InvalidGeometryException; alias
30 throw new InvalidGeometryException(
41 throw new InvalidGeometryException(
H A DLineString.php5 use geoPHP\Exception\InvalidGeometryException; alias
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DInvalidGeometryException.php6 * Class InvalidGeometryException
12 class InvalidGeometryException extends \Exception class