DK11 for Java | tatukgis.jdk.TGIS_Shape.ImportFromEWKT | Constructors | Fields | Methods | Properties
Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org).
// Java public void ImportFromEWKT( java.lang.String _ewkt );
// Oxygene public procedure ImportFromEWKT( _ewkt : String ); virtual;
Name | Type | Description |
---|---|---|
_ewkt | java.lang.String String | EWKT text |
Internally it uses CreateFromEWKT method. If WKT is a different type, the shape will be reset.