Copied!
CloneableInstantiable
Methods
public __construct( $object = NULL)
 
  • param \PolygonInterface|\CoordinateInterface $object
public getAsPolygon()
 
  • return \PolygonInterface
public getEast()
 
    public getNorth()
     
      public getPrecision()
       
      • return int
      public getSouth()
       
        public getWest()
         
          public merge(League\Geotools\BoundingBox\BoundingBoxInterface $boundingBox)
           
          • param \BoundingBoxInterface $boundingBox
          • return \BoundingBoxInterface
          public pointInBoundingBox(League\Geotools\Coordinate\CoordinateInterface $coordinate)
           
          • param \CoordinateInterface $coordinate
          • return bool
          public setEast( $east)
           
          • param float|string|int $east
          • return $this
          public setNorth( $north)
           
          • param float|string|int $north
          • return $this
          public setPolygon(League\Geotools\Polygon\PolygonInterface $polygon)
           
          • param \PolygonInterface $polygon
          • return $this
          public setPrecision( $precision)
           
          • param int $precision
          • return $this
          public setSouth( $south)
           
          • param float|string|int $south
          • return $this
          public setWest( $west)
           
          • param float|string|int $west
          • return $this
          Properties
          private $east = NULL
           

          The longitude of the east coordinate

          • var float|string|int
          private $ellipsoid = NULL
           
          • var \Ellipsoid
          private $hasCoordinate = false
           
          • var bool
          private $north = NULL
           

          The latitude of the north coordinate

          • var float|string|int
          private $precision = 8
           
          • var int
          private $south = NULL
           

          The latitude of the south coordinate

          • var float|string|int
          private $west = NULL
           

          The longitude of the west coordinate

          • var float|string|int
          Methods
          private addCoordinate(League\Geotools\Coordinate\CoordinateInterface $coordinate)
           
          • param \CoordinateInterface $coordinate
          private createBoundingBoxForPolygon(League\Geotools\Polygon\PolygonInterface $polygon)
          © 2025 Bruce Wells
          Search Namespaces \ Classes
          Configuration