13 #ifndef ossimGdalOverviewBuilder_HEADER 14 #define ossimGdalOverviewBuilder_HEADER 154 virtual void getPropertyNames(std::vector<ossimString>& propertyNames)
const;
bool open(const ossimFilename &file)
Open that takes a file name.
virtual bool setOverviewType(const ossimString &type)
Sets the overview output type.
ossimFilename theOutputFile
ossimString getExtensionFromType() const
ossimGdalOverviewType theOverviewType
std::vector< ossim_int32 > theLevels
virtual bool execute()
Builds the overviews.
ossimGdalDataset * theDataset
bool theGenerateHfaStatsFlag
virtual void setProperty(ossimRefPtr< ossimProperty > property)
Method to set properties.
virtual bool setInputSource(ossimImageHandler *imageSource)
Sets the input to the builder.
ossimGdalOverviewBuilder Class to build overviews from the GDAL library.
virtual ~ossimGdalOverviewBuilder()
virtual destructor
virtual void getPropertyNames(std::vector< ossimString > &propertyNames) const
Method to populate the list of property names.
virtual std::ostream & print(std::ostream &out) const
print method.
ossimGdalOverviewType
Enumerations for the type of GDAL overviews to build.
ossimGdalOverviewBuilder()
default constructor
ossimString getGdalResamplingType() const
virtual bool canConnectMyInputTo(ossim_int32 index, const ossimConnectableObject *obj) const
ossimGdalDataset This is a gdal data set that wraps an ossim image handler.
bool generateHfaStats() const
This class defines an abstract Handler which all image handlers(loaders) should derive from...
virtual void setOutputFile(const ossimFilename &file)
Sets the output filename.
virtual void getTypeNameList(std::vector< ossimString > &typeList) const
Method to populate class supported types.
virtual ossimObject * getObject()
virtual ossimFilename getOutputFile() const
Returns the output.
virtual ossimString getOverviewType() const
Gets the overview type.
std::basic_ostream< char > ostream
Base class for char output streams.