CorePlugins
[ class tree: CorePlugins ] [ index: CorePlugins ] [ all elements ]

Class: Image

Source Location: /coreplugins/images/common/Images.php

Class Overview

CwSerializable
   |
   --Image

An Image


Variables

Methods


Inherited Variables

Inherited Methods

Class: CwSerializable

CwSerializable::__construct()
Constructor
CwSerializable::copyAllVars()
Copy all properties from one object to another (overwriting previous ones)
CwSerializable::getValue()
Returns structure's property value if property exists
CwSerializable::guessClassName()
Tries to guess the class to use from the property being unserialised.
CwSerializable::unserialize()
Unserializes from a stdClass structure
CwSerializable::unserializeArray()
Returns an array of typed values
CwSerializable::unserializeObject()
Returns an unserialized object from a stdClass structure
CwSerializable::unserializeObjectMap()
Returns an array of unserialized objects from a stdClass structure
CwSerializable::unserializeStringArray()
Returns an array of typed values from a string
CwSerializable::unserializeValue()
Returns a typed value from a structure property

Class Details

[line 32]
An Image



[ Top ]


Class Variables

$angle =

[line 64]

Angle of the image



Tags:

access:  public

Type:   double


[ Top ]

$height =

[line 52]

Height of the image

FIXME: use dimension here




Tags:

access:  public

Type:   int


[ Top ]

$isDrawn =

[line 38]

True is this image has to be drawn by server (request) or is drawn (results)



Tags:

access:  public

Type:   boolean


[ Top ]

$path =

[line 45]

Relative path to the image. The Path is relative to the

cartoserverBaseUrl URL




Tags:

access:  public

Type:   string


[ Top ]

$width =

[line 58]

Width of the image



Tags:

access:  public

Type:   int


[ Top ]



Class Methods


method unserialize [line 69]

void unserialize( mixed $struct)



Tags:

access:  public
see:  CwSerializable::unserialize()


Overrides CwSerializable::unserialize() (Unserializes from a stdClass structure)

[ Top ]


Documentation generated on Fri, 21 Sep 2007 13:30:49 +0200 by phpDocumentor 1.3.0RC3