Initializes a projection definition based on the four string keys used in older TerraExplorer version to represent a coordinate system.
JavaScript |
|
InitFromBMG( Group, Sys, Datum, Unit) |
C# |
|
void InitFromBMG( string Group, string Sys, string Datum, string Unit) |
C++ |
|
HRESULT InitFromBMG( BSTR Group, BSTR Sys, BSTR Datum, BSTR Unit) |
Parameters
Group
The unique string of the coordinate system group.
Sys
The unique string of the coordinate system.
Datum
The unique string of the coordinate system datum.
Unit
The unique string of the coordinate system units.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.