You are here

public function WktGeneratorInterface::wktBuildMultipolygon in Geofield 8

Returns a WKT format multipolygon feature given an array of polygon points.

Parameters

array $rings: The array of polygon arrays.

Return value

string The WKT multipolygon feature.

1 method overrides WktGeneratorInterface::wktBuildMultipolygon()
WktGenerator::wktBuildMultipolygon in src/WktGenerator.php
Returns a WKT format multipolygon feature given an array of polygon points.

File

src/WktGeneratorInterface.php, line 115

Class

WktGeneratorInterface
Defines an interface for WktGenerator.

Namespace

Drupal\geofield

Code

public function wktBuildMultipolygon(array $rings);