SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class representing a projection event.
Author: JANField Summary | |
String
|
errorDescription
If an error occurred, then this field contains one of the following error descriptions:
|
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 |
String errorDescription
String fromProjection
IWCoordinate inputCoordinate
IWCoordinate outputCoordinate
Object parameterObject
String status
String toProjection
Constructor Detail |
IWProjectionEvent()
Method Detail |
String toString()
String