AirLay backend

GeosObject
in package

Table of Contents

$planarProjectionParameters  : string|null
$geometry  : Geometry
$planarGeometry  : Geometry|null
$projectionConverter  : ProjectionConverter
$properties  : array<string|int, mixed>
__construct()  : mixed
fromGeoJson()  : GeosObject
getGeometry()  : Geometry
getGeometryType()  : string
getPlaneCoordinates()  : Geometry
getProjectionConverter()  : ProjectionConverter
getProperties()  : array<string|int, mixed>
getProperty()  : mixed
getSphericalCoordinates()  : Geometry
setGeometry()  : self
setProperties()  : self
setProperty()  : void
toArray()  : array<string|int, mixed>

Properties

$planarProjectionParameters

public string|null $planarProjectionParameters = null

$planarGeometry

private Geometry|null $planarGeometry = null

$properties

private array<string|int, mixed> $properties = []

Methods

__construct()

public __construct([string|null $planarProjectionParameters = null ]) : mixed
Parameters
$planarProjectionParameters : string|null = null
Return values
mixed

getGeometry()

public getGeometry() : Geometry
Return values
Geometry

getGeometryType()

public getGeometryType() : string
Return values
string

getPlaneCoordinates()

public getPlaneCoordinates() : Geometry
Return values
Geometry

getProperties()

public getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

getProperty()

public getProperty(string $key) : mixed
Parameters
$key : string
Return values
mixed

getSphericalCoordinates()

public getSphericalCoordinates() : Geometry
Return values
Geometry

setGeometry()

public setGeometry(Geometry $geometry) : self
Parameters
$geometry : Geometry
Return values
self

setProperties()

public setProperties(array<string|int, mixed> $properties) : self
Parameters
$properties : array<string|int, mixed>
Return values
self

setProperty()

public setProperty(string $key, mixed $value) : void
Parameters
$key : string
$value : mixed
Return values
void

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results