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