Class IWProjectionEvent

A class representing a projection event.

Author: JAN

Field Summary
String errorDescription
          If an error occurred, then this field contains one of the following error descriptions:
  • ERR1 null parameter assigned
  • ERR2 not initialized
  • ERR3 projection table path does not exists
  • ERR4 projection tables not found
  • ERR5 coordinate out of range
  • ERR6 projection not found
String fromProjection
          The projection type of the input coordinate.
IWCoordinate inputCoordinate
          The input coordinate.
IWCoordinate outputCoordinate
          The projected output coordinate.
Object parameterObject
          Additional parameter.
String status
          Is either 'OK' or contains an error codes between ERR1 and ERR6.
String toProjection
          The projection type of the output coordinate.
 
Constructor Summary
IWProjectionEvent()
            Creates a new projection event.
 
Method Summary
 String toString()
           Returns a string representation of this object.
 
Field Detail

errorDescription

String errorDescription

fromProjection

String fromProjection

inputCoordinate

IWCoordinate inputCoordinate

outputCoordinate

IWCoordinate outputCoordinate

parameterObject

Object parameterObject

status

String status

toProjection

String toProjection

Constructor Detail

IWProjectionEvent

IWProjectionEvent()

Method Detail

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:52 GMT+0100 (MEZ)