Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DMultiSurface.php14 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Surface::… argument
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DMultiCurve.php14 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::cl… argument
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DSurface.php19 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::cl… argument
21 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DCollection.php27 * @param string $allowedComponentType A class the components must be instance of
34 $allowedComponentType = Geometry::class argument
41 if ($components[$i] instanceof $allowedComponentType) {
60 ' components, expected type is ' . $allowedComponentType
DCurve.php18 …ion __construct($components = [], $allowEmptyComponents = false, $allowedComponentType = Point::cl… argument
23 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DMultiGeometry.php15 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Geometry:… argument
17 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);