Class IWParallelProjection

Extends IWProjection.

A parallel projection used by the standard map views.

Author: BRE, JAN

Constructor Summary
IWParallelProjection(map)
            Default constructor.
 
Method Summary
 void initialize(obj)
           Initializes the projection object.
 IWPoint meterToPixel(coordinate)
           Returns the pixel position for the given coordinate.
meterToPixelXY(coordinateX, coordinateY)
           undocumented
 boolean needsReload(coord, size)
           Returns false.
needsReloadXY(coordX, coordY, size)
           undocumented
 IWCoordinate pixelToMeter(point)
           Returns the coordinate for the given pixel position.
pixelToMeterXY(pixelX, pixelY)
           undocumented
setMeterPerPixel(meter)
           undocumented
 String toString()
           Returns a string representation of the parallel projection.
 
Methods inherited from class IWProjection
clone()


Constructor Detail

IWParallelProjection

IWParallelProjection(map)

Method Detail

initialize

void initialize(obj)

meterToPixel

IWPoint meterToPixel(coordinate)

meterToPixelXY

meterToPixelXY(coordinateX, coordinateY)

needsReload

boolean needsReload(coord, size)

needsReloadXY

needsReloadXY(coordX, coordY, size)

pixelToMeter

IWCoordinate pixelToMeter(point)

pixelToMeterXY

pixelToMeterXY(pixelX, pixelY)

setMeterPerPixel

setMeterPerPixel(meter)

toString

String toString()

Source-Code Copyright 2007-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:51 GMT+0100 (MEZ)