Home
last modified time | relevance | path

Searched refs:SG_PROJ_UNIT_Undefined (Results 1 – 2 of 2) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dprojections.cpp116 const char SG_Projection_Units[SG_PROJ_UNIT_Undefined + 1][3][32] =
146 for(int i=0; i<SG_PROJ_UNIT_Undefined; i++) in SG_Get_Projection_Unit()
155 return( !Identifier.CmpNoCase("metre") ? SG_PROJ_UNIT_Meter : SG_PROJ_UNIT_Undefined ); in SG_Get_Projection_Unit()
162 if( Unit < 0 || Unit > SG_PROJ_UNIT_Undefined ) in SG_Get_Projection_Unit_Identifier()
163 Unit = SG_PROJ_UNIT_Undefined; in SG_Get_Projection_Unit_Identifier()
171 if( Unit < 0 || Unit > SG_PROJ_UNIT_Undefined ) in SG_Get_Projection_Unit_Name()
172 Unit = SG_PROJ_UNIT_Undefined; in SG_Get_Projection_Unit_Name()
212 …T"].Get_Property("name", Name) && (Unit = SG_Get_Projection_Unit(Name)) != SG_PROJ_UNIT_Undefined ) in SG_Set_Projection_Unit()
398 m_Unit = SG_PROJ_UNIT_Undefined; in Destroy()
1673 …oj4_Read_Parameter(Value, Proj4, "units") ? SG_Get_Projection_Unit(Value) : SG_PROJ_UNIT_Undefined; in _Proj4_Get_Unit()
[all …]
H A Dgeo_tools.h716 SG_PROJ_UNIT_Undefined enumerator