SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A projection client is necessary in order to convert a coordinate into another projection system.
Author: JANConstructor 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()
Method Detail |
void project(coordinate, fromProjection, toProjection, parameterObject)
IWCoordinate coordinate
IWProjectionType fromProjection
IWProjectionType toProjection
Object parameterObject
- reserved for a user definied object (optional)
void
String toString()
String
Event Detail |
void triggerOnProjection(event)
Register an event listener with IWEventManager.addListener(yourProjectionClient, 'onprojection', yourHandlerMethod(event)); to receive this events.
IWProjection event
void