15 #ifndef ossimOrthoIgen_HEADER 16 #define ossimOrthoIgen_HEADER 43 OSSIM_UNKNOWN_PROJECTION = 0,
48 OSSIM_EXTERNAL_PROJECTION
52 OSSIM_CENTER_ORIGIN = 0,
53 OSSIM_UPPER_LEFT_ORIGIN = 1
55 typedef std::map<ossimString,ossimString, ossimStringLtstr>
PropertyMap;
88 void clearFilenameList();
95 void setDefaultValues();
100 bool parseFilename(
const ossimString& file_spec,
bool decodeEntry);
104 void establishMosaicTiePoint();
107 void computeGeoScalingLatitude();
135 bool theUseAutoMinMaxFlag;
136 bool theClipToValidRectFlag;
140 std::vector<ossimSrcRecord> theSrcRecords;
144 bool theCacheExcludedFlag;
158 void setupIgenChain();
187 void setupProjection();
193 void setupAnnotation();
196 std::vector<ossimString> fileInfos,
197 bool withEncodedEntry);
203 void consolidateCutRectSpec();
229 void setupOutputRadiometry();
235 bool isAffectedByElevation();
244 void reComputeChainGsds();
250 void setProductGsd();
Class used for parsing the command line *.src files.
This will be a base for all combiners.
ossimOrthoIgenProjectionType
virtual void initialize(const ossimKeywordlist &kwl)
std::map< ossimString, ossimString, ossimStringLtstr > PropertyMap
unsigned int ossim_uint32
This class defines an abstract Handler which all image handlers(loaders) should derive from...