DK11 for .NET | TatukGIS.NDK.TGIS_CSFactory.Authority | Methods
Find definition matching provided authority string.
// C# public static string Authority( string _wkt );
' VisualBasic Public Shared Function Authority( ByVal _wkt As String ) As String
// Oxygene public class function Authority( _wkt : String ) : String;
Name | Type | Description |
---|---|---|
_wkt | string String | authority name string like EPSG number or CRS name |
Type | Description |
---|---|
string String | Found definition or nil. |