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