Abstract Class Giscuit_Map_Layer_Raster

Description

Class for abstract mapserver raster layer object

  • copyright: Copyright (c) 2012 VEC
  • abstract:

Located in /Map/Layer/Raster.php (line 29)

Giscuit_Map_Abstract
   |
   --Giscuit_Map_Layer_Abstract
      |
      --Giscuit_Map_Layer_Raster
Method Summary
 __construct (mixed $map, array $settings) void
 getByPoint (float $lon, float $lat) array
 _getByPointResultCallback (array $bands) array
Variables
Methods
Constructor __construct (line 39)

Class constructor

  • access: public
void __construct (mixed $map, array $settings)
  • mixed $map: Map object
  • array $settings: Settings

Redefinition of:
Giscuit_Map_Layer_Abstract::__construct()
Class constructor
getByPoint (line 90)

Get data by point coordinates

  • access: public
array getByPoint (float $lon, float $lat)
  • float $lon
  • float $lat
_getByPointResultCallback (line 132)

Called on parsing data of the getByPoint method

  • access: protected
array _getByPointResultCallback (array $bands)
  • array $bands

Inherited Methods

Inherited From Giscuit_Map_Layer_Abstract

 Giscuit_Map_Layer_Abstract::__construct()
 Giscuit_Map_Layer_Abstract::delete()
 Giscuit_Map_Layer_Abstract::getClass()
 Giscuit_Map_Layer_Abstract::getClassByName()
 Giscuit_Map_Layer_Abstract::getSettings()
 Giscuit_Map_Layer_Abstract::parseTilecacheParams()
 Giscuit_Map_Layer_Abstract::removeClass()
 Giscuit_Map_Layer_Abstract::setSettings()

Inherited From Giscuit_Map_Abstract

 Giscuit_Map_Abstract::getMsObj()
 Giscuit_Map_Abstract::__call()
 Giscuit_Map_Abstract::__get()
 Giscuit_Map_Abstract::__set()

Documentation generated on Fri, 23 Nov 2012 13:02:57 +0000 by phpDocumentor 1.4.3