Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DMultiSurface.php14 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DMultiCurve.php14 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument
16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DSurface.php19 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument
21 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DCurve.php18 …public function __construct($components = [], $allowEmptyComponents = false, $allowedComponentType… argument
23 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
DCollection.php26 * @param bool|true $allowEmptyComponents Allow creating geometries with empty components
33 $allowEmptyComponents = true, argument
42 if (!$allowEmptyComponents && $components[$i]->isEmpty()) {
DMultiGeometry.php15 …public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType … argument
17 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);