interface BoundsInterface

Methods

float
getNorth()

No description

float
getEast()

No description

float
getSouth()

No description

float
getWest()

No description

getAsPolygon()

No description

merge(BoundsInterface $bounds)

No description

Details

at line 10
float getNorth()

No description

Return Value

float

at line 15
float getEast()

No description

Return Value

float

at line 20
float getSouth()

No description

Return Value

float

at line 25
float getWest()

No description

Return Value

float

at line 30
PolygonInterface getAsPolygon()

No description

Return Value

PolygonInterface

at line 36
BoundsInterface merge(BoundsInterface $bounds)

No description

Parameters

BoundsInterface $bounds

Return Value

BoundsInterface