Searched refs:allowEmptyComponents (Results 1 – 6 of 6) sorted by relevance
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | MultiSurface.php | 14 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument 16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | MultiCurve.php | 14 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument 16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | Surface.php | 19 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument 21 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | Curve.php | 18 …public function __construct($components = [], $allowEmptyComponents = false, $allowedComponentType… argument 23 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | Collection.php | 26 * @param bool|true $allowEmptyComponents Allow creating geometries with empty components 33 $allowEmptyComponents = true, argument 42 if (!$allowEmptyComponents && $components[$i]->isEmpty()) {
|
| D | MultiGeometry.php | 15 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument 17 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|