OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimVerticesFinderTool.h
Go to the documentation of this file.
1 //**************************************************************************************************
2 //
3 // OSSIM Open Source Geospatial Data Processing Library
4 // See top level LICENSE.txt file for license information
5 //
6 //**************************************************************************************************
7 
8 #ifndef ossimVerticesFinderUtil_HEADER
9 #define ossimVerticesFinderUtil_HEADER
10 
13 #include <ossim/util/ossimTool.h>
14 
19 {
20 public:
23 
24  virtual void setUsage(ossimArgumentParser& ap);
25 
26  virtual bool initialize(ossimArgumentParser& ap);
27 
28  virtual void initialize(const ossimKeywordlist& kwl);
29 
30  virtual bool execute();
31 
32  virtual ossimString getClassName() const { return "ossimVerticesFinderUtil"; }
33 
34  virtual void getKwlTemplate(ossimKeywordlist& kwl);
35 
37  static const char* DESCRIPTION;
38 
39 protected:
43 };
44 
45 #endif
static const char * DESCRIPTION
Used by ossimUtilityFactory.
#define OSSIMDLLEXPORT
Represents serializable keyword/value map.
virtual void getKwlTemplate(ossimKeywordlist &kwl)
Assigns a template keywordlist to string for initializing derived classes.
Definition: ossimTool.cpp:100
virtual void setUsage(ossimArgumentParser &ap)
Initializes the aurgument parser with expected parameters and options.
Definition: ossimTool.cpp:41
unsigned int ossim_uint32
virtual ossimString getClassName() const
virtual bool initialize(ossimArgumentParser &ap)
Initializes from command line arguments.
Definition: ossimTool.cpp:58
virtual bool execute()=0
Writes product to output file if applicable.