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

Class: ExportConfiguration

Source Location: /client/ExportPlugin.php

Class Overview


Export configuration


Variables

Methods



Class Details

[line 32]
Export configuration

Export configuration objects are passed to plugins so they know what is needed for export. For instance, plugin Images should know which maps must be rendered.




[ Top ]


Class Variables

$bbox =

[line 67]



Tags:

access:  private

Type:   Bbox


[ Top ]

$layerIds =

[line 102]



Tags:

access:  private

Type:   array


[ Top ]

$locationType =

[line 87]



Tags:

access:  private

Type:   string


[ Top ]

$mapAngle =

[line 62]



Tags:

access:  private

Type:   double


[ Top ]

$mapHeight =

[line 52]



Tags:

access:  private

Type:   int


[ Top ]

$mapWidth =

[line 57]



Tags:

access:  private

Type:   int


[ Top ]

$point =

[line 77]



Tags:

access:  private

Type:   Point


[ Top ]

$printOutline =

[line 92]



Tags:

access:  private

Type:   StyledShape


[ Top ]

$queryBbox =

[line 112]



Tags:

access:  private

Type:   Bbox


[ Top ]

$querySelections =

[line 107]



Tags:

access:  private

Type:   array


[ Top ]

$renderKeymap =

[line 42]



Tags:

access:  private

Type:   boolean


[ Top ]

$renderMap =

[line 37]



Tags:

access:  private

Type:   boolean


[ Top ]

$renderScalebar =

[line 47]



Tags:

access:  private

Type:   boolean


[ Top ]

$resolution =

[line 97]



Tags:

access:  private

Type:   int


[ Top ]

$scale =

[line 72]



Tags:

access:  private

Type:   float


[ Top ]

$showRefMarks =

[line 122]



Tags:

access:  private

Type:   boolean


[ Top ]

$switchId =

[line 117]



Tags:

access:  private

Type:   string


[ Top ]

$zoomType =

[line 82]



Tags:

access:  private

Type:   string


[ Top ]



Class Methods


method getBbox [line 218]

Bbox getBbox( )



Tags:

access:  public


[ Top ]

method getLayerIds [line 316]

array getLayerIds( )



Tags:

access:  public


[ Top ]

method getLocationType [line 274]

string getLocationType( )



Tags:

access:  public


[ Top ]

method getMapAngle [line 204]

double getMapAngle( )



Tags:

access:  public


[ Top ]

method getMapHeight [line 176]

int getMapHeight( )



Tags:

access:  public


[ Top ]

method getMapWidth [line 190]

int getMapWidth( )



Tags:

access:  public


[ Top ]

method getPoint [line 246]

Point getPoint( )



Tags:

access:  public


[ Top ]

method getPrintOutline [line 288]

StyledShape getPrintOutline( )



Tags:

access:  public


[ Top ]

method getQueryBbox [line 344]

Bbox getQueryBbox( )



Tags:

access:  public


[ Top ]

method getQuerySelections [line 330]

array getQuerySelections( )



Tags:

access:  public


[ Top ]

method getResolution [line 302]

int getResolution( )



Tags:

access:  public


[ Top ]

method getScale [line 232]

float getScale( )



Tags:

access:  public


[ Top ]

method getShowRefMarks [line 372]

boolean getShowRefMarks( )



Tags:

access:  public


[ Top ]

method getSwitchId [line 358]

string getSwitchId( )



Tags:

access:  public


[ Top ]

method getZoomType [line 260]

string getZoomType( )



Tags:

access:  public


[ Top ]

method isRenderKeymap [line 148]

boolean isRenderKeymap( )



Tags:

access:  public


[ Top ]

method isRenderMap [line 134]

boolean isRenderMap( )



Tags:

access:  public


[ Top ]

method isRenderScalebar [line 162]

boolean isRenderScalebar( )



Tags:

access:  public


[ Top ]

method setBbox [line 211]

void setBbox( Bbox $bbox)



Tags:

access:  public


Parameters:

Bbox   $bbox  

[ Top ]

method setLayerIds [line 309]

void setLayerIds( array $layerIds)



Tags:

access:  public


Parameters:

array   $layerIds  

[ Top ]

method setLocationType [line 267]

void setLocationType( string $type)



Tags:

access:  public


Parameters:

string   $type  

[ Top ]

method setMapAngle [line 197]

void setMapAngle( double $mapAngle)



Tags:

access:  public


Parameters:

double   $mapAngle  

[ Top ]

method setMapHeight [line 169]

void setMapHeight( int $mapHeight)



Tags:

access:  public


Parameters:

int   $mapHeight  

[ Top ]

method setMapWidth [line 183]

void setMapWidth( int $mapWidth)



Tags:

access:  public


Parameters:

int   $mapWidth  

[ Top ]

method setPoint [line 239]

void setPoint( Point $point)



Tags:

access:  public


Parameters:

Point   $point  

[ Top ]

method setPrintOutline [line 281]

void setPrintOutline( StyledShape $styledOutline)



Tags:

access:  public


Parameters:

StyledShape   $styledOutline  

[ Top ]

method setQueryBbox [line 337]

void setQueryBbox( Bbox $queryBbox)



Tags:

access:  public


Parameters:

Bbox   $queryBbox  

[ Top ]

method setQuerySelections [line 323]

void setQuerySelections( array $querySelections)



Tags:

access:  public


Parameters:

array   $querySelections  

[ Top ]

method setRenderKeymap [line 141]

void setRenderKeymap( boolean $renderKeymap)



Tags:

access:  public


Parameters:

boolean   $renderKeymap  

[ Top ]

method setRenderMap [line 127]

void setRenderMap( boolean $renderMap)



Tags:

access:  public


Parameters:

boolean   $renderMap  

[ Top ]

method setRenderScalebar [line 155]

void setRenderScalebar( boolean $renderScalebar)



Tags:

access:  public


Parameters:

boolean   $renderScalebar  

[ Top ]

method setResolution [line 295]

void setResolution( int $resolution)



Tags:

access:  public


Parameters:

int   $resolution  

[ Top ]

method setScale [line 225]

void setScale( float $scale)



Tags:

access:  public


Parameters:

float   $scale  

[ Top ]

method setShowRefMarks [line 365]

void setShowRefMarks( boolean $showRefMarks)



Tags:

access:  public


Parameters:

boolean   $showRefMarks  

[ Top ]

method setSwitchId [line 351]

void setSwitchId( string $switchId)



Tags:

access:  public


Parameters:

string   $switchId  

[ Top ]

method setZoomType [line 253]

void setZoomType( string $zoomType)



Tags:

access:  public


Parameters:

string   $zoomType  

[ Top ]


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