Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiSurface.php14 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Surface::class) argument
H A DMultiCurve.php14 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::class) argument
H A DCurve.php18 public function __construct($components = [], $allowEmptyComponents = false, $allowedComponentType = Point::class) argument
H A DSurface.php19 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::class) argument
H A DMultiGeometry.php15 public function __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Geometry::class) argument
H A DCollection.php33 $allowEmptyComponents = true, argument