GetProjectionTypeString Method

WRAPPER_API static const BmgChar* GetProjectionTypeString(Projection::ClassType classType)

 

Description

Gets a user-friendly display name for the specified projection type.

 

Example

void DataSource_GetProjectionTypeString()

{

const BmgChar* ProjectionName = GEOCALCPBW_NAMESPACE::DataSource::GetProjectionTypeString(GEOCALCPBW_NAMESPACE::Projection::TransverseMercator);

}