DK for Java | tatukgis.jdk.TGIS_Shape.CreateFromEWKB | Constructors | Fields | Methods | Properties
Create the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (see www.postgis.org).
// Java public TGIS_Shape CreateFromEWKB( OleVariant _ewkb );
// Oxygene public function CreateFromEWKB( _ewkb : OleVariant ) : TGIS_Shape; virtual;
| Name | Type | Description |
|---|---|---|
| _ewkb | OleVariant | EWKB array |
| Type | Description |
|---|---|
| TGIS_Shape | Newly constructed object or nil. |