MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgCoordinateSystemDictionaryBase Class Reference

Basic functionality for all kinds of dictionaries. More...

+ Inheritance diagram for MgCoordinateSystemDictionaryBase:

List of all members.

Public Member Functions

virtual void Add (MgGuardDisposable *pDefinition)=0
 Adds the specified definition.
virtual MgGuardDisposableGet (CREFSTRING sName)=0
virtual MgCoordinateSystemCatalogGetCatalog ()=0
 Gets the associated coordinate system catalog.
virtual STRING GetDefaultFileName ()=0
 Gets the default file name.
virtual MgCoordinateSystemEnumGetEnum ()=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.

Detailed Description

Basic functionality for all kinds of dictionaries.