Class Giscuit_Map_Class

Description

Class for abstract mapserver object

  • copyright: Copyright (c) 2012 VEC

Located in /Map/Class.php (line 28)

Giscuit_Map_Abstract
   |
   --Giscuit_Map_Class
Variable Summary
 mixed $legend
Method Summary
 __construct (mixed $layer, string $name) void
 createLegend () void
 delete () void
 getStyle (integer $index) Giscuit_Map_Style
 removeStyle (integer $index) Giscuit_Map_Style
 setExpression (string $value) integer
Variables
mixed $legend = true (line 31)
  • access: public

Inherited Variables

Inherited from Giscuit_Map_Abstract

Giscuit_Map_Abstract::$children
Giscuit_Map_Abstract::$parent
Giscuit_Map_Abstract::$_obj
Methods
Constructor __construct (line 40)

Class constructor

  • access: public
void __construct (mixed $layer, string $name)
  • mixed $layer: Layer object
  • string $name: Class name
createLegend (line 62)

Saves icon image to a file

  • access: public
void createLegend ()
delete (line 135)

Delete

  • access: public
void delete ()
getStyle (line 104)

Returns a style from the class given an index

  • access: public
Giscuit_Map_Style getStyle (integer $index)
  • integer $index: Index value (0 = first style)
removeStyle (line 118)

Remove a style from the map

  • return: Returns the removed style on success, else null.
  • access: public
Giscuit_Map_Style removeStyle (integer $index)
  • integer $index: Index value (0 = first style)
setExpression (line 155)

Set the expression string for the class object.

  • access: public
integer setExpression (string $value)
  • string $value: Expression

Inherited Methods

Inherited From Giscuit_Map_Abstract

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

Documentation generated on Wed, 28 May 2014 08:33:12 +0000 by phpDocumentor 1.4.3