30 <<
"ossimProjectionFactoryBase::createProjectionFromGeometryFile " 32 <<
"\nimageFile: " << imageFile
33 <<
"\nentryIdx: " << entryIdx
48 <<
"Found geometry file: " << geomFile
63 kwl.
addPair( std::string(
"kwl_source"),
83 <<
"Found geometry file: " << geomFile
98 <<
"DEBUG: No geometry file found. Returning NULL..." 107 if(!handler)
return 0;
ossimProjection * createProjectionFromGeometryFile(const ossimFilename &imageFile, ossim_uint32 entryIdx) const
This method takes the filename and tries to find an external ".geom" file.
Represents serializable keyword/value map.
bool addFile(const char *file)
ossimFilename expand() const
Method to do file name expansion.
static ossimString toString(bool aValue)
Numeric to string methods.
void addPair(const std::string &key, const std::string &value, bool overwrite=true)
virtual ossimProjection * createProjection(const ossimFilename &filename, ossim_uint32 entryIdx) const =0
takes a filename.
RTTI_DEF1(ossimProjectionFactoryBase, "ossimProjectionFactoryBase", ossimObjectFactory)
virtual const ossimFilename & getFilename() const
Returns the filename.
unsigned int ossim_uint32
virtual ossim_uint32 getCurrentEntry() const
static ossimProjectionFactoryRegistry * instance()
This class defines an abstract Handler which all image handlers(loaders) should derive from...
ossimFilename fileNoExtension() const
ossimFilename & setExtension(const ossimString &e)
Sets the extension of a file name.
OSSIMDLLEXPORT std::ostream & ossimNotify(ossimNotifyLevel level=ossimNotifyLevel_WARN)
const std::string & string() const