GM_UtilityProjectPointList Method |
Projects a list of points from one projection to another
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 ProjectPointList(
ref GM_Point_t[] aPointList,
float[] aElevList,
GM_Projection_t aProjIn,
GM_Projection_t aProjOut
)
Public Shared Function ProjectPointList (
ByRef aPointList As GM_Point_t(),
aElevList As Single(),
aProjIn As GM_Projection_t,
aProjOut As GM_Projection_t
) As GM_Error_t32
public:
static GM_Error_t32 ProjectPointList(
array<GM_Point_t>^% aPointList,
array<float>^ aElevList,
GM_Projection_t^ aProjIn,
GM_Projection_t^ aProjOut
)
Parameters
- aPointList
- Type: GlobalMapper.TypesGM_Point_t
IN/OUT: List of points to convert and buffer to hold converted points - aElevList
- Type: SystemSingle
IN: Optional list of elevations (in meters above ellipsoid surface) to do conversions at. Use NULL for default - aProjIn
- Type: GlobalMapper.TypesGM_Projection_t
IN: projection to convert from (NULL for current) - aProjOut
- Type: GlobalMapper.TypesGM_Projection_t
IN: projection to convert to (NULL for current)
Return Value
Type:
GM_Error_t32A GM Error Code
See Also