26 "ossimQuickbirdTiffTileSource",
29 static const ossimTrace traceDebug(
"ossimQuickbirdTiffTileSource:debug");
36 static const char M[] =
"ossimQuickbirdTiffTileSource::open()";
126 <<
"ossimQuickbirdTiffTileSource::open() DEBUG:" 127 <<
"\nSub image offset = " << shift << std::endl;
ossimRefPtr< ossimImageGeometry > theGeometry
void setProjection(ossimProjection *projection)
Sets the projection to be used for local-to-world coordinate transformation.
ossimFilename noExtension() const
bool open()
Returns true if no errors initializing object.
static ossimString upcase(const ossimString &aString)
ossimFilename theImageFile
bool open(const ossimFilename tileFile)
RTTI_DEF1(ossimQuickbirdTiffTileSource, "ossimQuickbirdTiffTileSource", ossimTiffTileSource)
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
virtual bool open()
Pure virtual open.
ossimString replaceAllThatMatch(const char *regularExpressionPattern, const char *value="") const
ossimProjection * createProjection(const ossimFilename &filename, ossim_uint32 entryIdx) const
bool getInfo(ossimQuickbirdTileInfo &result, const ossimFilename &filename) const
std::string::size_type size() const
static ossimString downcase(const ossimString &aString)
void initImageParameters(ossimImageGeometry *geom) const
Convenience method to set things needed in the image geometry from the image handler.
Container class that holds both 2D transform and 3D projection information for an image Only one inst...
static ossimProjectionFactoryRegistry * instance()
virtual ossimRefPtr< ossimImageGeometry > getExternalImageGeometry() const
Returns the image geometry object associated with this tile source or NULL if non defined...
void setTransform(ossim2dTo2dTransform *transform)
Sets the transform to be used for local-to-full-image coordinate transformation.
ossimFilename m_tileInfoFilename
ossimFilename file() const
ossimFilename & setExtension(const ossimString &e)
Sets the extension of a file name.
OSSIMDLLEXPORT std::ostream & ossimNotify(ossimNotifyLevel level=ossimNotifyLevel_WARN)
virtual bool parseFile(const ossimFilename &file)
Public method for parsing generic image file.