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);
}
Comments
0 comments
Please sign in to leave a comment.