11.9.7.17 , insert this new subclause, as follows, and update the Table of Contents accordingly.
11.9.7.17 PD_3D_Coordinate
This non-object data type specifies the 3D coordinate-components for SRFT
PLANETODETIC.
PD_3D_Coordinate ::= {
latitude Long_Float;
pd_longitude Long_Float;
ellipsoidal_height Long_Float;
}
11.9.7.18, insert this new subclause, as follows, and update the Table of Contents accordingly.
11.9.7.18 PD_Surface_Coordinate
This non-object data type specifies the surface coordinate-components for SRFT
PLANETODETIC.
PD_Surface_Coordinate ::= {
latitude Long_Float;
pd_longitude Long_Float;
}
11.9.9 , change
PD_3D: pd_3d CD_3D_Coordinate;
PD_SURFACE: pd_surface CD_Surface_Coordinate;
to read
PD_3D: pd_3d PD_3D_Coordinate;
PD_SURFACE: pd_surface PD_Surface_Coordinate;.
11.9.9 , change
SMD_3D: smd_3d Spherical_3D_Coordinate;
SME_3D: sme_3d Spherical_3D_Coordinate;
to read
SMD_3D: smd_3d Euclidean_3D_Coordinate;
SME_3D: sme_3d Euclidean_3D_Coordinate;