Class IWProjectionClient

A projection client is used to convert a coordinate into another projection system.


Constructor Summary
IWProjectionClient()
            Creates a new projection client.
 
Method Summary
 void project(coordinate, fromProjection, toProjection, parameterObject)
           Projects the given coordinate to 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 to 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-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)