This object contains functions as property names that ingest WKT
strings into the internal representation.
- Source:
Methods
-
geometrycollection(str)
-
Return an array of features given a geometrycollection WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the geometry collection - Source:
-
linestring(str)
-
Return a linestring feature given a linestring WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the linestring - Source:
-
multilinestring(str)
-
Return a multilinestring feature given a multilinestring WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the multilinestring - Source:
-
multipoint(str)
-
Return a multipoint feature given a multipoint WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the multipoint - Source:
-
multipolygon(str)
-
Return a multipolygon feature given a multipolygon WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the multipolygon - Source:
-
point(str)
-
Return point feature given a point WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the point - Source:
-
polygon(str)
-
Return a polygon feature given a polygon WKT fragment.
Parameters:
Name Type Description str
String A WKT fragment representing the polygon - Source: