public function WktGeneratorInterface::wktBuildLinestring in Geofield 8
Returns a WKT format linestring feature given an array of points.
Parameters
array $points: The linestring components.
Return value
string The WKT linestring feature.
1 method overrides WktGeneratorInterface::wktBuildLinestring()
- WktGenerator::wktBuildLinestring in src/
WktGenerator.php - Returns a WKT format linestring feature given an array of points.
File
- src/
WktGeneratorInterface.php, line 59
Class
- WktGeneratorInterface
- Defines an interface for WktGenerator.
Namespace
Drupal\geofieldCode
public function wktBuildLinestring(array $points);