#include "srm_types.h"
Go to the source code of this file.
Definition in file srm_util.h.
|
Definition at line 92 of file srm_util.h. |
|
Compares the values in a_ptr and b_ptr and reports in result_out_ptr whether a_ptr's value equals b_ptr's value.
|
|
Computes the cross product of two vectors.
|
|
Given a 3D coordinate, expressed in an SRF that has a corresponding 2D SRF, constructs the corresponding 2D representation (i.e., without the z/elevation portion of the 3D, in the proper 2D SRF).
|
|
Computes the dot product of 2 vectors.
|
|
Retrieves the SRM_Axis_Direction corresponding to the given string.
|
|
Retrieves the SRM_Boolean corresponding to the given string.
|
|
Retrieves the SRM_Coordinate_Valid_Region corresponding to the given string.
|
|
Retrieves the SRM_CS_Code corresponding to the given string.
|
|
Retrieves the SRM_DSS_Code corresponding to the given string.
|
|
Retrieves the SRM_Interval_Type corresponding to the given string.
|
|
Retrieves the SRM_Ori_Rep_Type corresponding to the given string.
|
|
Retrieves the SRM_ORM_Code corresponding to the given string.
|
|
Retrieves the SRM_ORMT_Code corresponding to the given string.
|
|
Retrieves the SRM_Polar_Aspect corresponding to the given string.
|
|
Retrieves the SRM_RD_Code corresponding to the given string.
|
|
Retrieves the SRM_RT_Code corresponding to the given string.
|
|
Retrieves the SRM_Spatial_Coordinate_Code corresponding to the given string.
|
|
Retrieves the SRM_SRF_Code corresponding to the given string.
|
|
Retrieves the SRM_SRF_Parameters_Info_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFS_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFSM_Alabama_SPCS_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFSM_Japan_Rectangular_Plane_CS_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFSM_Lambert_NTF_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFSM_UPS_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFSM_UTM_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFSM_Wisconsin_SPCS_Code corresponding to the given string.
|
|
Retrieves the SRM_SRFT_Code corresponding to the given string.
|
|
Retrieves the SRM_Status_Code corresponding to the given string.
|
|
This function returns the version of the implementation of the SRM used to define the given transmittal. Major versions are specified by an integer that is incremented whenever large changes are made to the implementation. Minor versions are specified by an integer that is incremented whenever any small changes are made to the implementation. Interim versions are specified using a lower case letter that is incremented whenever a new interim version of the implementation is released.
|
|
Adds two SRM_Matrix_3x3 matrices.
|
|
Multiplies two SRM_Matrix_3x3 matrices.
|
|
Subtracts the matrix in *b_ptr from the matrix in *a_ptr.
|
|
Adds two SRM_Matrix_4x4 matrices.
|
|
Multiplies two SRM_Matrix_4x4 matrices.
|
|
Subtracts the matrix in *b_ptr from the matrix in *a_ptr.
|
|
Computes the magnitude of a vector.
|
|
Multiplies vec_ptr's vector by scalar, returns the result in result_out_ptr.
|
C API | Version: 4.4 - December 7, 2009 |
Copyright © 2009 SEDRIS | Docs by Doxygen 1.3.2 |