DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory.Authority | Methods
Find definition matching provided authority string.
// C# public WideString Authority( WideString _wkt );
' VisualBasic Public Function Authority( ByVal _wkt As WideString ) As WideString
// Oxygene public function Authority( _wkt : WideString ) : WideString;
Name | Type | Description |
---|---|---|
_wkt | WideString | authority name string like EPSG number or CRS name |
Type | Description |
---|---|
WideString | Found definition or nil. |