49 const char *prefix)
const 56 if(!proj_spec.
empty())
78 proj_kwl.
addList(keywordList,
false);
98 std::vector<ossimString> split_line;
127 ossimGpt origin (spec[2].toDouble(), spec[1].toDouble()) ;
183 const char* prefix)
const ossimEpsgProjectionFactory()
Constructor loads all SRS CSV files specified in the ossim prefs.
static const char * PROJECTION_KW
double lond() const
Will convert the radian measure to degrees.
Represents serializable keyword/value map.
const char * find(const char *key) const
void setScaleFactor(double scaleFactor)
virtual void setOrigin(const ossimGpt &origin)
Sets theOrigin to origin.
void addList(const ossimKeywordlist &src, bool overwrite=true)
virtual void setOrigin(const ossimGpt &origin)
This will set the utm zone and utm origin base on origin passed in.
ossimMapProjection * createProjFromAutoCode(const std::vector< ossimString > &spec) const
When the CRS is specified with the "AUTO:<spec>" code format, this method is invoked to parse the <sp...
virtual ossimObject * createObject(const ossimString &typeName) const
void getProjectionsList(std::vector< ossimString > &typeList) const
Populates caller's list with all projections currently represented in the database.
double latd() const
Will convert the radian measure to degrees.
static const char * PIXEL_SCALE_XY_KW
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
static const char * TIE_POINT_XY_KW
static ossimEpsgProjectionDatabase * instance()
Instantiates singleton instance of this class:
unsigned int ossim_uint32
ossimString trim(const ossimString &valueToTrim=ossimString(" \\)) const
this will strip lead and trailing character passed in.
void setFalseNorthing(double falseNorthing)
virtual void setOrigin(const ossimGpt &origin)
std::vector< ossimString > explode(const ossimString &delimeter) const
void setZone(const ossimGpt &ground)
static const char * PCS_CODE_KW
virtual ossimProjection * createProjection(const ossimFilename &filename, ossim_uint32 entryIdx) const
STUB. Not implemented.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
virtual void getTypeNameList(std::vector< ossimString > &typeList) const
This returns the type name of all objects in all factories.
ossimString after(const ossimString &str, std::string::size_type pos=0) const
METHOD: after(str, pos) Returns string immediately after the token str.
void setHemisphere(const ossimGpt &ground)
void remove(const char *key)
static ossimEpsgProjectionFactory * instance()
Implements singleton pattern.
ossimProjection * findProjection(const ossimString &proj_spec) const
Returns a projection corresponding to the projection specified, or NULL if no entry found...
Projection Factory for coded projections defined in database.
static const char * PIXEL_SCALE_UNITS_KW
static const char * TIE_POINT_UNITS_KW