You are here

public function WktGeneratorInterface::wktGenerateMultipolygon in Geofield 8

Returns a WKT format multipolygon feature.

Return value

string The WKT multipolygon feature.

1 method overrides WktGeneratorInterface::wktGenerateMultipolygon()
WktGenerator::wktGenerateMultipolygon in src/WktGenerator.php
Returns a WKT format multipolygon feature.

File

src/WktGeneratorInterface.php, line 123

Class

WktGeneratorInterface
Defines an interface for WktGenerator.

Namespace

Drupal\geofield

Code

public function wktGenerateMultipolygon();