new IWProjectionEvent()
Creates a new projection event.
Members
-
errorDescription :String
-
If an error occurred this field contains the error description.
Type:
- String
-
fromProjection :String
-
The projection type of the input coordinate.
Type:
- String
-
inputCoordinate :IWCoordinate
-
The input coordinate.
Type:
-
outputCoordinate :IWCoordinate
-
The projected output coordinate.
Type:
-
parameterObject :Object
-
Additional parameter. This parameter can by set by the project method.
Type:
- Object
-
status :String
-
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
Type:
- String
-
toProjection :String
-
The projection type of the output coordinate.
Type:
- String
Methods
-
toString()
-
Returns a string representation of this object.
Returns:
- Type
- String