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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ w ] [ _ ]

a

addDataFile
in file GIS2.php, method Image_GIS2::addDataFile()
    Adds a datafile to the map.
addDataFile
in file Parser.php, method Image_GIS2_Parser::addDataFile()
    Adds a datafile to the map.
addLine
in file LineSet.php, method Image_GIS2_LineSet::addLine()
    Adds a line to the line set.
top

c

$cache
in file Parser.php, variable Image_GIS2_Parser::$cache
    Cache.
$color
in file LineSet.php, variable Image_GIS2_LineSet::$color
top

d

$dataFiles
in file Parser.php, variable Image_GIS2_Parser::$dataFiles
    Data Files.
$debug
in file Parser.php, variable Image_GIS2_Parser::$debug
    Set to TRUE to enable debugging.
$debug
in file Renderer.php, variable Image_GIS2_Renderer::$debug
    Set to TRUE to enable debugging.
drawClippedLine
in file Renderer.php, method Image_GIS2_Renderer::drawClippedLine()
    Draws a clipped line from ($x1, $y1) to ($x2, $y2) using $color.
drawLine
in file SVG.php, method Image_GIS2_Renderer_SVG::drawLine()
    Draws a line from ($x1, $y1) to ($x2, $y2) using the color rgb($r, $g, $b).
drawLine
in file Renderer.php, method Image_GIS2_Renderer::drawLine()
    Draws a line from ($x1, $y1) to ($x2, $y2) using the color rgb($r, $g, $b).
drawLine
in file GD.php, method Image_GIS2_Renderer_GD::drawLine()
    Draws a line from ($x1, $y1) to ($x2, $y2) using the color rgb($r, $g, $b).
top

e

E00.php
procedural page E00.php
top

f

factory
in file Renderer.php, method Image_GIS2_Renderer::factory()
    Factory.
factory
in file Parser.php, method Image_GIS2_Parser::factory()
    Factory.
top

g

getRange
in file Renderer.php, method Image_GIS2_Renderer::getRange()
    Returns the range of the data to be rendered.
getRange
in file GIS2.php, method Image_GIS2::getRange()
    Returns the range of the data to be rendered.
GD.php
procedural page GD.php
GIS2.php
procedural page GIS2.php
top

h

$height
in file Renderer.php, variable Image_GIS2_Renderer::$height
    Height of the image.
top

i

Image_GIS
in file GIS2.php, method Image_GIS2::Image_GIS()
    Constructor.
Image_GIS2
in file GIS2.php, class Image_GIS2
    The following example draws the region around the German city of Kiel which is Jan's home town:
Image_GIS2_LineSet
in file LineSet.php, method Image_GIS2_LineSet::Image_GIS2_LineSet()
    Constructor.
Image_GIS2_LineSet
in file LineSet.php, class Image_GIS2_LineSet
    A Set of Lines.
Image_GIS2_Parser
in file Parser.php, method Image_GIS2_Parser::Image_GIS2_Parser()
    Constructor.
Image_GIS2_Parser
in file Parser.php, class Image_GIS2_Parser
    Parser Base Class.
Image_GIS2_Parser_E00
in file E00.php, method Image_GIS2_Parser_E00::Image_GIS2_Parser_E00()
    Constructor.
Image_GIS2_Parser_E00
in file E00.php, class Image_GIS2_Parser_E00
    E00 Parser.
Image_GIS2_Renderer
in file Renderer.php, method Image_GIS2_Renderer::Image_GIS2_Renderer()
    Constructor.
Image_GIS2_Renderer
in file Renderer.php, class Image_GIS2_Renderer
    Renderer Base Class.
Image_GIS2_Renderer_GD
in file GD.php, class Image_GIS2_Renderer_GD
    GD Renderer.
Image_GIS2_Renderer_SVG
in file SVG.php, class Image_GIS2_Renderer_SVG
    SVG Renderer.
top

l

$lines
in file LineSet.php, variable Image_GIS2_LineSet::$lines
$lineSets
in file Parser.php, variable Image_GIS2_Parser::$lineSets
    Line Set.
LineSet.php
procedural page LineSet.php
top

m

$max
in file Renderer.php, variable Image_GIS2_Renderer::$max
$max
in file LineSet.php, variable Image_GIS2_LineSet::$max
$min
in file Renderer.php, variable Image_GIS2_Renderer::$min
$min
in file LineSet.php, variable Image_GIS2_LineSet::$min
top

p

Parser.php
procedural page Parser.php
parse
in file Parser.php, method Image_GIS2_Parser::parse()
    Parses the data files of the map.
parseFile
in file E00.php, method Image_GIS2_Parser_E00::parseFile()
    Parses a data file.
parseFile
in file Parser.php, method Image_GIS2_Parser::parseFile()
    Parses a data file.
polar2image
in file Renderer.php, method Image_GIS2_Renderer::polar2image()
    Converts a polar coordinate to an image coordinate.
top

r

Renderer.php
procedural page Renderer.php
render
in file Renderer.php, method Image_GIS2_Renderer::render()
    Renders the image.
render
in file GIS2.php, method Image_GIS2::render()
    Renders the image.
top

s

SVG.php
procedural page SVG.php
saveImage
in file Renderer.php, method Image_GIS2_Renderer::saveImage()
    Saves the rendered image to a given file.
saveImage
in file GIS2.php, method Image_GIS2::saveImage()
    Saves the rendered image to a given file.
saveImage
in file SVG.php, method Image_GIS2_Renderer_SVG::saveImage()
    Saves the rendered image to a given file.
saveImage
in file GD.php, method Image_GIS2_Renderer_GD::saveImage()
    Saves the rendered image to a given file.
setParser
in file GIS2.php, method Image_GIS2::setParser()
    Sets the Image_GIS2_Parser sub-class to be used to parse a data file.
setRange
in file Renderer.php, method Image_GIS2_Renderer::setRange()
    Sets the range of the data to be rendered.
setRange
in file GIS2.php, method Image_GIS2::setRange()
    Sets the range of the data to be rendered.
setRenderer
in file GIS2.php, method Image_GIS2::setRenderer()
    Sets the Image_GIS2_Renderer sub-class to be used to render an image.
showImage
in file SVG.php, method Image_GIS2_Renderer_SVG::showImage()
    Shows the rendered image.
showImage
in file GIS2.php, method Image_GIS2::showImage()
    Shows the rendered image.
showImage
in file GD.php, method Image_GIS2_Renderer_GD::showImage()
    Shows the rendered image.
showImage
in file Renderer.php, method Image_GIS2_Renderer::showImage()
    Shows the rendered image.
top

w

$width
in file Renderer.php, variable Image_GIS2_Renderer::$width
    Width of the image.
top

_

__construct
in file SVG.php, method Image_GIS2_Renderer_SVG::__construct()
    Constructor.
__construct
in file GD.php, method Image_GIS2_Renderer_GD::__construct()
    Constructor.
top

Documentation generated on Mon, 11 Mar 2019 15:48:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.