DK11 for Delphi | GisCsFactory.TGIS_CSFactory.Authority | Methods
Find definition matching provided authority string.
// Delphi public class function Authority( const _wkt : String ) : String;
// C++ Builder public: __classmethod UnicodeString Authority( const UnicodeString _wkt );
Name | Type | Description |
---|---|---|
_wkt | String | authority name string like EPSG number or CRS name |
Type | Description |
---|---|
String | Found definition or nil. |