MapGuide API Reference
|
Basic functionality for all kinds of dictionaries. More...
Public Member Functions | |
virtual void | Add (MgGuardDisposable *pDefinition)=0 |
Adds the specified definition. | |
virtual MgGuardDisposable * | Get (CREFSTRING sName)=0 |
virtual MgCoordinateSystemCatalog * | GetCatalog ()=0 |
Gets the associated coordinate system catalog. | |
virtual STRING | GetDefaultFileName ()=0 |
Gets the default file name. | |
virtual MgCoordinateSystemEnum * | GetEnum ()=0 |
Gets the dictionary enumerator. | |
virtual STRING | GetFileName ()=0 |
Gets the file name of this dictionary. | |
virtual STRING | GetPath ()=0 |
Gets the path of this dictionary. | |
virtual UINT32 | GetSize ()=0 |
Gets the size of this dictionary. | |
virtual bool | Has (CREFSTRING sName)=0 |
Checks whether the definition of the specified name exists in this dictionary. | |
virtual void | Modify (MgGuardDisposable *pDefinition)=0 |
Modifies the specified definition. | |
virtual void | Remove (CREFSTRING sName)=0 |
Removes a definition by its specified name. | |
virtual void | SetFileName (CREFSTRING sFileName)=0 |
Sets the file name of this dictionary. |
Basic functionality for all kinds of dictionaries.