Class IWCentralProjection

Extends IWProjection.

A central projection used by perspective map views like birds eye views.

Author: BRE, JAN

Constructor Summary
IWCentralProjection(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 true if the current map extent needs a reload to get a new oblique record, otherwise it returns false.
needsReloadXY(coordX, coordY, size)
           undocumented
 IWCoordinate pixelToMeter(point)
           Retruns the coordinate for the given pixel position.
pixelToMeterXY(pixelX, pixelY)
           undocumented
 String toString()
           Returns a string representation of the central projection.
 
Methods inherited from class IWProjection
clone()


Constructor Detail

IWCentralProjection

IWCentralProjection(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)

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)