public function LogLocationInterface::getGeometry in farmOS 2.x
Get a log's geometry.
Parameters
\Drupal\log\Entity\LogInterface $log: The Log entity.
Return value
string Returns a WKT string.
1 method overrides LogLocationInterface::getGeometry()
- LogLocation::getGeometry in modules/
core/ location/ src/ LogLocation.php - Get a log's geometry.
File
- modules/
core/ location/ src/ LogLocationInterface.php, line 54
Class
- LogLocationInterface
- The interface for log location logic.
Namespace
Drupal\farm_locationCode
public function getGeometry(LogInterface $log) : string;