Home
last modified time | relevance | path

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

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimErrorCodes.cpp23 const ossimErrorCode ossimErrorCodes::OSSIM_NORTHING_ERROR = 5; member in ossimErrorCodes
115 return ossimErrorCodes::OSSIM_NORTHING_ERROR; in getErrorCode()
220 if(error_code == OSSIM_NORTHING_ERROR) in getErrorString()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimErrorCodes.h57 static const ossimErrorCode OSSIM_NORTHING_ERROR; variable