SRM Reference Manual
Types
SRM_EC_Coordinate_2D
/*
 * STRUCT: SRM_EC_Coordinate_2D
 *
 *   This data type specifies a coordinate within the
 *   Equidistant Cylindrical (EC) 2D Spatial Reference Frame (SRF).
 *   See the Spatial Reference Model for details.
 */
typedef struct
{
SRM_Long_Float x; (notes)
SRM_Long_Float y; (notes)
} SRM_EC_Coordinate_2D;


Field Notes


x

 Specified in metres; positive eastward

y

 Specified in metres; positive northward



Prev: SRM_Dimensionality. Next: SRM_EC_Parameters_2D.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™