IGeometryCreator

This interface provides methods for creating geometries and geometry collections.

 

 

Methods

 

CreateGeometryFromWKB

Creates a geometry from the object’s Well-Known Binary representation.

CreateGeometryFromWKT

Creates a geometry based on the Well-Known Text representation for the geometry object.

CreateLinearRingGeometry

Creates a linear ring.

CreateLineStringGeometry

Creates a line string object.

CreateMultiLineStringGeometry

Creates a geometry made up of multiple line strings.

CreateMultiPointGeometry

Reserved. Currently not used.

CreateMultiPolygonGeometry

Creates a geometry made up of multiple polygons.

CreatePointGeometry

Creates a point.

CreatePolygonGeometry

Creates a polygon.