/** * {@inheritdoc} */ public function getIterator() { if ($this->proxyGeometry === null) { $this->load(); } return $this->proxyGeometry->getIterator(); }