Geographic coordinate systems Group class. More...
#include <BaseGeoCoord.h>
Public Member Functions | |
WCharCP | GetName () |
Gets the name of the GCS Group. More... | |
WCharCP | GetDescription () |
Gets the description of the GCS Group. More... | |
MemberEnumerator * | GetMemberEnumerator () |
Gets enumerator for members of this group. More... | |
void | Destroy () const |
Free this Group. More... | |
Static Public Member Functions | |
static GroupEnumerator * | GetGroupEnumerator () |
Gets enumerator for Groups in the library. More... | |
Geographic coordinate systems Group class.
The Group class represents Geographic Coordinate System Groups as defined in the CS_Map library. This grouping is not used by MicroStation, but may be useful by application code.
void Destroy | ( | ) | const |
Free this Group.
WCharCP GetDescription | ( | ) |
Gets the description of the GCS Group.
|
static |
Gets enumerator for Groups in the library.
MemberEnumerator* GetMemberEnumerator | ( | ) |
Gets enumerator for members of this group.