Class IWParallelProjection

Extends IWProjection.

A parallel projection used by the standard map views.


Constructor Summary
IWParallelProjection(map)
            Default constructor.
 
Method Summary
 IWPoint calculateGridOffset()
           Calculates the offset of the point (0, 0) to a position on the tile grid.
clone()
           undocumented
 object generateTileInformation(x, y, gridOffset)
           Generates information like the tile screen position, tile index and tile id for a pixel position.
 void initialize(obj)
           Initializes the projection object.
 IWPoint meterToPixel(coordinate)
           Returns the pixel position for the given coordinate.
 boolean needsReload(size)
           Checks whether the map has to be reloaded completely to display the specified region. This is always false for map types with parallel projections.
 IWCoordinate pixelToMeter(point)
           Returns the coordinate for the given pixel position.
 String toString()
           Returns a string representation of the parallel projection.
 
Constructor Detail

IWParallelProjection

IWParallelProjection(map)

Method Detail

calculateGridOffset

IWPoint calculateGridOffset()

clone

clone()

generateTileInformation

object generateTileInformation(x, y, gridOffset)

initialize

void initialize(obj)

meterToPixel

IWPoint meterToPixel(coordinate)

needsReload

boolean needsReload(size)

pixelToMeter

IWCoordinate pixelToMeter(point)

toString

String toString()

Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:14 GMT+0100 (MEZ)