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