Class IWProjectionClient

A projection client is necessary in order to convert a coordinate into another projection system.

Author: JAN

Constructor Summary
IWProjectionClient()
            Creates a new projection client.
 
Method Summary
 void project(coordinate, fromProjection, toProjection, parameterObject)
           Projects the given coordinate into the another projection system.
 String toString()
           Returns a string representation of this object.
 
Event Summary
 void triggerOnProjection(event)
           Is fired when the given coordinate is project into the other projection.

Register an event listener with IWEventManager.addListener(yourProjectionClient, 'onprojection', yourHandlerMethod(event)); to receive this events.

 
Constructor Detail

IWProjectionClient

IWProjectionClient()

Method Detail

project

void project(coordinate, fromProjection, toProjection, parameterObject)

toString

String toString()

Event Detail

triggerOnProjection

void triggerOnProjection(event)

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