DK for Delphi | GisCsBase.TGIS_CSTransformList.ByWKT | Constructors | Methods | Properties
Find object on the list based on WKT string.
// Delphi public function ByWKT( const _wkt : String ) : TGIS_CSTransformAbstract; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSTransformAbstract* ByWKT( const UnicodeString _wkt );
| Name | Type | Description |
|---|---|---|
| _wkt | String | WKT name |
| Type | Description |
|---|---|
| TGIS_CSTransformAbstract | Found object or nil. |