16 #ifndef ossimDemUtil_HEADER 17 #define ossimDemUtil_HEADER 1 49 static bool isUsgsDem(std::shared_ptr<ossim::istream> str,
const std::string& connectionString);
62 static long getLong(
char*
const strbuf,
66 static bool getDouble(std::string
const& strbuf,
static long getLong(char *const strbuf, long const startpos, long const width)
static bool isUsgsDem(const ossimFilename &file)
Does basic sanity checks to see if file is a dem.
static bool getDouble(std::string const &strbuf, long const startpos, long const width, double &val)
std::basic_istream< char > istream
Base class for char input streams.
static bool getRecord(ossim::istream &s, std::string &strbuf, long reclength=1024)
Reads a single record from a DEM.