DK11 for Java | tatukgis.jdk.TGIS_CSAbstractList.ByWKT | Constructors | Methods | Properties
Find object on the list based on WKT string.
// Java public TGIS_CSAbstract ByWKT( java.lang.String _wkt );
// Oxygene public function ByWKT( _wkt : String ) : TGIS_CSAbstract; virtual;
Name | Type | Description |
---|---|---|
_wkt | java.lang.String String | WKT name |
Type | Description |
---|---|
TGIS_CSAbstract | Found object or nil. |