DK11 for Java | tatukgis.jdk.TGIS_Shape.ImportFromWKT | Constructors | Fields | Methods | Properties
Import the Well Known Text (see www.opengis.org) into the current shape.
// Java public void ImportFromWKT( java.lang.String _wkt );
// Oxygene public procedure ImportFromWKT( _wkt : String ); virtual;
Name | Type | Description |
---|---|---|
_wkt | java.lang.String String | WKT text |
Internally it uses CreateFromWKT method. If WKT is a different type, the shape will be reset.