You are here

public function AssetLocationInterface::setIntrinsicGeometry in farmOS 2.x

Set an asset's intrinsic geometry.

Parameters

\Drupal\asset\Entity\AssetInterface $asset: The Asset entity.

string $wkt: Geometry as a WKT string.

File

modules/core/location/src/AssetLocationInterface.php, line 98

Class

AssetLocationInterface
Asset location logic.

Namespace

Drupal\farm_location

Code

public function setIntrinsicGeometry(AssetInterface $asset, string $wkt) : void;