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


Field Notes


x

 specified in metres; positive Eastward

y

 specified in metres; positive Northward



Prev: SRM_LTP_Parameters_3D. Next: SRM_M_Parameters_2D.


Return to: Top of this Page, Type Index

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