SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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: |
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 |
String errorDescription
String fromProjection
IWCoordinate inputCoordinate
IWCoordinate outputCoordinate
Object parameterObject
String status
String toProjection
Constructor Detail |
IWProjectionEvent()
Method Detail |
String toString()
String