You are here

public function WktGeneratorInterface::wktBuildPoint in Geofield 8

Returns a WKT format point feature given a point.

Parameters

array $point: The point coordinates.

Return value

string The WKT point feature.

1 method overrides WktGeneratorInterface::wktBuildPoint()
WktGenerator::wktBuildPoint in src/WktGenerator.php
Returns a WKT format point feature given a point.

File

src/WktGeneratorInterface.php, line 29

Class

WktGeneratorInterface
Defines an interface for WktGenerator.

Namespace

Drupal\geofield

Code

public function wktBuildPoint(array $point);