- author Gabriel Bull
CloneableInstantiable
| Methods |
public __construct( $object = NULL)
|
public getAsPolygon()
|
| public getEast() |
| public getNorth() |
public getPrecision()
|
| public getSouth() |
| public getWest() |
public merge(League
|
public pointInBoundingBox(League
|
public setEast( $east)
|
public setNorth( $north)
|
public setPolygon(League
|
public setPrecision( $precision)
|
public setSouth( $south)
|
public setWest( $west)
|
| Properties |
| private $east = NULL The longitude of the east coordinate
|
private $ellipsoid = NULL
|
private $hasCoordinate = false
|
| private $north = NULL The latitude of the north coordinate
|
private $precision = 8
|
| private $south = NULL The latitude of the south coordinate
|
| private $west = NULL The longitude of the west coordinate
|
| Methods |
private addCoordinate(League
|
| private createBoundingBoxForPolygon(League |