Manager
Table of Contents
Constants
-
FORMAT_ARRAY
= 'array'
-
FORMAT_GEOJSON
= 'geojson'
Methods
-
makeConverter()
: Converter
-
read()
: BaseGeometry|null
-
write()
: mixed
public
mixed
FORMAT_ARRAY
= 'array'
public
mixed
FORMAT_GEOJSON
= 'geojson'
makeConverter()
public
static makeConverter(string $format) : Converter
Parameters
-
$format
: string
-
-
throws
-
SystemException
read()
public
static read(mixed $input, string $format) : BaseGeometry|null
Parameters
-
$input
: mixed
-
-
$format
: string
-
write()
public
static write(BaseGeometry $geometry, string $format) : mixed
Parameters
-
$geometry
: BaseGeometry
-
-
$format
: string
-