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