10 #ifndef ossimRangeDomeTileSource_HEADER 11 #define ossimRangeDomeTileSource_HEADER 1 80 virtual bool isOpen()
const;
virtual bool open()=0
Pure virtual open.
ossimGrect boundingRect() const
ossim_uint32 radiusPixelsSq
ossimRefPtr< ossimImageGeometry > theGeometry
static const ossimString OSSIM_RANGE_DOME_SPEC_MAGIC_NUMBER
virtual ossim_uint32 getImageTileHeight() const
Returns the tile width of the image or 0 if the image is not tiled.
Represents serializable keyword/value map.
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 ossim_uint32 getImageTileWidth() const
Returns the tile width of the image or 0 if the image is not tiled.
Classification classification
virtual void setProperty(ossimRefPtr< ossimProperty > property)
std::vector< ossimRangeDome > m_rangeDomes
virtual bool isOpen() const =0
Derived classes must implement this method to be concrete.
ossimRangeDome(std::vector< ossimString > &tokens)
virtual ossimScalarType getOutputScalarType() const
This will be used to query the output pixel type of the tile source.
unsigned int ossim_uint32
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
virtual void close()
Deletes the overview and clears the valid image vertices.
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
virtual void initialize()
initialize Does nothing in this class.
This class defines an abstract Handler which all image handlers(loaders) should derive from...
ossim_uint32 getNumRangeDomes() const
virtual ossim_uint32 getNumberOfSamples(ossim_uint32 resLevel=0) const =0
Pure virtual, derived classes must implement.
Class used for rendering range domes (a.k.a.
virtual ossim_uint32 getNumberOfInputBands() const =0
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)