Class IWProjectionEvent

A class representing a projection event.


Field Summary
String errorDescription
          If an error occurred this field contains the error description.
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 one of there error codes:
  • ERR general server error
  • 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 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-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)