14 #ifndef ossimHdfReader_HEADER 15 #define ossimHdfReader_HEADER 1 137 virtual bool isOpen()
const;
143 virtual void close();
157 const char* prefix=0);
171 virtual void getEntryList(std::vector<ossim_uint32>& entryList)
const;
179 bool isSupportedExtension();
181 std::vector<ossim_uint32> getCurrentEntryList(
ossim_uint32 entryId)
const;
virtual bool open()=0
Pure virtual open.
virtual ossim_uint32 getCurrentEntry() const
ossimRefPtr< ossimImageData > m_tile
Represents serializable keyword/value map.
virtual ossim_uint32 getNumberOfOutputBands() const
Returns the number of bands in a tile returned from this TileSource.
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual ossim_uint32 getNumberOfLines(ossim_uint32 resLevel=0) const =0
Pure virtual, derived classes must implement.
virtual ossimString getClassName() const
virtual ossimString getShortName() const
ossimScalarType m_scalarType
virtual bool isOpen() const =0
Derived classes must implement this method to be concrete.
ossimRefPtr< ossimGdalTileSource > m_gdalTileSource
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
virtual ossim_uint32 getImageTileHeight() const =0
Returns the tile width of the image or 0 if the image is not tiled.
unsigned int ossim_uint32
ossim_uint32 m_currentEntryRender
virtual ossimString getLongName() const
virtual void close()
Deletes the overview and clears the valid image vertices.
virtual ossim_uint32 getNumberOfEntries() const
#define OSSIM_PLUGINS_DLL
virtual void getEntryList(std::vector< ossim_uint32 > &entryList) const
virtual ossim_uint32 getImageTileWidth() const =0
Returns the tile width of the image or 0 if the image is not tiled.
virtual ossimScalarType getOutputScalarType() const
This will be used to query the output pixel type of the tile source.
This class defines an abstract Handler which all image handlers(loaders) should derive from...
std::vector< ossim_uint32 > m_entryFileList
ossim_uint32 m_numberOfBands
virtual ossim_uint32 getNumberOfSamples(ossim_uint32 resLevel=0) const =0
Pure virtual, derived classes must implement.
virtual ossim_uint32 getNumberOfInputBands() const =0
virtual bool setCurrentEntry(ossim_uint32 entryIdx)
virtual bool setOutputBandList(const std::vector< ossim_uint32 > &band_list)
If the image handler "isBandSeletor()" then the band selection of the output chip can be controlled...
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)