DK11 for Java | tatukgis.jdk.TGIS_Shape.CreateFromEWKT | Constructors | Fields | Methods | Properties
Create the shape geometry from an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (see www.postgis.org).
// Java public TGIS_Shape CreateFromEWKT( java.lang.String _ewkt );
// Oxygene public function CreateFromEWKT( _ewkt : String ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_ewkt | java.lang.String String | EWKT text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |