phpDocumentor SMap
Layers
[ class tree: SMap ] [ index: SMap ] [ all elements ]

Class: SMap_Layer_Group

Source Location: /SMap/Layer.php

Class SMap_Layer_Group

Class Overview

Represents a group of layers

Located in /SMap/Layer.php [line 252]

SMap_Layer
   |
   --SMap_Layer_Group

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From SMap_Layer

SMap_Layer::$id
SMap_Layer::$map

Inherited From SMap_Layer

SMap_Layer::__construct()
Construct the layer
SMap_Layer::cacheStatus()
How cachable is this layer?
SMap_Layer::getAdjViewBounds()
Adjust the view coords if we are in an image
SMap_Layer::getID()
Returns the ID of this layer
SMap_Layer::getImageFmt()
Recommended format for this layer
SMap_Layer::getImgObjs()
Composite this layer onto the tile (in a raster way)
SMap_Layer::getMap()
Return the map that contains this layer
SMap_Layer::getMapObjs()
Composite this layer onto the tile
SMap_Layer::hasCachedRects()
Might have cached rects in the DB
SMap_Layer::isValidZoom()
Is this layer zoomed to a useful resolution?
SMap_Layer::pxOffBound()
Get the bound at a pixel offset from a bound.

[ Top ]
Property Summary
array   $layers   Store a set of layers

[ Top ]
Method Summary
array   getImgObjs()   Composite each child layer
array   getMapObjs()   Composite each child layer

[ Top ]
Properties
array   $layers = array() [line 259]

Store a set of layers

API Tags:
Access:  protected


[ Top ]
Methods
getImgObjs  [line 285]

  array getImgObjs( SMap_View $view, SMap_Tile $tile  )

Composite each child layer

Parameters:
object Pass   $view:  this view to each layer
object Pass   $tile:  this tile to each layer

API Tags:
Return:  The objects
Access:  public


Redefinition of:
SMap_Layer::getImgObjs()
Composite this layer onto the tile (in a raster way)

[ Top ]
getMapObjs  [line 268]

  array getMapObjs( SMap_View $view, SMap_Tile $tile  )

Composite each child layer

Parameters:
object Pass   $view:  this view to each layer
object Pass   $tile:  this tile to each layer

API Tags:
Return:  The objects
Access:  public


Redefinition of:
SMap_Layer::getMapObjs()
Composite this layer onto the tile

[ Top ]

Documentation generated on Mon, 09 Apr 2007 18:53:17 -0500 by phpDocumentor 1.3.0