FortranGIS
Version 3.0
|
Object describing a general-purpose georeferenced coordinate. More...
Public Attributes | |
real(kind=c_double) | x =HUGE(1.0_c_double) |
x, 1st axis, longitude, easting... More... | |
real(kind=c_double) | y =HUGE(1.0_c_double) |
y, 2nd axis, latitude, northing... More... | |
real(kind=c_double) | z =0.0_c_double |
z More... | |
real(kind=c_double) | t =0.0_c_double |
time More... | |
Object describing a general-purpose georeferenced coordinate.
It is the equivalent of the PJ_COORD C type. Depending on the context, the 4 or less coordinate values may be intepreted in different ways. By default the first 2 values (usually x and y) are initialised to HUGE (invalid), while the following (usually z and t) are initialised to 0.